Skip to content

Lokman-Abd/redis-laravel-101

Repository files navigation

markdown

Redis Project With Laravel

simple dashboard to manage books and authors.

Table of Contents

Installation

  1. Clone this repository to your local machine:

  2. Navigate to the project directory:

  3. Install dependencies using Composer:

    composer install
    
  4. Create a .env file by copying .env.example:

    cp .env.example .env
  5. Generate an application key:

    php artisan key:generate
  6. verify your redis configuration settings in the .env file.

  7. connect to your redis server:

  8. Start the development server:

    php artisan serve

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published