To use this App is very simple, you must run a simple syntax in terminal or command prompt.
git clone https://github.com/rizqiwahyudi/middle-project-HR.git
composer install
cp .env.example .env
or you can copy the file in your File Manager.
php artisan key:generate
php artisan storage:link
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
php artisan serve
The Laravel framework is open-sourced software licensed under the MIT license.