Skip to content

This repository is a laboratory, I'm prepared for easy cloning and installation to test Laravel components or even PHP.

Notifications You must be signed in to change notification settings

piovani/laravel_api

Repository files navigation

laravel_api

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.

Commands with Docker (Recommended)

docker-compose up -d
docker-compose run laravel-api bash
composer install
cp .env.example .env
php artisan migrate --seed

Commands without Docker

composer install 
cp .env.example .env
php artisan migrate
php artisan db:seed

Technologies Used

  • Cors
  • Faker BR
  • Auditing
  • Activitylog
  • JWT Auth
  • GraphQL

Lista do que pode ser add ao projeto

About

This repository is a laboratory, I'm prepared for easy cloning and installation to test Laravel components or even PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages