Skip to content

powdn/sites

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 81.6%
  • Blade 17.4%
  • Other 1.0%