itul / laravel-boilerplate
A comprehensive Laravel starter project with pre-configured packages, interactive setup, and common functionality for rapid application development
v1.0.01
2025-07-26 10:31 UTC
Requires
- php: ^8.2
- filp/whoops: ^2.17
- itul/api-transactions: ^1.0
- itul/functions: ^1.1
- itul/larabuilder: ^2.0
- itul/laravel-migration-fields: ^1.0
- itul/laravelcollective-html: ^6.12
- itul/livewire-kanban-board: ^1.0
- itul/pdf-tools: ^1.1
- itul/relatable: ^1.0
- itul/slick-data-tables: ^1.0
- itul/slick-spreadsheets: ^1.0
- joserick/laravel-livewire-discover: ^1.3
- laravel/framework: ^12.0
- laravel/sanctum: ^4.0
- laravel/tinker: ^2.10.1
- laravel/ui: ^4.6
- livewire/livewire: ^3.6
- mantix/livewire-jodit-text-editor: ^1.4
- owen-it/laravel-auditing: ^14.0
- owenvoke/blade-fontawesome: ^2.9
- php-flasher/flasher-toastr-laravel: ^2.1
- spatie/laravel-permission: ^6.16
- staudenmeir/eloquent-has-many-deep: ^1.21
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel/pail: ^1.2.2
- laravel/pint: ^1.13
- laravel/sail: ^1.41
- mockery/mockery: ^1.6
- mrmarchone/laravel-auto-crud: ^1.6
- nunomaduro/collision: ^8.6
- phpunit/phpunit: ^11.5.3
- reliese/laravel: ^1.3
README
A comprehensive Laravel starter project with pre-configured packages and common functionality for rapid application development.
Installation
composer create-project itul/laravel-boilerplate my-new-project
cd my-new-project
Features
- 🚀 Quick Project Setup with interactive configuration
- 🔐 Authentication & Authorization with Spatie permissions
- 📝 CRUD Operations with LaraBuilder
- 📊 Data Tables with advanced functionality
- 📄 PDF Generation tools
- 🏷️ Tagging System
- 📋 Task Management
- 📱 Livewire Components
- 🎨 UI Components with Bootstrap and FontAwesome
Interactive Setup
During installation, choose whether to include the sales section:
- Products & Categories
- Orders & Order Items
- Invoices & Invoice Items
- Estimates & Estimate Items
- Payments & Payment Methods
- Customer Management
Requirements
- PHP ^8.2
- Composer
- MySQL/PostgreSQL/SQLite
License
MIT License