User-Managment-Laravel-Vue-With-Api is a project which is for user management.
It's just like any other Laravel project. Basically here is how you use it for yourself. (it's not completed yet)
- Run
composer install
- Save as the
.env.example
to.env
and set your database information - Run
php artisan key:generate
to generate the app key - Run
npm install
- Run
php artisan migrate
- Done !!!