laravel-frontend-presets / zurb-foundation

Zurb Foundation Frontend Preset For Laravel Framework 5.5 and Up
https://laravel-frontend-presets.github.io/zurb-foundation
52 stars 13 forks source link

"Invalid preset" error on Laravel 8 #15

Open hashimaziz1 opened 3 years ago

hashimaziz1 commented 3 years ago

The preset command in Laravel 7+ has been deprecated for the ui scaffolding API.

Running the latest equivalent:

php artisan ui foundation-auth

...returns the error:

InvalidArgumentException

Invalid preset.

It seems #14 would resolve this but it has to be merged after being proposed last year.

gucu112 commented 3 years ago

Did you try to run it from the fix branch here?: https://github.com/gucu112/zurb-foundation/tree/gucu112/add-support-for-laravel-7