Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonasdamher/squadsy
Dashboard
https://github.com/jonasdamher/squadsy
Last synced: about 2 months ago
JSON representation
Dashboard
- Host: GitHub
- URL: https://github.com/jonasdamher/squadsy
- Owner: jonasdamher
- Created: 2021-08-16T17:19:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T18:48:45.000Z (almost 3 years ago)
- Last Synced: 2023-03-08T12:43:44.059Z (almost 2 years ago)
- Language: PHP
- Homepage:
- Size: 753 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### squadsy
Webapp para aprender Laravel.
## Instalar librerías PHP
```
composer install
```## Instalar librerías Node
```
npm i
```## Compilar recursos
```
npm run dev
```## Ejecutar migraciones y semillas
```
php artisan migrate:fresh --seed
```## Iniciar proyecto
```
php artisan serve
```