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

How and where Laravel write the 'session.cookie' k/v in response?

How and where Laravel write the 'session.cookie' k/v in response? I am very confused. I know it abou...

0 Likes
2 Replies

Can't solve Construct() must implement interface problem

Hi All, I've been reading Chris Fidao's excellent book on Implementing Laravel and unfortunately I'v...

0 Likes
2 Replies
Solved

Composer update to latest 5.0 fails

2 months ago i created a simple app in Laravel 5. today i tried to do a composer update and it fails...

0 Likes
4 Replies
Solved

Laravel 5 - destroy on Vagrant/Homestead runs show method

I have very strange issue. I installed fresh L5 copy, created TestController, added Route::resource...

0 Likes
0 Replies

Ajax login and Laravel database sessions

I have been using the conventional way of signing in a user up without ajax and since I have switche...

0 Likes
1 Replies

Hi Laravel Family | Need Simple Laravel CRUD

I'm new to Laravel. I am now done with Up & Running with Laravel. I need some guidance in implem...

0 Likes
2 Replies
Solved
posted 10 years ago

Retreiving validated data

Hi, I am new to laravel. I am using a simple validator which is working great. My question is, is th...

0 Likes
0 Replies
posted 10 years ago

Undefined variable in Eager Load Constraints

I got ErrorException Undefined variable: skip using the following code. $skip = ($page -1 ) * 10;...

0 Likes
1 Replies
Solved

how to schedule the timeslot for exam.

Hi, Iam developing a app. which students can register and book a slot on the particular day in parti...

0 Likes
0 Replies

Using Route::bind after running filters

I'd like to use Route::bind to validate whether a user has permission to access a particular model b...

0 Likes
0 Replies
posted 10 years ago

Where should I put a check for database exists?

Does anyone know where I could put some logic to check if a database exists? It seems wherever I put...

0 Likes
4 Replies
posted 10 years ago

Image link in {{link_to}}

What I want to accomplish is my image to be the CLICK HERE link. <td>{{link_to('users/' . $geb...

0 Likes
1 Replies

laravel (possibly 5) error/bug.. if someone could verify/report..

I have got an installation of Laravel 5 on my local machine using MAMP. db config uses Socket/port....

0 Likes
0 Replies

Connection refused when trying to database connect through laravel

Hi, I've set up my mysql config like so: 'mysql' => [ 'driver' => 'mysql', 'host'...

0 Likes
2 Replies

Polymorph vs 3 Foreign Key

Hi all, If I have 3 tables (users, organizations, guest) who share the same feature, it's ok to put...

0 Likes
1 Replies
posted 10 years ago

Eager loading with constraints returns all items

Hi, I want to get products with a seri name contains a certain word. However it returns all products...

0 Likes
3 Replies

Why when I run a query laravel return something that I can't understand?

When I run this I get a very long text as result: ....Route::get('/', function() ....{ ....$posts=DB...

0 Likes
2 Replies
Solved

How to find different field by laravel find method?

I know there are a method what called find in laravel, I have a table with this structure (articles...

0 Likes
1 Replies
Solved

Can't find the blade file?

Hi guys, I created a folder inside view /view/account/ And also created the file account.blade.php T...

0 Likes
1 Replies
Solved

Relationship understand problem

Hello, i try to get all datas (relation inlcude) from a user table but i cannot get somme values. cl...

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.