Giter Site home page Giter Site logo

Comments (8)

ozdemirburak avatar ozdemirburak commented on July 19, 2024 1

simplecms sounds great.

from laravel-9-simple-cms.

shirshak55 avatar shirshak55 commented on July 19, 2024

It is not that hard. We can just use artisan console commands and signatures to accomplish it :)
We just generate artisan console command . Add a signature like simplecms:generate {controllerName} {--schema} and in handle method we would add those 4 commands utilizing the proper arguments and options.

If problem ping us :)

from laravel-9-simple-cms.

hamer-iboshi avatar hamer-iboshi commented on July 19, 2024

I will work on it! =D

from laravel-9-simple-cms.

shirshak55 avatar shirshak55 commented on July 19, 2024

I guess Laracasts one is also abondoned we need to free that package form this simple cms

from laravel-9-simple-cms.

ozdemirburak avatar ozdemirburak commented on July 19, 2024

Yeah I already removed that while upgrading to 5.5, also removed the instructions above from readme.

from laravel-9-simple-cms.

hamer-iboshi avatar hamer-iboshi commented on July 19, 2024

You are talking about this command:

$php artisan make:migration:schema create_fruits_table --schema="language_id:unsignedInteger:foreign, title:string, slug:string:unique, content:text"

So I need to change the command according to the example in readme, right?

from laravel-9-simple-cms.

ozdemirburak avatar ozdemirburak commented on July 19, 2024

Yeah, exactly, that command doing was actually creating the migration file and the model. But it's abandoned, so we need to implement its logic, but of course simpler one.

So when someone runs the command below, it should also create the migration and model file without using the laracasts package.

php artisan make:resource Admin/Fruit --schema='language_id:unsignedInteger:foreign, title:string, slug:string:unique, content:text'

from laravel-9-simple-cms.

hamer-iboshi avatar hamer-iboshi commented on July 19, 2024

Ok!
More one question, I make de signature like @bloggervista said 'simplecms:generate', and you said 'make:resource', which one is better?
I made (but is easy to change):
php artisan simplecms:generate Fruit

from laravel-9-simple-cms.

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.