zurb-foundation icon indicating copy to clipboard operation
zurb-foundation copied to clipboard

"Invalid preset" error on Laravel 8

Open hashimaziz1 opened this issue 3 years ago • 1 comments

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.

hashimaziz1 avatar Feb 13 '21 00:02 hashimaziz1

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

gucu112 avatar Feb 14 '21 13:02 gucu112