Cuerpo de bomberos voluntarios de Villa del Rosario
composer install
Ensure the .env
file is correctly set up with the necessary configuration:
APP_KEY=<Your App Key>
DB_CONNECTION=mysql
DB_HOST=<Your Database Host>
DB_PORT=<Your Database Port>
DB_DATABASE=<Your Database Name>
DB_USERNAME=<Your Database Username>
DB_PASSWORD=<Your Database Password>
php artisan key:generate
php artisan migrate
php artisan serve
Open your browser and go to: http://localhost:8000
Refer to the Laravel documentation for more customization options: https://laravel.com/docs