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
Laravel Vite is the new default frontend build toolkit, but it has only been added to Laravel v9.19.
But Laravel Mix is still available, and even the doc says that there's a back-and-forth migration path between the two: https://laravel.com/docs/9.x/vite#vite-or-mix
The Vanilo Framework is not supplying any frontend, but the vanilo/admin package requires a frontend build step.
Vanilo has received several requests to provide Vite installation instructions: vanilophp/admin#2 vanilophp/framework#131
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
Laravel Vite is the new default frontend build toolkit, but it has only been added to Laravel v9.19.
But Laravel Mix is still available, and even the doc says that there's a back-and-forth migration path between the two: https://laravel.com/docs/9.x/vite#vite-or-mix
The Vanilo Framework is not supplying any frontend, but the vanilo/admin package requires a frontend build step.
To-do
Vanilo has received several requests to provide Vite installation instructions: vanilophp/admin#2 vanilophp/framework#131
Tips:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: