https://github.com/softtechmx/cypher
https://github.com/softtechmx/cypher
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/softtechmx/cypher
- Owner: SoftTechMX
- Created: 2024-05-07T15:29:18.000Z (about 2 years ago)
- Default Branch: development
- Last Pushed: 2024-05-07T15:36:12.000Z (about 2 years ago)
- Last Synced: 2024-12-31T03:27:17.433Z (over 1 year ago)
- Language: PHP
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requisitos
- PHP 8.2
## Guia de Instalacion
Ejecuta los siguientes comandos
```
composer install
php artisan storage:link
php artisan app:init
```