|
|
hace 2 años | |
|---|---|---|
| app | hace 2 años | |
| bootstrap | hace 3 años | |
| config | hace 3 años | |
| database | hace 3 años | |
| public | hace 3 años | |
| resources | hace 3 años | |
| routes | hace 3 años | |
| storage | hace 3 años | |
| tests | hace 3 años | |
| .editorconfig | hace 3 años | |
| .env.example | hace 3 años | |
| .gitattributes | hace 3 años | |
| .gitignore | hace 3 años | |
| .styleci.yml | hace 3 años | |
| README.md | hace 3 años | |
| SegnalazioniCliente.skipper | hace 3 años | |
| artisan | hace 3 años | |
| composer.json | hace 3 años | |
| composer.lock | hace 3 años | |
| package.json | hace 3 años | |
| phpunit.xml | hace 3 años | |
| server.php | hace 3 años | |
| tailwind.config.js | hace 3 años | |
| webpack.mix.js | hace 3 años |
Installare Laravel.
php artisan config:cache
php artisan migrate
php artisan db:seed
Il DB:SEED crea l’utente standard info@elephantech.it/admin2022
Configurare nel file .env le seguenti variabili:
REDMINE_URL=<url redmine, senza https:// iniziale>
REDMINE_USER=<utente admin di redmine>
REDMINE_PWD=<password>
Configurare la mail:
MAIL_DRIVER=smtp
MAIL_HOST=
MAIL_PORT=465
MAIL_ENCRYPTION=ssl
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=