Giter Site home page Giter Site logo

Comments (5)

gruz avatar gruz commented on July 23, 2024

Any solution?

I assume since the folder structure is changed there should be some additional guidelines to artisan where to create the model.

P.S.
I've added "App\\": "app/" to composer.json and managed to create a model in app folder. Surely this breakes the idea of the reworked folder structure.

        "psr-4": {
            "App\\": "app/",
            "Api\\": "api/",
            "Infrastructure\\": "infrastructure/"
        }

from larapi.

Jasperrr91 avatar Jasperrr91 commented on July 23, 2024

@esbenp seems to have abandoned the project. The idea of the project is really cool but there are too many gaps. Artisan no longer working, where do users put other API's? I assume a new folder but how does one connect between different models then? Can one still define Eloquent relations if models are separated from each other? Etc.

from larapi.

gruz avatar gruz commented on July 23, 2024

@Jasperrr91
I've started form the project (having very low experience with Laravel) but little by little move to pure laravel approaches. The Api/Infrastructure folder structure approach breaks artisan. I renamed Infrastructure folder back to App (so app folder it keeps general logic) and use api folder as intended by @esbenp . This way artisan works.

If you are familiar with Laravel the project is a good starting point since you can easily workaround glitches. But it's a bad point to learn due to the glitches.

If I knew about the problems together with hm... not support, abandoned development, I'd not start from it. But it's to late for me.

So resuming.
To make artisan work change composer.json

        "psr-4": {
            "App\\": "app/",
            "Api\\": "api/",
        }

Rename infrastrucuture folder to app folder

Change namespace/use paths in all files to respect new app folder.

Another way is just to keep app folder for newly generated by artisan files but not to use the folder.

I assume a new folder but how does one connect between different models then? Can one still define Eloquent relations if models are separated from each other? Etc.

As far as I understand this should not be a problem is you add proper use directives.

from larapi.

GitIDHere avatar GitIDHere commented on July 23, 2024

Same here. I only just stumbled upon this issue after I started my project. Artisan commands such as make:model and app:name are broken with the "Unable to detect application namespace." exception being thrown.

from larapi.

Amersfoj avatar Amersfoj commented on July 23, 2024

I also had App (capitalized) as namespace root but that didn't work. On the frontend the site worked fine but some artisan commands like make:controller and others gave the Unable to detected namespace error. Changing that line in Composer back to "App\\": "app/", and it worked!

from larapi.

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.