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
- Host: GitHub
- URL: https://github.com/maxbleu/backendonpole
- Owner: Maxbleu
- Created: 2024-06-05T18:08:39.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-06-09T20:00:15.000Z (12 months ago)
- Last Synced: 2025-01-21T18:34:40.254Z (4 months ago)
- Topics: api, backend, breeze-api, coors, endpoints, laravel, laravel-breeze, middleware, php, requests
- Language: PHP
- Homepage: https://backendonpole-production.up.railway.app/
- 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
```