Installation
Step 1
Clone git repository
git clone https://github.com/joashgomba/elogframe.git
Go to the project folder
cd elogframe
Update composer
composer update
Step 2
Copy .env.example file to .env
For Unix
cp .env.example .env
For Windows
copy .env.example .env
And then, run this commands
php artisan key:generate
Create your database and configure your .env file and run :
php artisan migrate
Run database seed
php artisan db:seed
You are good to go!!!!!!