efficiently / larasset

Larasset is a library for Laravel 4, 5.0, 5.1, 5.2 and 5.3 which manage assets in an easy way
http://laravel.io/forum/07-18-2014-package-larasset-asset-pipeline-the-ultimate-front-end-tool
MIT License
67 stars 5 forks source link

Laravel 5.4.24 #22

Open dhamdani666 opened 7 years ago

dhamdani666 commented 7 years ago

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.

screen shot 2017-06-07 at 12 21 49
tortuetorche commented 7 years ago

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:

    "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