Hi, I have the following route: Url: /users/{user_id}/friends Route::get('users/{users}/friends', 'U...
I'm a long time old school procedural programmer, slowly (at my age, everything is slow) getting my...
I am using the following code to send email using laraval 4 Mail::send('emails.welcome', array('data...
I have two arrays of objects and I want to check if ids of elements of both are the same then select...
Hello How can i debug my errors in laravel 4? unlike PHP, laravel just says Whooops something went w...
Dear All, I'm currently developing a webapp using Laravel and I truly love developing on 5.1 version...
Hi everyone, I'm new in Laravel and I found that error, so any help please? PHP Catchable fatal erro...
Hello, im new to Laravel 5. In the past I tried to work with Laravel 4, but at this time, it was not...
I am trying to select from a table, but I only want to select things that have an existing relations...
Route::get('home', function(){ return view('user.aktif'); }); Route::get('home/aktif-miller', fu...
I'm trying to make changes to the user record. I expect a User Eloquent model when I call Auth::user...
Hello, I am adding a command from a package like so -- $this->app->bind('stats::command.st...
this is my edit function: public function edit($id) { $user = $this->user->find...
Can anyone convert this to the Laravel 4 Query Builder please? SELECT cases.id, reference, (SELECT C...
Error: Intervention \ Image \ Exception \ ImageNotWritableException Can't write image data to path [...
I am trying to attach bills to a user which they can create themselves. However I am having problems...
Hi there, I have a field in my DB that was created with Schema builder, that is behaving unlike any...
Hi, I'm using Laravel 5.1. public function redirectToProvider(AuthenticateUser $authenticateUser, Re...
I need to include 3 different storyline/articulate courses into my laravel app. Each course has a ro...
I'm currently setting up a new laravel project for my personal site and rather than using any third...
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.
The community