Support the ongoing development of Laravel.io →

Compare two objects in foreach

I have two arrays of objects and I want to check if ids of elements of both are the same then select...

0 Likes
0 Replies

Debug Errors in laravel

Hello How can i debug my errors in laravel 4? unlike PHP, laravel just says Whooops something went w...

0 Likes
3 Replies
Solved

Inline edit forms & update

Dear All, I'm currently developing a webapp using Laravel and I truly love developing on 5.1 version...

0 Likes
1 Replies

PHP Catchable fatal error:

Hi everyone, I'm new in Laravel and I found that error, so any help please? PHP Catchable fatal erro...

0 Likes
0 Replies

Beginner needs help! :)

Hello, im new to Laravel 5. In the past I tried to work with Laravel 4, but at this time, it was not...

0 Likes
4 Replies

Eloquent, select only rows where the relation exists

I am trying to select from a table, but I only want to select things that have an existing relations...

0 Likes
2 Replies
Solved
posted 9 years ago

I have one problem at the route.php

Route::get('home', function(){ return view('user.aktif'); }); Route::get('home/aktif-miller', fu...

0 Likes
1 Replies

What's returned by Auth::user() ?

I'm trying to make changes to the user record. I expect a User Eloquent model when I call Auth::user...

0 Likes
3 Replies
posted 9 years ago

Using the scheduler from a package (5.1)

Hello, I am adding a command from a package like so -- $this->app->bind('stats::command.st...

0 Likes
1 Replies

[HELP] USER edit form checkbox not checked - Entrust

this is my edit function: public function edit($id) { $user = $this->user->find...

0 Likes
1 Replies
posted 9 years ago

Convert SQL to Query Builder

Can anyone convert this to the Laravel 4 Query Builder please? SELECT cases.id, reference, (SELECT C...

0 Likes
0 Replies
posted 11 years ago

Can't write image data to path

Error: Intervention \ Image \ Exception \ ImageNotWritableException Can't write image data to path [...

0 Likes
4 Replies
Solved

No such table bill_user

I am trying to attach bills to a user which they can create themselves. However I am having problems...

0 Likes
2 Replies

Decimal getting truncated

Hi there, I have a field in my DB that was created with Schema builder, that is behaving unlike any...

0 Likes
1 Replies
Solved

Socialite `socialite->driver('facebook')->user();` doesn't work

Hi, I'm using Laravel 5.1. public function redirectToProvider(AuthenticateUser $authenticateUser, Re...

0 Likes
0 Replies

How to integrate with Laravel

I need to include 3 different storyline/articulate courses into my laravel app. Each course has a ro...

0 Likes
3 Replies

Have envoy only deploy once tests are green

I'm currently setting up a new laravel project for my personal site and rather than using any third...

0 Likes
1 Replies
posted 9 years ago

Laravel 5.1 Updated Model Relationships when Eagerly Loaded Don't Persist to Database

I'm updating a Rental that belongsTo a Location, and I can fill and persist the Rental data, but whe...

0 Likes
0 Replies

Problem with a hidden form array

I have a hidden form array: Form::hidden('new_image_ids[]'); If the form is returned because of an...

0 Likes
0 Replies

Can we send data inside Get link to update fields in database?

I have button named Delegate and when user click on it, It must send user comment and selection to s...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.