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
The preset command in Laravel 7+ has been deprecated for the ui scaffolding API.
preset
ui
Running the latest equivalent:
php artisan ui foundation-auth
...returns the error:
InvalidArgumentException Invalid preset.
InvalidArgumentException
Invalid preset.
It seems #14 would resolve this but it has to be merged after being proposed last year.
The text was updated successfully, but these errors were encountered:
Did you try to run it from the fix branch here?: https://github.com/gucu112/zurb-foundation/tree/gucu112/add-support-for-laravel-7
Sorry, something went wrong.
No branches or pull requests
The
preset
command in Laravel 7+ has been deprecated for theui
scaffolding API.Running the latest equivalent:
...returns the error:
It seems #14 would resolve this but it has to be merged after being proposed last year.
The text was updated successfully, but these errors were encountered: