Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maxbleu/backendonpole

Servidor de onpole
https://github.com/maxbleu/backendonpole

Last synced: about 1 month ago
JSON representation

Servidor de onpole

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
```