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
OCTANE_SERVER="swoole" | |
OCTANE_HTTPS="true" | |
WWWGROUP=1004 | |
WWWUSER=1004 |
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
Generate a commit message following the Conventional Commits specification. Use one of the following types: | |
Type Format: <type>(<scope>): <description> | |
Available Types: | |
- feat: A new feature | |
- fix: A bug fix | |
- docs: Documentation only changes | |
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc) | |
- refactor: A code change that neither fixes a bug nor adds a feature |
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
<?php | |
namespace App\Console\Commands; | |
use Illuminate\Console\Command; | |
use Illuminate\Support\Facades\File; | |
use Stichoza\GoogleTranslate\GoogleTranslate; | |
class GenerateLang extends Command | |
{ |
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
<?php | |
namespace App\Filament\Pages\Auth; | |
class Login extends \Filament\Pages\Auth\Login | |
{ | |
protected function getCredentialsFromFormData(array $data): array | |
{ | |
return [ | |
'email' => $data['email'], |
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
<?php | |
namespace App\Http\Middleware; | |
use Closure; | |
use Illuminate\Http\Request; | |
use Symfony\Component\HttpFoundation\Response; | |
class CheckUserCompleteInfo | |
{ |
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
<?php | |
namespace App\Support; | |
use Exception; | |
abstract class QRCodePixSupport | |
{ | |
/** | |
* @throws Exception |
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
name: dependabot-auto-merge | |
on: pull_request_target | |
permissions: | |
pull-requests: write | |
contents: write | |
jobs: | |
dependabot: | |
runs-on: ubuntu-latest |
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
wget https://cursos.devsamurai.com.br/Aulas%20ao%20Vivo.zip | |
wget https://cursos.devsamurai.com.br/Backend%20-%20Dominando%20o%20NodeJS.zip | |
wget https://cursos.devsamurai.com.br/Backend%20-%20Dominando%20o%20Postgres.zip | |
wget https://cursos.devsamurai.com.br/Carreira%20de%20Programador.zip | |
wget https://cursos.devsamurai.com.br/Flutter%20-%20Calculadora%20IMC.zip | |
wget https://cursos.devsamurai.com.br/Flutter%20-%20Card%C3%A1pio%20online.zip | |
wget https://cursos.devsamurai.com.br/Flutter%20-%20Fluck%20Noris.zip | |
wget https://cursos.devsamurai.com.br/Flutter%20-%20Lista%20de%20Leituras.zip | |
wget https://cursos.devsamurai.com.br/Flutter%20Avan%C3%A7ado.zip | |
wget https://cursos.devsamurai.com.br/Flutter%20B%C3%A1sico.zip |
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
<?php | |
namespace App\Traits; | |
trait PostsPerMonthSeries | |
{ | |
protected function getChartData(): array | |
{ | |
return [ | |
'data' => [ |
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
- ok-my-zsh | |
- p10k.zsh : custon | |
- .zshrc : Plugins |
NewerOlder