This guide will be a fast setup guide.
-
Download and install Composer.
-
Open cmd, and run the following command:
composer global require "laravel/installer=~1.1"
-
Download the project from github.
-
Open cmd, navigate to the project folder.
-
Run the following command:
composer update
-
Create a database. Use the login values in stap 8.
-
Open cmd, navigate to the project folder then run the following commands:
php artisan migrate:install
php artisan migrate --seed
-
Open .env.example and add your config values. Make sure to setup a mail service. (laravel supports alot of mail services). Save the file as '.env' in the root folder.
-
You are done installing. Enjoy our project!
PostRequest is open-sourced software licensed under the MIT license