asantibanez / laravel-blade-sortable

Custom Blade components to add sortable/drag-and-drop HTML elements in your apps.
MIT License
409 stars 79 forks source link

Laravel 10 support #28

Open Hesesses opened 1 year ago

Hesesses commented 1 year ago

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 1 year ago

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

Ivankali2020 commented 12 months ago

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 12 months ago

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

Dontorpedo commented 11 months ago

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

doesnt work unfortunately

thenibirahmed commented 6 months ago

maybe because the package is not in packagist

TheRealMattLear commented 3 weeks ago

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