From d3cb841f1d12679a8e2b5b9551486abb5491255b Mon Sep 17 00:00:00 2001 From: Hasin Hayder Date: Sun, 7 Jan 2024 16:00:47 +0600 Subject: [PATCH] Readme Updated --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a60135..a6d9781 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,12 @@ Hydra is a zero-config API boilerplate with Laravel Sanctum and comes with excellent user and role management API out of the box. Start your next big API project with Hydra, focus on building business logic, and save countless hours of writing boring user and role management API again and again. +Hydra works with Laravel 10.x and Sanctum 3.x. If you want to work with Laravel 9.x then checkout the 9.x branch. + - [Hydra - Zero Config API Boilerplate with Laravel Sanctum](#hydra---zero-config-api-boilerplate-with-laravel-sanctum) - [Getting Started](#getting-started) - [Without Docker (Simple)](#without-docker-simple) - - [Using Docker & Laravel Sail](#using-docker--laravel-sail) + - [Using Docker \& Laravel Sail](#using-docker--laravel-sail) - [Screencast](#screencast) - [Database Migration and Seeding](#database-migration-and-seeding) - [List of Default Routes](#list-of-default-routes)