System for the Control and Registration of Incidents to which a Firefighters Institution attends
Fully responsive system, that is, it works on mobiles, tablets and computers
-php ^7.2
-Icons FontAwesome
-Activity Log spatie/laravel-activitylog ^3.16
-Geocoder javascript
-laravel/framework ^8.0,
-Translate laravel-lang/lang ~7.0
-Send Mail smtp
-PDF export barryvdh/laravel-dompdf ^0.8.6
-PDF import barryvdh/laravel-dompdf ^0.8.6
-Excel export maatwebsite/excel ^3.1
-Excel import maatwebsite/excel ^3.1
-Bootstrap Fully responsive system, that is, it works on mobiles, tablets and computers
-
Clone the repo
git clone https://github.com/jcoronel3107/incidentes2.git
-
Configure .env file
mv .env.example .env
-
Install composer
composer install
-
Migrate database
php artisan migrate
-
App key
php artisan key:generate
-
Seed database
php artisan db:seed
Juan Fernando Coronel - jcoronel3107
The Laravel framework is open-sourced software licensed under the MIT license.