This repository is a test lab.
P.S.: No need to have PHP or Composer installed, just Docker and Docker-Compose. Docker: 19.03.2, Docker-Compose: 1.21.0 or higher.
docker-compose up -d
docker-compose run laravel-api bash
composer install
cp .env.example .env
php artisan migrate --seed
composer install
cp .env.example .env
php artisan migrate
php artisan db:seed
- Cors
- Faker BR
- Auditing
- Activitylog
- JWT Auth
- GraphQL
- Intervention Image - https://github.com/intervention/image (tratamento de imagens)
- Horizon - https://github.com/laravel/horizon (Gerenciamento de filas de Jobs)
- Laravel Socialite - https://github.com/laravel/socialite (Autenticação com redes sociais)
- Laravel Activity Log - https://github.com/spatie/laravel-activitylog (Sistema de Log)
- Laravel Backup - https://github.com/spatie/laravel-backup (Backup arquivos do projeto e BD)
- Laravel Responsecache - https://github.com/spatie/laravel-responsecache (chace response, auta performace)