Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Laravel 5 Error #16

Open
dannydinges opened this issue Mar 11, 2015 · 1 comment
Open

Laravel 5 Error #16

dannydinges opened this issue Mar 11, 2015 · 1 comment

Comments

@dannydinges
Copy link

Getting the following error after installing with the provided instructions in the readme. Latest version of Laravel 5. Any help would be appreciated.

BadMethodCallException in ServiceProvider.php line 226:
Call to undefined method [package]
in ServiceProvider.php line 226
at ServiceProvider->__call('package', array('crhayes/validation')) in ValidationServiceProvider.php line 21
at ValidationServiceProvider->boot()
at call_user_func_array(array(object(ValidationServiceProvider), 'boot'), array()) in Container.php line 523
at Container->call(array(object(ValidationServiceProvider), 'boot')) in Application.php line 672
at Application->bootProvider(object(ValidationServiceProvider)) in Application.php line 654
at Closure$Illuminate\Foundation\Application::boot(object(ValidationServiceProvider))
at array_walk(array(object(EventServiceProvider), object(RoutingServiceProvider), object(AuthServiceProvider), object(ControllerServiceProvider), object(CookieServiceProvider), object(DatabaseServiceProvider), object(EncryptionServiceProvider), object(FilesystemServiceProvider), object(FormRequestServiceProvider), object(FoundationServiceProvider), object(PaginationServiceProvider), object(SessionServiceProvider), object(ValidationServiceProvider), object(ViewServiceProvider), object(AppServiceProvider), object(BusServiceProvider), object(ConfigServiceProvider), object(EventServiceProvider), object(RouteServiceProvider), object(SentinelServiceProvider), object(CorsServiceProvider), object(HashidsServiceProvider), object(RepositoryServiceProvider), object(ValidationServiceProvider), object(BusServiceProvider), object(TranslationServiceProvider)), object(Application::boot;1651806084)) in Application.php line 655
at Application->boot() in BootProviders.php line 15
at BootProviders->bootstrap(object(Application)) in Application.php line 167
at Application->bootstrapWith(array('Illuminate\Foundation\Bootstrap\DetectEnvironment', 'Illuminate\Foundation\Bootstrap\LoadConfiguration', 'Illuminate\Foundation\Bootstrap\ConfigureLogging', 'Illuminate\Foundation\Bootstrap\HandleExceptions', 'Illuminate\Foundation\Bootstrap\RegisterFacades', 'Illuminate\Foundation\Bootstrap\RegisterProviders', 'Illuminate\Foundation\Bootstrap\BootProviders')) in Kernel.php line 195
at Kernel->bootstrap() in Kernel.php line 106
at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 84
at Kernel->handle(object(Request)) in index.php line 53

@sebastiaanluca
Copy link
Contributor

Ditto.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants