2017 © Pedro Peláez
 

library crud_artisan

This package is for generating crud related files with one artisan command like controllers,models,views,migrations and requests for formvalidation

image

asif/crud_artisan

This package is for generating crud related files with one artisan command like controllers,models,views,migrations and requests for formvalidation

  • Monday, December 18, 2017
  • by asifzcpe
  • Repository
  • 0 Watchers
  • 1 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

crud_artisan

crud_artisan is a laravel artisan package that helps the developer to generate necessary files for crud. It generates, (*1)

Controller

Model

Migration

Request

Views

How to install crud_artisan package

Itss too simple. Just run the following command in command promt
composer require asif/crud_artisan , (*2)

Usage of the package

after installing the package just run the following command to generate crud related files
go to your config/app.php file and in service provider array add the following line
Asif\Crud_artisan\CrudArtisanServiceProvider::class
Next, in command promt run the following command: php artisan crudfiles:generate (press enter) in the next line input your crud name for example product and it will generate controller,model,views,migration and request for the product crud, (*3)

The Versions

18/12 2017

dev-master

9999999-dev

This package is for generating crud related files with one artisan command like controllers,models,views,migrations and requests for formvalidation

  Sources   Download

MIT

by asif rahman

17/12 2017

1.0.1

1.0.1.0

This package is for generating crud related files with one artisan command like controllers,models,views,migrations and requests for formvalidation

  Sources   Download

MIT

by asif rahman