Skip to content

ColoredCow/laravel-init

Repository files navigation

Boilerplate Application

About

Boilerplate is a pre-built authentication system that provides reusable functionality for login, sign-up, email verification, OTP authentication, user profile management, and logout. It is designed to be easily integrated into any Laravel project, allowing developers to focus on core business logic instead of implementing authentication from scratch.

Features

  • User Registration & Login
  • Email Verification
  • OTP-based Authentication
  • Profile Management
  • Logout Functionality

Installation

Follow these steps to set up and use the application:

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/ColoredCow/laravel-init.git
  2. Navigate into the project directory:

    cd laravel-init
  3. Install dependencies using Composer:

    composer install
  4. Copy the example environment file:

    cp .env.example .env
  5. Update the .env file with your database credentials:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=laravel_init
    DB_USERNAME=root
    DB_PASSWORD=
  6. Generate the application key:

    php artisan key:generate
  7. Run database migrations:

    php artisan migrate
  8. (Optional) Seed the database with default data:

    php artisan db:seed
  9. Start the development server:

Contribution

Contributions are welcome! Feel free to fork this repository, submit issues, or make pull requests to improve the Boiler Plate application.


For any questions or support, feel free to reach out to the repository maintainers or open an issue.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages