public function actions(): array
{
return [
Button::make('change_coach', '<i class="fas fa-user-plus" data-bs-toggle="tooltip" data-bs-trigger="hover" title="' . __('Alterar treinador do atleta') . '"></i>')
->class('btn btn-sm btn-outline-secondary btn-icon'),
];
}
View gist:4505643beea43e69956ea49b5f669824
View laravel_development_environment.md
Instalação e configuração do Husky para automatização de processos.
npm install husky --save-dev
npx husky install
View docker-compose.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
laravel.test: | |
build: | |
context: ./vendor/laravel/sail/runtimes/8.0 | |
dockerfile: Dockerfile | |
args: | |
WWWGROUP: '${WWWGROUP}' | |
image: sail-8.0/app | |
environment: |
View .aLaravelStravaWebhookService
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://developers.strava.com/ | |
https://developers.strava.com/docs/webhooks/ | |
https://developers.strava.com/docs/webhookexample/ |
View gist:2bf33ac1c94316264cbe3ac77a461b33
People
![]() :bowtie: |
😄 :smile: |
😆 :laughing: |
---|---|---|
😊 :blush: |
😃 :smiley: |
:relaxed: |
😏 :smirk: |
😍 :heart_eyes: |
😘 :kissing_heart: |
😚 :kissing_closed_eyes: |
😳 :flushed: |
😌 :relieved: |
😆 :satisfied: |
😁 :grin: |
😉 :wink: |
😜 :stuck_out_tongue_winking_eye: |
😝 :stuck_out_tongue_closed_eyes: |
😀 :grinning: |
😗 :kissing: |
😙 :kissing_smiling_eyes: |
😛 :stuck_out_tongue: |