vanilophp / admin

Vanilo Admin Module
MIT License
6 stars 2 forks source link

Command make:superuser not working #3

Closed nick-nds closed 2 years ago

nick-nds commented 2 years ago

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.

nick-nds commented 2 years ago

Sorry, my bad. I made a mistake in the configuration. It's working now.