Run With Docker
1 - git clone https://github.com/nurisakbar/DTO-CMS-PROKES.git
2 - cd DTO-CMS-PROKES
3 - cp .env.example .env
4 - cd src && composer install
5 - cp .env.example .env
6 - php artisan key:generate
7 - docker-compose up
8 - exet -it php container && php artisan migrate --seed
Run With PHP Artisan Serve
1 - git clone https://github.com/nurisakbar/DTO-CMS-PROKES.git
2 - cd DTO-CMS-PROKES
3 - cd src && composer install
4 - cp .env.local.example .env
5 - php artisan key:generate
6 - php artisan migrate --seed
7 - php artisan serve
URL : www.host.com/login
Credential : check Database\Seeder\userSeeder.php