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

Allow laravel 9 #18

Closed lukasleitsch closed 2 years ago

lukasleitsch commented 2 years ago

This PR allows using your package with Laravel 9.

fotrino commented 2 years ago

@asantibanez could you take a look at this please? Thank you!!

dambridge commented 2 years ago

Might be time to fork...

striderxfossility commented 2 years ago

@asantibanez

Please pull

for quick solution

in your composer.json change version to: "asantibanez/laravel-blade-sortable": "dev-laravel-9",

and then add add the bottom: "repositories": [ { "type": "vcs", "url": "https://github.com/lukasleitsch/laravel-blade-sortable.git" } ]

Freddyqt commented 1 year ago

@asantibanez

Please pull

for quick solution

in your composer.json change version to: "asantibanez/laravel-blade-sortable": "dev-laravel-9",

and then add add the bottom: "repositories": [ { "type": "vcs", "url": "https://github.com/lukasleitsch/laravel-blade-sortable.git" } ]

Then you must run "composer update" in the terminal. thanks!

fotrino commented 1 year ago

Hi @asantibanez could you please tag this release? Thanks 😀