paulgiorgi/laravelpablo

Helpers that helps me

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

dev-main 2022-10-25 10:59 UTC

This package is auto-updated.

Last update: 2024-04-25 14:11:50 UTC


README

Laravel Pablo has been created to speed up MY workflow. So it can do it for you too.

1-- /******************* INIT **********************/

Once you composer required it you can use

php artisan laravelpablo:init

this function has different modes. write

php artisan laravelpablo:init --help

for informations.

2-- /***************** RESOURCES ********************/

Once you created your php artisan make:model User -crm

You can use

php artisan laravelpablo:resources

to spice it up (generate blades, fix the controller and add into it the famous function ajaxLoadList, generate it's .js file and so on.)