lucidarch / laravel

[DEPRECATED] See https://github.com/lucidarch/lucid

Home Page:https://lucidarch.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It does not seem to work

bart opened this issue · comments

Unfortunately it doesn't seem to work correctly. When following the instructions from the README I'm getting "BadMethodCallException in Controller.php line 79: Method [dispatchFromArray] does not exist."

I wanted to start a new project because everything has sound so good at your Laracon EU talk. But it seems like lucid isn't production ready yet, isn't it?

Before I open a separate issue, does your project have Laravel 5.2, or 5.3? I'm following the download instructions but by default it is downloading 5.2, not 5.3 as stated in the docs.

I did try out both versions. I already created another issue for the 5.3 problem but it hasn't to do anything with this issue here. You can get 5.3 by using lucid-arch/laravel=dev-master

@bart Can you please confirm that you have registered the service after creating it? https://github.com/lucid-architecture/laravel#register-service

@Nublust It is now 5.3 by default and there are 5.2 and 5.1 versions. Please see #2

@Mulkave I think there is a difference between stub, console output and documentation here. The handle() method in ServiceProvider does not exist. We only have a register() method here where I've added it to, yes. Btw. I've created a pull request for the laravel-console package that fixes some wrong stub paths

@bart oops, that's a type-o over there. Thanks a bunch for this and for the PR in console.