https://github.com/gustttavodev/challenges-laravel
https://github.com/gustttavodev/challenges-laravel
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gustttavodev/challenges-laravel
- Owner: gustttavodev
- Created: 2022-05-15T01:03:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T01:20:07.000Z (about 3 years ago)
- Last Synced: 2025-01-09T22:49:34.974Z (5 months ago)
- Language: PHP
- Size: 713 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Laravel
## Primeiros passos### RUN:
```
composer install
```
```
editar arquivo .env
```
```
php artisan migrate
```
```
php artisan serve
```