Download the PHP package artisanalbyte/vilt-crud-generator without Composer

On this page you can find all versions of the php package artisanalbyte/vilt-crud-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package vilt-crud-generator

VILT CRUD Generator for Laravel


Generate beautiful, robust, and fully customizable CRUD scaffolding for your VueJS + Inertia + Laravel + Tailwind (VILT) stack in seconds.


✨ Features


🚀 Quick Start

  1. Install via Composer:

  2. Publish Config, Stubs, and UI Components:

  3. Generate CRUD for a Model (Interactive):

This will launch an interactive prompt to select the model/table and options.

  1. Generate CRUD for a Model (Non-Interactive):

  2. Generate for Multiple Models:

  3. Options:
    • --form-request : Generate FormRequest classes for validation
    • --resource-collection : Generate Resource & Collection classes
    • --no-ts : Generate Vue pages in JavaScript instead of TypeScript
    • --force : Overwrite existing files
    • --single-form-request : Generate a single FormRequest file for both store and update actions (default if neither flag is provided)
    • --separate-form-request : Generate separate FormRequest files for store and update actions (useful if you want different validation rules for each)

Usage:


📦 Publishable Assets & File Tree

You can publish only what you need, or everything at once:

Command What it Publishes
php artisan vilt-crud:publish --all Config, stubs, UI components, TS
php artisan vilt-crud:publish Config, UI components, TS
php artisan vilt-crud:publish --stubs Stubs only

Published File Tree Example:


🛠️ Customization & Flexibility

1. Editable Stubs

All generated code is based on stub templates. You can publish and edit these stubs:

Edit the published stubs in resources/stubs/vilt-crud-generator/ to:

Every time you run the generator, your custom stubs are used!

2. Configurable UI & Field Mapping

System Columns

Sensitive Columns

3. Modern, Maintainable Code

4. Default UI Components

This package provides three custom Vue components out of the box:

All other layouts and components used are the defaults from the Laravel Vue Starter Kit.


📚 Example: Generating a CRUD for Post

This will generate:

All files are based on your published stubs and config.


🧩 How It Works


🤖 Disclaimer

This package was made with the assistance of AI, but is not "Vibe Coded" by any means. All code is reviewed, tested, and maintained by a human developer.


💡 Personal Note & Vision


"I built this package for myself because I found writing CRUD boilerplate to be boring and not the best use of my time. Using AI to generate boilerplate required more than a few steps, and the results were often inconsistent with my project's style. With this package, I can get the boilerplate out of the way instantly and get straight to building the parts of my application that matter. My vision is to empower developers to focus on creativity and problem-solving, not repetitive code. I hope this tool saves you as much time and tedium as it has saved me. Happy building!"


📄 License

MIT © 2025 artisanalbyte


All versions of vilt-crud-generator with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
laravel/framework Version ^12.0
inertiajs/inertia-laravel Version ^0.6|^2.0
doctrine/dbal Version ^4.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package artisanalbyte/vilt-crud-generator contains the following files

Loading the files please wait ....