You can install the package via git:
git clone https://github.com/shivragshukla/laravel-vue.git
Run the command :
- The Laravel package will automatically register itself, so you can start using it immediately.
composer install
- The npm package will automatically register itself, so you can start using it immediately.
npm install
Run the command :
- The Laravel key generate immediately.
php artisan key:generate
- Open .env file set DB_DATABASE, DB_USERNAME, DB_PASSWORD and add MIX_APP_URL="${APP_URL}"
- Run the command :
composer dump-autoload
php artisan migrate:refresh --seed
-The jwt token package will automatically register itself, so you can start using it immediately.
php artisan jwt:secret
- Run the command on 1st shell:
php artisan serve
- Run the command on 2nd shell:
npm run watch
- Username : admin@gmail.com
- Password : 123456