/laravel-api-template

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

Primary LanguagePHP

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