- Admin Portal
- Course Management
- syllabus
- Payment Gateway
- SEO Friendly
- Videos
- Instructor Credits
- Instructor Portal
- Change Settings
- Clone the repository using the command "git clone [link]"
- Run command
composer install
. - Create database in MySql.
- Change
.env.example
to.env
and configure the.env
file.DB_CONNECTION=mysql DB_HOST= DB_PORT= DB_DATABASE= DB_USERNAME= DB_PASSWORD=
- Run command
php artisan migrate
. - Import the fyp.sql file in database folder.
- Run command
$php artisan key:generate $php artisan storage:link
Role | Email Address | Password |
---|---|---|
Admin | [email protected] | secret |
Instructor | [email protected] | secret |
Student | [email protected] | secret |