From ea913446097f3a0696d0fa9fb99823130547204c Mon Sep 17 00:00:00 2001 From: Hasin Hayder Date: Sat, 28 May 2022 16:40:15 +0600 Subject: [PATCH] Readme Updated --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 323e7e6..4a9a874 100644 --- a/README.md +++ b/README.md @@ -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) - [Getting Started](#getting-started) + - [Screencast](#screencast) - [Database Migration and Seeding](#database-migration-and-seeding) - [List of Default Routes](#list-of-default-routes) - [Default Roles](#default-roles) @@ -67,7 +68,11 @@ cp .env.example .env 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