Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 10 support #28

Open
Hesesses opened this issue Jun 20, 2023 · 6 comments
Open

Laravel 10 support #28

Hesesses opened this issue Jun 20, 2023 · 6 comments

Comments

@Hesesses
Copy link

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
Copy link

nam-co commented Sep 14, 2023

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

@Ivankali2020
Copy link

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
Copy link

nam-co commented Sep 16, 2023

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

@Dontorpedo
Copy link

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

doesnt work unfortunately

@thenibirahmed
Copy link

maybe because the package is not in packagist

@TheRealMattLear
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants