WellingtonCarneiroBarbosa / laravel-9x-api-template

Template for Laravel 9.x API Projects with cool development tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 9.x API Template

A template for Laravel 9.x Api's.

API Documentation

http://localhost:8000/docs

Instalation (development)

  1. git clone git@github.com:WellingtonCarneiroBarbosa/laravel-9x-api-template.git && cd laravel-9x-api-template

  2. rm -rf .git && git init - (setup your git repo)

  3. composer install

  4. Setup your .env

  5. php artisan migrate --seed

  6. php artisan serve

Comands (development)

composer fix - Fix all files with php-cs-fixer

composer ide-helper - Generate ide-helper files
You should install laravel-ide-helper extension

composer doc-api - Generate documentation for API Routes.

About

Template for Laravel 9.x API Projects with cool development tools

License:MIT License


Languages

Language:PHP 67.8%Language:CSS 16.8%Language:JavaScript 11.4%Language:HTML 3.5%Language:Shell 0.6%