Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bvrignaud/visi-vidi-vici
Clear sea weather for freedivers and underwater fishermen.
https://github.com/bvrignaud/visi-vidi-vici
Last synced: about 1 month ago
JSON representation
Clear sea weather for freedivers and underwater fishermen.
- Host: GitHub
- URL: https://github.com/bvrignaud/visi-vidi-vici
- Owner: bvrignaud
- Created: 2021-11-06T10:05:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T20:58:53.000Z (3 months ago)
- Last Synced: 2024-09-17T02:05:02.046Z (3 months ago)
- Language: PHP
- Size: 3.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# đ Visi Vidi Vici đ
## Contributing
Thank you for considering contributing to the [Visi Vidi Vici website](https://visi-vidi-vici.tangue.fr)! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
### Aides au développement
https://github.com/barryvdh/laravel-ide-helper est intégré au _composer.json_ pour le dev.
Elle permet de gĂ©nĂ©rer automatiquement la documentation des models pour aider lâide.
Pour mettre Ă jour les models : `php artisan ide-helper:models -W -R`###
```bash
composer clean
```#### [PHP Insights](https://phpinsights.com)
```bash
php artisan insights
```#### [Larastan](https://github.com/nunomaduro/larastan)
```bash
./vendor/bin/phpstan analyse
```#### Code style fixer ([pint](https://laravel.com/docs/9.x/pint))
```bash
composer pintd
```## Code of Conduct
In order to ensure that the Visi Vidi Vici community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
## Security Vulnerabilities
If you discover a security vulnerability within Visi Vidi Vici, please send an e-mail to Benoit VRIGNAUD via [[email protected]](mailto:[email protected]).
All security vulnerabilities will be promptly addressed.## License
The Visi Vidi Vici website is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).
## Deploy script
```bash
cd DEPPLOY_FOLDER
git pull origin master
composer install --no-interaction --prefer-dist --optimize-autoloader --no-dev
echo "" | sudo -S service php8.0-fpm reload
pnpm install
pnpm run productionecho "đ Application deployed!"
php artisan route:cache
php artisan view:clear
php artisan migrate --force
```