You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fresh installation of Laravel 9.x, with Jetstream Inertia. Then following installation instructions I installed vanilo framework. After installing vanilo admin package, I am not able to create a super user.
As mentioned in the documentation, php artisan make:superuser will create an admin user, but executing this command results in Command "make:superuser" is not defined in the console.
I am not sure if this is an issue or something I am missing in the installation part.
The text was updated successfully, but these errors were encountered:
I have a fresh installation of Laravel 9.x, with Jetstream Inertia. Then following installation instructions I installed vanilo framework. After installing vanilo admin package, I am not able to create a super user.
As mentioned in the documentation,
php artisan make:superuser
will create an admin user, but executing this command results inCommand "make:superuser" is not defined
in the console.I am not sure if this is an issue or something I am missing in the installation part.
The text was updated successfully, but these errors were encountered: