Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 683 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 683 Bytes

Tadika Kemas

A Kindergarten management software

Deployment

To deploy this project run

  1. Install php (latest version)
     [https://windows.php.net/download/  => download the thread safe]

  2. Install composer (if not installed)
     [https://getcomposer.org/download/  => download installer]

  3. Create your database called tadika-kemas
  [You can use xammp or laragon. I prefer laragon  => https://laragon.org/download/index.html]
    1. Generate the .env file (importand for project set up)
     cp .env.example .env
     php artisan key:generate

    2. composer install

    3. php artisan migrate:fresh --seed

    4. php artisan serve