Giter Site home page Giter Site logo

Comments (7)

dojorob76 avatar dojorob76 commented on June 17, 2024

+1, --model=false is not honored at all.

from laravel-5-generators-extended.

arifmahmudrana avatar arifmahmudrana commented on June 17, 2024

Same here not working

from laravel-5-generators-extended.

EspadaV8 avatar EspadaV8 commented on June 17, 2024

--model=0 works. It looks like 'false' doesn't get cast to a boolean but it treated as a string

from laravel-5-generators-extended.

nonDeath avatar nonDeath commented on June 17, 2024

--model=0 works. But the #50 issue is more clear.

from laravel-5-generators-extended.

RanZix avatar RanZix commented on June 17, 2024

@nonDeath, thank you for solution. Was facing same problem.

from laravel-5-generators-extended.

sandeep514 avatar sandeep514 commented on June 17, 2024

Artisan::call('make:migration:schema',[
'--model'=>false,
'name'=>'create_'.$org->id.'_users',
'--schema'=>'name:string, email:string:unique, password:string, address:string:nullable,
phone:integer:nullable, approve:integer:default(0)'
]);

    Artisan::call('migrate');

from laravel-5-generators-extended.

tabacitu avatar tabacitu commented on June 17, 2024

Closing, as it's working with --model=0.

from laravel-5-generators-extended.

Related Issues (20)

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.