Skip to content

rizqiwahyudi/middle-project-HR

Repository files navigation

Middle Project HR



How To Use

To use this App is very simple, you must run a simple syntax in terminal or command prompt.

Clone The Project

git clone https://github.com/rizqiwahyudi/middle-project-HR.git

Install The Project With Composer

composer install

Copy ".env.example" file to ".env"

cp .env.example .env

or you can copy the file in your File Manager.

Generate App_Key

php artisan key:generate

Symlink Storage For Store Public Files

php artisan storage:link

Initiate The Database Migration

php artisan migrate

or You can make the seed with the following command (RECOMMENDED) :

php artisan migrate --seed

NOTE : Make sure the web server and database are turned on before migration command

And Lastly, Run the server

php artisan serve

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

Internship Middle Project Human Resource

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published