Laravel Crud Generator

screenshot of Laravel Crud Generator
laravel
bootstrap

Laravel CRUD Generator

Overview

The Laravel CRUD GeneratorPackagistLicenceStyleCI is a package that offers a Laravel CRUD Generator v2.x, allowing developers to generate Controller, Model, and Views with Bootstrap/Tailwind CSS using a single command. The new version includes stack options like bootstrap, tailwind, livewire, and API-only, simplifying application development.

Features

  • Eloquent Relations: Automatically creates models with eloquent relations.
  • Resourceful Controllers: Generates controllers with all necessary resources.
  • API Controllers: Creates API controllers with all requests.
  • Livewire Components: Generates components with resources for Livewire.
  • Bootstrap/Tailwind Views: Creates views in Bootstrap/Tailwind CSS for styling.
  • Customizable Views: Allows 100% customization of generated views.
  • Easy Installation: Auto installs starter kits like laravel/breeze or laravel/ui for blank Laravel projects.
laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.