Skip to content

Repository files navigation

Laravel Project README

This is a Laravel project created to [briefly describe the project's purpose or goal].

Table of Contents

Prerequisites

Before you begin, ensure you have met the following requirements:

Getting Started

Follow these steps to get the project up and running:

  1. Clone this repository:

    git clone https://github.com/CodingLearner129/ReuseableSetupLaravel.git
  2. Change into the project directory:

    cd ReuseableSetupLaravel
  3. Install PHP dependencies using Composer:

    composer install
  4. Create a copy of the .env.example file and rename it to .env:

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

    php artisan key:generate
  6. Configure your database in the .env file:

    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=your_database_name
    DB_USERNAME=your_database_username
    DB_PASSWORD=your_database_password
  7. Install front-end assets (e.g., JavaScript and CSS):

    npm install
    npm run dev
    npm run build
  8. Generate database schema:

    php artisan migrate --seed
  9. Start the development server:

    php artisan serve

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages