I got this error in laravel: Declaration of App\Providers\ErrorServiceProvider::boot() should be com...
Hello, Need help getting Google Webmasters Tool to work. I already tried several of their methods (a...
I have the following code that produces the following error: "Undefined variable: tbl" The...
I have model called Reference which can have many child References but only one parent Reference. So...
I have a weird anomaly with laravel and was wondering if anyone could point me in the right directio...
I have two models. Article: class Article extends Eloquent { protected $table = 'articles';...
Hello there. I am trying to figure out a clevel way of handling my SEO urls with assumptions that th...
queue config: 'default => 'redis', 'connections'=> array( 'redis'=> array( 'driver' => '...
Hi, According to the Laravel documentation, I can do: 'email' => 'unique:users,email_address,10'...
Hi, I have two parameters that can have various values. One of the rules that I need to have is: &qu...
On using the DB inside the controller I am getting an FatalErrorException stating class 'App/Http/Co...
So I have two forms on a single page. Login (email, password) and register (username, email, passwor...
Hi, I found a package on packagist.com that I want to use in my Laravel project. I've installed the...
Hello All, Im new here and just would like to know if the below way is PROPER OR NOT(it works for me...
Does somebody using Repository pattern in Laravel 5? I need some examples. Or is it a bad practice t...
hi i want convert this sql to eloquent but i don't now SELECT companies.LVal18AFC, basket.qty, b...
Hello, I have a controller named PlanController with the create and store method. Now I want to test...
I have the following code in my controller: public function send() { $name = Input::get('name'...
Hello, I am new to this vagrant idea and I have a question (I hope it makes sense here). Imagine I h...
Hi, I made yet another package to handle users on my projects. The main point is that it works almos...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.