EZ Online FFL
A Laravel 13 backend with an AWS RDS connector and a Flowbite frontend, ready for local development and production TLS.
Laravel 13
PHP 8.3+ backend with Blade, Vite, and the default Laravel 13 application skeleton.
AWS RDS
MySQL, MariaDB, and PostgreSQL connections resolve the bundled RDS CA certificate for TLS in transit.
Flowbite
Tailwind CSS v4 components with Flowbite JavaScript for navbar, modal, accordion, and dark mode.
Database status
Next steps
Start the app with composer run dev and open http://localhost:8000. SQLite is already migrated for local work.
Set DB_CONNECTION=mysql, your RDS endpoint, credentials, and MYSQL_ATTR_SSL_CA=storage/certs/rds-global-bundle.pem, then run php artisan migrate.
Copy components from Flowbite into Blade views that extend layouts.app. Interactive widgets initialize from resources/js/app.js.