Best laravel framework open-source packages.

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Installation

  1. Clone the GitHub repository:
    git clone repository-url
    
  2. Change the working directory to your project folder:
    cd your-project-name
    
  3. Install project dependencies:
    composer install
    
  4. Create a .env file:
    cp .env.example .env
    
  5. Generate an application key:
    php artisan key:generate
    
  6. Run database migrations (if needed):
    php artisan migrate
    

About

This is an auth system with functionalityes like.

  1. Registration,
  2. Login
  3. Eamil Verification
  4. Forget Password OTP Email
  5. Reset Password