Repositório utilizado na live do Beer and Code Dominando o Filament, com Leandro Ferreira | Live Code #001
git clone https://github.com/leandrocfe/bac-checkout-example.git
Run the commands:
cd bac-checkout-example
cp .env.example .env
composer install
Laravel sail:
sail up -d
Run the commands:
sail npm i
sail npm run dev
Once you have started the Artisan development server, your application will be accessible in your web browser at http://localhost.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Email: [email protected]
- Site: leandroferreira.dev.br
I hope you enjoy it 😀!