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(10y 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 1mo 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 59% 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

3974d 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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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