Sqola is an e-learning web based platform.
- Laravel 8
- MySQL
- TailwindCSS
- Clone this project
- Make sure you have MySQL and PHP installed on your machine
- Open this project directory root and type
cp .env.example .env
on your terminal. This will make a new.env
file for your environment - Then generate the
APP_KEY
using:php artisan key:generate
- Run migration:
php artisan migrate
- Run command
php artisan serve
, the site is deployed on your localhost