Features
Core Enhancements
- Laravel 11 base with extended architecture.
- Additional libraries:
- firebase/php-jwt — Secure JWT handling.
- phpmailer/phpmailer — Direct email sending via SMTP.
A modern Laravel 11 boilerplate with extended utilities and command tools for faster and cleaner backend development. Includes built-in JWT, Mailer, Validator, Service base classes, and artisan generators.
| Library | CDN | Description |
|---|---|---|
| Tailwind CSS | @tailwindcss/browser@4 | Utility-first CSS framework |
| DaisyUI | @5 | Prebuilt UI components for Tailwind |
| Remix Icon | @4.5.0 | Modern icon pack |
| Tom Select | @2.4.3 | Dropdown and autocomplete control |
| DataTables | dt-2.3.4 | Interactive tables with export options |
| Library | CDN | Description |
|---|---|---|
| jQuery | 3.7.1 | DOM manipulation & event handling |
| Axios | Latest | HTTP client for API calls |
| Tom Select JS | @2.4.3 | Select dropdown controller |
| PDFMake | 0.2.7 | Client-side PDF generation |
| DataTables JS Bundle | Matched CSS version | Responsive and export support |
git clone https://github.com/refkinscallv/laravel-11-boilerplate.git ./
composer install --no-cache
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
Requires PHP ≥ 8.2 and Composer ≥ 2.x.