Schema Definition
Define database tables and relationships
{
"tables": [
{
"name": "users",
"fields": [
{
"name": "id",
"type": "bigIncrements"
},
{
"name": "email",
"type": "string"
}
]
}
]
}
Authentication
Laravel Breeze
Simple authentication starter kit
Laravel Sanctum
API token authentication
Laravel Jetstream
Advanced authentication
Custom Auth
Build your own auth system
Route Type
Summary
Tables
2
Authentication
Breeze
Routes
API