Readme Updated

pull/3/head
Hasin Hayder 3 years ago
parent 7d335450d3
commit ea91344609

@ -10,6 +10,7 @@ Hydra is a zero-config API boilerplate with Laravel Sanctum and comes with excel
- [Hydra - Zero Config API Boilerplate with Laravel Sanctum](#hydra---zero-config-api-boilerplate-with-laravel-sanctum) - [Hydra - Zero Config API Boilerplate with Laravel Sanctum](#hydra---zero-config-api-boilerplate-with-laravel-sanctum)
- [Getting Started](#getting-started) - [Getting Started](#getting-started)
- [Screencast](#screencast)
- [Database Migration and Seeding](#database-migration-and-seeding) - [Database Migration and Seeding](#database-migration-and-seeding)
- [List of Default Routes](#list-of-default-routes) - [List of Default Routes](#list-of-default-routes)
- [Default Roles](#default-roles) - [Default Roles](#default-roles)
@ -69,6 +70,10 @@ php artisan serve
That's mostly it! You have a fully running laravel installation with Sanctum, all configured. That's mostly it! You have a fully running laravel installation with Sanctum, all configured.
### Screencast
[![asciicast](https://asciinema.org/a/497775.svg)](https://asciinema.org/a/497775)
## Database Migration and Seeding ## Database Migration and Seeding
Open your `.env` file and change the DATABASE options. You can start with SQLite by following these steps Open your `.env` file and change the DATABASE options. You can start with SQLite by following these steps

Loading…
Cancel
Save