Looking to hire Laravel developers? Try LaraJobs

laravel-code-generator maintained by ichie-benjamin

Description
An intelligent code generator for Laravel framework that will save you time! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.
Last update
2023/12/29 02:03 (dev-master)
License
Links
Downloads
24

Comments
comments powered by Disqus

Tweet

Introduction

An intelligent code generator for Laravel framework that will save you time!! This awesome tool will help you generate resources like views, controllers, routes, migrations, languages and/or form-requests! It is extremely flexible and customizable to cover many on the use cases. It is shipped with cross-browsers compatible template, along with a client-side validation to modernize your application.

For full documentation and live demo please visit crestapps.com

**Note: ** The this is fork of CrestApps/laravel-code-generator, all credit should go the creator

Features

Installation

  1. To download this package into your laravel project, use the command-line to execute the following command

    composer require ichie-benjamin/laravel-code-generator
    

A layout is required for the default views! The code generator allows you to create a layout using the command-line. Of cource you can use your own layout. You'll only need to include CSS bootstrap framework in your layout for the default templates to work properly. Additionally, you can chose to you design your own templetes using a different or no css framework.

Lessons

Checkout our channel on YouTube.com

Available Commands

The command in between the square brackets [] must be replaced with a variable of your choice.

Full documentation available at crestapps.com.

Live demo is available at crestapps.com.

Basic example - CRUD with migration

Basic example - CRUD with migration - Shortcut

Basic API example - CRUD with migration

Basic example using translations for English and Arabic - with migration

Basic example with form-request

Basic example with soft-delete and migration

Creating resources from existing database

Creating resources from existing database with translation for English and Arabic

Creating resources from existing database with translation for English and Arabic in two step for better control over the fields!

License

"Laravel Code Generator" is an open-sourced software licensed under the MIT license