Support the ongoing development of Laravel.io →
posted 10 years ago

How Validate multiple fields

How Validate multiple fields, two requerid, use Laravel 4.0 {{ Form::text("percent[{$key}]"...

0 Likes
8 Replies
Solved

Input::get() return no value on another server

Hi all, This is my first post here, and im new to laravel. Im very confused here, I have developed a...

0 Likes
4 Replies
posted 10 years ago

Does Homestead offline work???

Hi I have managed to run Vagrant offline and able to use "vagrant ssh" command however I c...

0 Likes
1 Replies

Cant write Image to path

$image=Input::file('imageOne'); $filename = time() . '.' . $image->getClientOriginalExtension();...

0 Likes
3 Replies

Eloquent relation with where condition on model attribute

I have two models Student and StudentRevision with Student model having hasMany relation with Studen...

0 Likes
1 Replies

counter for email

Is there a way to count email that has been send to the address of the website

0 Likes
6 Replies

Best practice for image management

I have been looking at stapler and I think it may work for me. I am re-engineering a site that is es...

0 Likes
3 Replies
posted 10 years ago

MySQL functions in insert query using Query Builder

Greetings! My question is pretty straight forward, how do I use MySQL functions in an insert query u...

0 Likes
1 Replies

Extend blade

Hello everyone, Can somebody help me extend a new route function for my system ? I don't use laravel...

0 Likes
3 Replies
Solved

Case sensitivity

Can someone confirm that this is intended behaviour? In a model Text I have this relationship: publi...

0 Likes
1 Replies

L5 Auth Boilerplate

Is this being removed or refactored? It was referenced in a recent laracast but now seems to be abse...

0 Likes
2 Replies

Target [Illuminate\\Database\\ConnectionResolverInterface] is not instantiable

Today I ran a composer update and I am completely stuck with the error I am being shown: {"erro...

0 Likes
2 Replies
posted 10 years ago

Creating a dynamic model relationship

0 down vote favorite I have three models User.php, Profile.php, CorporateProfile.php and trying to c...

0 Likes
1 Replies

Object of class Illuminate\Database\Eloquent\Builder could not be converted to string

Whenever i try to use a query scope it my model it returns the following error: Object of class Illu...

0 Likes
2 Replies

Laravel multiple delete checkbox

Hi gladly I want to delete only checked tasks. So to achieve that I use an array variable for the na...

0 Likes
3 Replies

How do i get a value from an array

I am trying to search a if a certain value exists in an array. The array is from a log in form. It c...

0 Likes
7 Replies

Advanced Joins with Join Where statements messing up Query Parameters

Hey everyone. Currently I am doing quite a crazy query which needs to do multiple joins but also nee...

0 Likes
0 Replies

Using opcache as session and cache driver

Hi folks, Is there a specific driver for opcache I can use to store session and cache info for PHP5?...

0 Likes
0 Replies

Store at login to application

hello friends using sentry and 4.2 Laravel need to store each time the user enters the application y...

0 Likes
0 Replies

restrict crud operations of resources to the owner

I'm noticing that in my views I'm doing a lot of checking whether the current user is the owner of a...

0 Likes
5 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.