Skip to content

joashgomba/e-logframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!!!!!!

About

M&E Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published