We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Not support with laravel 5.4.24 ? i try install but can not error messae : Your requirements could not be resolved to an installable set of packages.
The text was updated successfully, but these errors were encountered:
Hi @dhamdani666,
The installation instructions aren't up to date.
For Laravel 5.4, You should try this instead:
In your composer.json add these lines at the end:
composer.json
"prefer-stable": true, "minimum-stability": "dev"
Then you can add the last version of Larasset:
composer require efficiently/larasset:dev-master
Have a good day, Tortue Torche
Sorry, something went wrong.
No branches or pull requests
Not support with laravel 5.4.24 ?
i try install but can not
error messae :
Your requirements could not be resolved to an installable set of packages.
The text was updated successfully, but these errors were encountered: