chandra
  • Introduction
  • Laravel 8
  • Laravel 5.6
  • Laravel 5.4
  • Laravel 5.2, 5.3
  • Laravel 5.1 Version
    • Installation
      • database & Environment setup
      • Directory Permissions
      • Mail Setup
      • Copying Chandra files
      • Install Chandra
    • Fresh Installation
  • Laravel 5 Version
    • Installation
      • Database & Environment setup
      • Permissions
      • Mail Setup
      • Copying Chandra Files
      • Install Chandra
  • Changelog
  • CRUD
    • usage
  • Recaptcha
Powered by GitBook
On this page
  • Installation
  • Usage

Was this helpful?

CRUD

PreviousChangelogNextusage

Last updated 5 years ago

Was this helpful?

Chandra comes with CRUD generator for laravel

Using CRUD You can generate

  • Model

  • Controller

  • views

  • routes

  • menu

  • migration

or ALL of them

Installation

all files are provided in downloaded folder.

open config/app.php and in providers array, add

    'App\Providers\ChandraCrudGeneratorServiceProvider',

Usage

Please click here for usage info