Skip to content
RJ Liu edited this page Aug 5, 2023 · 1 revision
composer i
php artisan jwt:secret

.env

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=root

JWT_TTL=60
php artisan migrate --seed
php artisan serve
Clone this wiki locally