API Services for Formify
First of all, copy the .env.example file and rename it to .env
Then, update the composer
composer update
Migrate the database and seed default user
php artisan migrate
php artisan db:seed --class="UserSeeder"
Run the server
php artisan serve
Well, that's it! The API services is running 😏
- Laravel 11x
- Sanctum