lubusIN / laravel-decomposer

⚙️ A Laravel package to decompose your installed packages, their dependencies, your app & server environment
MIT License
522 stars 42 forks source link

File not found #18

Closed Braunson closed 6 years ago

Braunson commented 6 years ago

I've installed this on a new project, and receive 'file not found' when trying to go to the route. Everything is registered but for some reason the route isn't working.

introwit commented 6 years ago

@Braunson which Laravel version?

Braunson commented 6 years ago

@introwit 5.5.24

introwit commented 6 years ago

It's working for me in an existing 5.5 project. After you did composer require, it should show decomposer in the Discovered packages list in the output of the require command. Then registering the route is the only thing to do. Can you paste the whole error you are receiving?

Braunson commented 6 years ago

@introwit No error, just the 'File not found' default Laravel error page. hmm

ajitbohra commented 6 years ago

@Braunson closing this feel free to reopen if the error persists.