itul/laravel-boilerplate

A comprehensive Laravel starter project with pre-configured packages, interactive setup, and common functionality for rapid application development

This package is auto-updated.

Last update: 2025-07-26 10:51:55 UTC


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