Skip to content

sowidan1/Lms

Repository files navigation

Laravel 12 Setup Instructions

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

Prerequisites

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

1. Clone the Repository

git clone https://github.com/sowidan1/Lms.git

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. jwt

php artisan jwt:secret

6. Run Database Migrations

php artisan migrate

7. Run Database seeder

php artisan db:seed

7. postman collection

Download the postman collection

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

Languages