markdown
simple dashboard to manage books and authors.
-
Clone this repository to your local machine:
-
Navigate to the project directory:
-
Install dependencies using Composer:
composer install
-
Create a
.env
file by copying.env.example
:cp .env.example .env
-
Generate an application key:
php artisan key:generate
-
verify your redis configuration settings in the
.env
file. -
connect to your redis server:
-
Start the development server:
php artisan serve
This project is licensed under the MIT License.