git clone git clone git@github.com:FerasBarahmeh/LMS.git
cd LMS
composer update
- copy .env file if your OS is linux use this command
cp .env.example .env
- Generate key for app using
php artisan key:generate
- Migration DB
php artisan mi:f --seed
- Set your mail configuration in .env file
- Set "APP_URL=http://localhost:8000" in .env file
- for testing sure you are install sqlite if you use linux use
sudo apt-get install php-sqlite3
- in your php config (php.ini) file change the post_max_size and upload_max_filesize to the max size you wan't uploade
- Connect to internet