Skip to content

joashgomba/elogframe

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published