Skip to content

sowidan1/CRM

Repository files navigation

Laravel 11 Setup Instructions

This guide will walk you through the setup process for a Laravel 11 application running on PHP 8.2. Follow these steps to get started with the project.

Prerequisites

  • PHP 8.2 or higher
  • Composer (for managing PHP dependencies)
  • A database (MySQL, PostgreSQL, etc.)
  • Laravel 11

1. Clone the Repository

git clone https://github.com/

2. Copy the .env file

cp .env.example .env

Prerequisites

  • put variables needed in .env

3. Install Dependencies

composer install

4. Generate Application Key

php artisan key:generate

5. Generate Passport Personal Access Client

php artisan passport:keys --force
php artisan passport:client --personal

6. Run Database Migrations

php artisan migrate:fresh --seed

If you are deploying the application to production, be sure to configure appropriate caching and optimize the application:

php artisan optimize:clear

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published