https://github.com/fflch/sites
https://github.com/fflch/sites
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/fflch/sites
- Owner: fflch
- Created: 2018-03-12T02:57:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-18T20:44:43.000Z (over 1 year ago)
- Last Synced: 2025-03-27T00:05:21.599Z (about 1 year ago)
- Language: PHP
- Size: 2.37 MB
- Stars: 0
- Watchers: 8
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sites
Frontend em laravel para gerenciar sites.
# deploy para desenvolvimento:
composer install
cp .env.example .env
Variáveis obrigatórias no .env:
DB_DATABASE=sites
DB_USERNAME=master
DB_PASSWORD=master
SENHAUNICA_KEY=
SENHAUNICA_SECRET=
SENHAUNICA_CALLBACK_ID=
SENHAUNICA_DEV=yes
ADMINS=12334
DNSZONE=.fflch.usp.br
REPLICADO_HOST=
REPLICADO_PORT=5005
REPLICADO_DATABASE=fflch
REPLICADO_USERNAME=fflch
REPLICADO_PASSWORD=
php artisan key:generate
php artisan migrate
php artisan vendor:publish --provider="Uspdev\UspTheme\ServiceProvider" --tag=assets --force
php artisan serve