First of all, the word "share" should be all lower-cased:
View::share('minimum', '30');
Secondly, how are you running the query? This code should be within the boot()
method of the AppServiceProvider
. You can get access to the database like this:
$db = $this->app->make('db');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community