PHPackages                             ads/ajax-crud-generator - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. ads/ajax-crud-generator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ads/ajax-crud-generator
=======================

Generates basic scaffolding for AjaxCrud JS Plugin to allow for quick and easy AJAX CRUD on forms and modals

1.0.6(11y ago)5555LGPLv3PHPPHP &gt;=5.4.0

Since Jun 30Pushed 10y ago1 watchersCompare

[ Source](https://github.com/scs-ben/ads-ajax-crud-generator)[ Packagist](https://packagist.org/packages/ads/ajax-crud-generator)[ RSS](/packages/ads-ajax-crud-generator/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

ads-ajax-crud-generator
=======================

[](#ads-ajax-crud-generator)

### Agility Data Systems Scaffolding Generator for AJAX Crud

[](#agility-data-systems-scaffolding-generator-for-ajax-crud)

This module creates partial files to use in conjunction with the AJAX Crud JS plugin ()

Step 1:

Set up composer, add the package to your require tag:

```
"ads/ajax-crud-generator": "1.0.*"

```

Also add a publish command so that the files stay up to date:

```
"scripts": {
		...
		"post-update-cmd": [
			...
			"php artisan vendor:publish --provider=\"Ads\\AjaxCrud\\AjaxCrudServiceProvider\" --tag=partials --force",
			"php artisan vendor:publish --provider=\"Ads\\AjaxCrud\\AjaxCrudServiceProvider\" --tag=commands --force",
			...

```

run

```
composer update

```

Step 2: Publish the necessary files

Add the service provider to config/app.php:

```
...
'Ads\AjaxCrud\AjaxCrudServiceProvider',
...

```

Run:

```
php artisan vendor:publish --provider="Ads\AjaxCrud\AjaxCrudServiceProvider"

```

Step 3: Add the command to the app/Console/Kernel.php to use in command line:

```
'App\Console\Commands\AjaxCrudCommand',

```

Step 4: Set up the location to the AjaxCrud plugin

If you are using Bower, there is no need to modify to config file, simply add this line to your bower.json file:

```
"ajax_crud": "git@github.com:DavidVranish/AjaxCrud.git"

```

If you are not going to use Bower to, you need to modify the config file to point to the location of AjaxCrud\[.min\].js file:

For example:

```
  'ajax_crud_js_path' => '/js/ajax_crud/js/AjaxCrud.min.js',

```

Step 5: Add HTML dependencies to your master layout blade file:

```
@include('partials.modals.delete_modal')
@include('partials.modals.edit_crud_modal')
@include('partials.modals.new_crud_modal')

```

and

```

```

Step 6: You can now create scaffolding through the php artisan command line:

```
php artisan make:crud --controllerPrefix=[Vendor] --crudModel=[Contact]

```

*The controller prefix is the capitalized prefix for the controller that will handle the CRUD request, the model name is the capitalized name of the primary model being edited*

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity61

Established project with proven stability

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

4022d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cab305a840c7a7b864ec07b39d88f1e8975c29fbd2865dcb398cad0b21b3a0ef?d=identicon)[scs-ben](/maintainers/scs-ben)

---

Tags

laravelAJAX CRUD JS Support

### Embed Badge

![Health badge](/badges/ads-ajax-crud-generator/health.svg)

```
[![Health](https://phpackages.com/badges/ads-ajax-crud-generator/health.svg)](https://phpackages.com/packages/ads-ajax-crud-generator)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
