An open API service indexing awesome lists of open source software.

https://github.com/maxbleu/backendonpole

This repository contains the backend source code for Onpole, developed using Laravel. It includes API endpoints and essential middleware
https://github.com/maxbleu/backendonpole

api backend breeze-api coors endpoints laravel laravel-breeze middleware php requests

Last synced: 2 months ago
JSON representation

This repository contains the backend source code for Onpole, developed using Laravel. It includes API endpoints and essential middleware

Awesome Lists containing this project

README

        

Laravel Logo


Build Status
Total Downloads
Latest Stable Version
License

## Dependencias
- Breeze

Para instalar breeze debemos ejecutar primero
```bash
composer require laravel/breeze --dev
```
Una vez instalado el paquete de breeze instalamos la dependencia para la api
```bash
php artisan breeze:install --api
```