Laravel 11 Boilerplate Logo

Laravel 11 Boilerplate

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.

Laravel
Firebase/php-jwt
PHPMailer
Tailwind CSS
DaisyUI
jQuery
Axios
Remix Icon
DataTables
Tom Select

Features

Core Enhancements

Frontend Packages

CSS & UI

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

JavaScript & Tools

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

Installation

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.

Requirements

  • PHP ≥ 8.2
  • Composer ≥ 2.x
  • Laravel 11.x
  • MySQL or SQLite database
  • OpenSSL for JWT