- PHP 8.2 or later
- Laravel 10.x
- Composer
- MySQL or any database
- Clone the Project
git clone https://github.com/ABDALRZAQ345/LMS-
Install Dependencies
composer install
-
Environment Configuration
- Copy the
.envfile:cp .env.example .env
- Configure database, jwt token , smtp and reverb and firebase .
- Copy the
-
Generate Application Keys
php artisan key:generate
- generate jwt token
php artisan jwt:secret -
Run Migrations and Seed Database
php artisan migrate php artisan db:seed
-
Start the Server
php artisan serve
-
**Run Queues for Background Jobs **
php artisan queue:work