pyxeel/auto_crud

Installs: 64

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Type:project

v1.1.2 2019-11-12 17:22 UTC

This package is auto-updated.

Last update: 2024-09-13 04:26:51 UTC


README

AutoCrud is a package for Laravel to auto create scaffolding with code.

Getting Started

Here is a basic example of how we can use the package:

Prerequisites

Have a Laravel Proyect 5+ and composer

Installing

1- First download the package using composer

composer require pyxeel/auto_crud

2- Second, now we can use the command

php artisan autocrud:init {model} {--c=true} {--r=true} {--m=false} {--s=false} {--softdeletes=true}

3- Enjoy ☺️

License

This project is licensed under the MIT License - see the LICENSE file for details