Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Bootstrap Laravel Crud Generator Laravel Package

coolhax/bootstrap-laravel-crud-generator

View on GitHub
Deep Wiki
Context7

Laravel Crud Generator )

Packagist Licence StyleCI

This Laravel Generator package provides and generate Controller, Model (with eloquent relations) and Views in Bootstrap for your development of your applications with single command.

This packege based on - (https://github.com/awais-vteams/laravel-crud-generator)

What Is New

  • Relationship with select in form and auto Relationship data pass in view

  • Select dropDown in form

  • Search Filter added

  • $serchable Property in Model

  • Bootstrap new Design col-md-6

  • New Feature Auto Route

  • Will create Model with Eloquent relations

  • Will create Controller with all resources

  • Will create views in Bootstrap

Requirements

Laravel >= 9.0
PHP >= 8.1
Bootstrap >= 5.0.0

Start Up

composer create-project laravel/laravel project-name
cd project-name
composer require laravel/ui
php artisan ui bootstrap --auth
npm install
npm run build

Installation

1 - Install

composer require coolhax/bootstrap-laravel-crud-generator --dev

2- Publish the default package's config

php artisan vendor:publish --tag=crud

Usage

php artisan make:crud {table_name}

php artisan make:crud banks

Add a route in web.php

  • Now auto Route Feature Not Needed
Route::resource('banks', App\Http\Controlles\BankController:class);

Route name in plural slug case.

Options

  • Custom Route
php artisan make:crud {table_name} --route={route_name}

Example

Model Model

Controller Controller

Listing Listing

Form Form

Author

Rohit Kumar // Email Me

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle