Laravel Application Starter Template
A minimal Laravel template designed as a starting point for new projects, offering clean structure and sensible defaults suitable for web apps, APIs, or admin panels.
Key Features
- Laravel 12 - Latest version of the framework
- Filament v4 - Admin panel with log viewer and health monitoring
- Laravel Cashier 16 - Stripe subscription billing integration
- Spatie packages - Permissions, activity logging, backups, and health monitoring
- Laravel Sail - Docker development environment
- Laravel Envoy - Deployment automation
- AWS S3 integration - Cloud storage support
- Vonage Client - SMS/voice capabilities
- Pest v4 - Testing framework with browser testing
- Laravel Pint - Code style enforcement
Quick Start
# Clone the repository
git clone https://github.com/feraandrei1/template-laravel-app.git
# Install dependencies and setup
composer setup
# Build assets and start development
composer dev
Technologies
- PHP 8.2+
- Composer
- Node.js & npm
- MySQL, PostgreSQL, SQLite, or other supported databases
This template provides everything you need to kickstart a professional Laravel application with best practices baked in from the start.