Skip to content
Discussion options

You must be logged in to vote

In Laravel Beyond CRUD, it hsa this paragraph:

Unfortunately there's one more thing you need to do in order for Laravel to fully support your custom namespaces. By default, Laravel will look at the app/ folder containing all App\ code, and this default is hard coded in the \Illuminate\Foundation\Application class.

But I don't see where this happens (please point that out if I've missed it!). What I do see though is this:

public function getNamespace()
{
if (! is_null($this->namespace)) {
return $this->namespace;
}
$composer = json_decode(file_get_contents($this->ba…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AdamGaskins
Comment options

Answer selected by crynobone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants