Support the ongoing development of Laravel.io →

One port per website on Homestead

I am using laravel homestead as my development environment. Only problem I have is that all the site...

0 Likes
2 Replies
posted 10 years ago

Creating relationship with keys not in integer

I meet a problem when making eloquent. Now I have two tables in my database, say "Users" a...

0 Likes
2 Replies
Solved

Parent item in same table join ?

Hello ! I have a table that contains Pages with columns (ID,Title,Parent_id) page can be root(Parent...

0 Likes
0 Replies

IF statement in query on Laravel 3, possible?

Hi all, For a project running Larvavel 3, I need to modify an existing query using an if statement,...

0 Likes
0 Replies

Laravel 5 not working after updating

I've updated Laravel through composer but it seems not working anymore .. it does not show anything...

0 Likes
10 Replies

Botched homestead box after KB3004394 security update

Woke up this morning to find my Windows 7 64-bit had rebooted itself to apply security patches, and...

0 Likes
1 Replies

How to have a universal search bar populated by MySQL?

Hello, I am learning Laravel and writing a pretty straightforward app. It is a database search appli...

0 Likes
2 Replies
Solved
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

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.