Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 854 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 854 Bytes

Laravel Logo

Laravel - Forms API

API Services for Formify

API Setup

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 😏

Framework & Library

  • Laravel 11x
  • Sanctum

Grid (kisi-kisi)

See Grid

Developer

Andika Dwi Saputra