WEBSITE

99pujas

Official Documentation

Documentation for the framework can be found on the Laravel website.

Installing project

  1. Comamand in composer : composer update
  2. Comamand in composer : composer install
  3. Configure database and password (.env)
  4. Command in composer : php artisan migrate
  5. Command in composer : php artisan db:seed

You can look at the different users from the seed of "Usuarios"

Contributing