Git Product home page Git Product logo

laravel-api-generator's Introduction

code_generator_php/code_generator

code generator

Installation

Install this package as a dependency using Composer.

"require": {
        "devs-poetadigital/laravel-api-generator": "0.1.6"
    }
composer install 
or 
composer require devs-poetadigital/laravel-api-generator

Generate code CRUD api with api:crud

After cloning this repository locally, execute the following commands to create a CRUD for model:

php artisan api:crud {{ model_name }} {{ action_name }} --only={{ your_action }}

model_name : the model which you want to generate code

action_name(optional): your custom action you want to generate eg: CreateWithAdminRole

your_action: it are belong in c(Create), r(Read), u(Update), d(Delete), s(Search)

eg: php artisan api:cruds Post GetAll --only=cu

Now, you are ready to develop!

Remove code with api:remove

After cloning this repository locally, execute the following commands to create a CRUD for model:

php artisan api:remove {{ model_name }} {{ action_name }} --only={{ your_action }}

model_name : the model which you want to generate code

action_name: your custom action you want to generate eg: CreateWithAdminRole

your_action: it are belong in c(Create), r(Read), u(Update), d(Delete), s(Search)

eg: php artisan api:remove Post GetAll --only=cu

Now, you are ready to develop!

Refresh Swagger for Model Dto

php artisan api:swagger {{ class_name_dto }} 

class_name_dto : the class you want to refresh

eg: php artisan api:swagger CreatePostResponseDto

Regenerate Model Dto

php artisan api:dto {{ model_name }} {{ action_name }}

model_name : the model which you want to generate code

action_name(optional): your custom action you want to generate eg: CreateWithAdminRole

eg: php artisan api:dto User Create

Create a service api by model name and action name

After cloning this repository locally, execute the following commands to create a servive api for model:

php artisan api:service {{ model_name }} {{ action_name }} {{ --query }}

model_name : the model which you want to generate code

action_name(optional): your custom action you want to generate eg: CreateWithAdminRole

--query: it support generate code with sql command

eg: php artisan api:make Post search --query

Copyright and License

The devs-poetadigital/laravel-api-generator library is free and unencumbered software released into the public domain. Please see MIT for more information.

About us

https://poetadigital.com/

laravel-api-generator's People

Contributors

nmkhanhit avatar khanhpoeta avatar devs-poetadigital avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.