Linux / MAC / Windows Installation
Requirements
TIP
You can run php artisan serv
if you don't want to install a webserver
How To Install
Go to GitHub, clone the repository and extract it to your desired folder.
Run Composer Install inside the folder.
bash
composer install
Make sure you copy and create .env file and change the values required.
bash
cp .env.example .env
WARNING
Please refer to Environments to get a list of available options.
Then Run
bash
php artisan migrate --seed