A web application for making short sermon clip videos suitable for YouTube Shorts or Facebook Reels.
- PHP 8.5
- Laravel 12
- Filament 4 for the app panel
- TailwindCSS 4
- SQLite database
- Pest for testing
- Larastan (PHPStan) for static analysis
- Laravel Pint for PHP code formatting
- Prettier for JavaScript/CSS formatting
composer setupThis runs composer install, creates your .env file, generates an app key, runs database migrations, installs npm dependencies, and builds frontend assets.
composer devThis starts the Laravel server, queue worker, log viewer, and Vite dev server concurrently.
composer test # Running tests
composer analyze # Static Analysis
composer format # Format PHP (Pint)
npm run format # Format JS/CSS (Prettier)This project is licensed under the GNU Affero General Public License v3.0 or later. See the LICENSE file for details.