Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxbleu/backendonpole
Servidor de onpole
https://github.com/maxbleu/backendonpole
Last synced: about 1 month ago
JSON representation
Servidor de onpole
- Host: GitHub
- URL: https://github.com/maxbleu/backendonpole
- Owner: Maxbleu
- Created: 2024-06-05T18:08:39.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-06-09T20:00:15.000Z (7 months ago)
- Last Synced: 2024-06-09T22:23:50.686Z (7 months ago)
- Language: PHP
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dependencias
- BreezePara 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
```