Coder Social home page Coder Social logo

Comments (8)

devlob avatar devlob commented on May 3, 2024 2

@JeyKeu would you like this as a full package?

Some features will include:

  • Basic architecture setup, which is the usual way of using Eloquent directly inside your controllers
  • Laravel agnostic setup, a more advanced architecture where interfaces are used in order to have your controllers dry and you can easily move them to a new project, etc.
  • API controller - Base controller (that includes views)
  • Create relationships according to the fields you pass
  • All the stubs will be editable, which means that you can change them to your likes in case you don't like something.

etc.

from blog-contest-may-mayhem.

hellowords avatar hellowords commented on May 3, 2024

不错的文章

from blog-contest-may-mayhem.

devlob avatar devlob commented on May 3, 2024

Thank you @hellowords 👍 :)

from blog-contest-may-mayhem.

devlob avatar devlob commented on May 3, 2024

I think that I will work on this and make it a full-rich library. Something similar to what Visual Studio offers :/

from blog-contest-may-mayhem.

JunaidQadirB avatar JunaidQadirB commented on May 3, 2024

Exactly what I wanted. Thanks!

from blog-contest-may-mayhem.

JunaidQadirB avatar JunaidQadirB commented on May 3, 2024

@devlob a package would be great. something that's unobtrusive.

from blog-contest-may-mayhem.

devlob avatar devlob commented on May 3, 2024

Got it :)

from blog-contest-may-mayhem.

mdhafiz avatar mdhafiz commented on May 3, 2024

I have try it, but I have faced error.
Symfony\Component\Debug\Exception\FatalThrowableError : Class 'App\Console\Commands\File' not found

at /var/www/html/Contest/app/Console/Commands/CrudGenerator.php:92
88| $this->controller($name);
89| $this->model($name);
90| $this->request($name);
91|

92| File::append(base_path('routes/api.php'), 'Route::resource('' . str_plural(strtolower($name)) . "', '{$name}Controller');");
93| }
94| }
95|

from blog-contest-may-mayhem.

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.