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.
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.