Hello everyone,
I created a new application, selected the "laravel" template, and specified an empty GitHub repo.
Then, I connected a MySQL database to the environment and deployed it.
I then ran the following commands:
- composer require filament/filament:"^3.3" -W
and - php artisan filament:install --panels
How can I update my GitHub repo so that Filamente is already present when I restart?