asantibanez/laravel-blade-sortable

Laravel 10 support

Opened this issue · 6 comments

As this project seems to be dead (sad because this package is pure gold!), have anyone forked this to work with Laravel 10?

nam-co commented

I'm using this if is any help https://github.com/maksuco/laravel-blade-sortable , tested with L10 and Livewire V3

Could not find a matching version of package maksuco/laravel-blade-sortable. Check the package spelling, your version constraint and that the package is available in a sta
bility which matches your minimum-stability (dev).

nam-co commented

Sorry about that, the correct way to install is composer require maksuco/laravel-blade-sortable:dev-master

Sorry about that, the correct way to install is composer require maksuco/laravel-blade-sortable:dev-master

doesnt work unfortunately

maybe because the package is not in packagist

First add repository to your composer.json file:

{
    "require-dev": {
        ...
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/maksuco/laravel-blade-sortable.git"
        }
}

Now run composer require maksuco/laravel-blade-sortable:dev-master