PHP 7.2 - Higher is Better
How to Install
- Clone this repo
composer install
- copy and rename
.env.example
to.env
php artisan key:generate
- Create an empty database
- Fill in the database related stuff
php artisan migrate
- Boot up the virtual server by running
php artisan serve
or to create virtual host to make things easier - Enjoy!!