Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccuffs/busy
Serviço web para consultar a disponibilidade de professores
https://github.com/ccuffs/busy
academic laravel lumen php uffs webapp
Last synced: about 2 months ago
JSON representation
Serviço web para consultar a disponibilidade de professores
- Host: GitHub
- URL: https://github.com/ccuffs/busy
- Owner: ccuffs
- License: bsd-3-clause
- Created: 2019-09-12T22:52:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T07:40:38.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T20:38:59.192Z (9 months ago)
- Topics: academic, laravel, lumen, php, uffs, webapp
- Language: CSS
- Size: 805 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# busy
Serviço web para consultar a disponibilidade de professores## Config
```
php artisan migrate:install
``````
php artisan migrate:fresh
``````
crontab -e
``````
* * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1
```## Dev
```
php artisan make:migration create_users_table --create=users
``````
php artisan migrate
```## Teste
```
php artisan cache:clear
``````
php -S localhost:8000 -t public
```