Skip to content

Amsiam/CoachingManagmentSystem

Repository files navigation

Getting started

Launch the starter project

(Assuming you've installed Laravel)

Fork this repository, then clone your fork, and run this in your newly created directory:

composer install

Next you need to make a copy of the .env.example file and rename it to .env inside your project root.

Run the following command to generate your app key:

php artisan key:generate

Update database credentials and

php artisan migrate --seed

Then start your server:

php artisan serve

Admin email : [email protected] Admin password: password

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published