GuilhermeCabo / laravel-api-template

Base Laravel project to be used as template when developing new restful API's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is my personal Template for restful APIs on Laravel

Feel free to use it anyway you want

Features

- User Model, Routes, Controllers and Services
- Authentication with tokens via Sanctum
- Krlove Eloquent Model Generator with my personal favorite configuration
- Uuid trait for models
- Base model for models wich will have uuid's

TODO

- Auth tests
- User tests
- User data validations when creating/updating

About

Base Laravel project to be used as template when developing new restful API's


Languages

Language:PHP 96.8%Language:HTML 3.2%