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