Support the ongoing development of Laravel.io →

New package Laravel 5 pending migration advisor

Hello, Laravel pending migration advisor package has been updated to laravel 5. https://github.com/...

0 Likes
0 Replies

Posting to a wildcard route

How would I post to a wildcard route? I have a wildcard route which has a forum on it. This is the r...

0 Likes
4 Replies

Parsing blade database content in a blade template

Hello, I am trying to parse blade from a database value but it just doesn't work. I have a template...

0 Likes
4 Replies

Homestead checking if up to date

Last night I was flying and wanted to do a little laravel on the plane. I of course had not access t...

0 Likes
4 Replies
Solved

Scrutinizer marks Eloquent save() as wrong

I'm trying to use Eloquent in one of my project works very fine. But the scrutinizer-ci tool marks t...

0 Likes
2 Replies

Mail::send() not working within the dynamic loop

Iam new to laravel and iam creating a application in which i will notify users about the comments po...

0 Likes
2 Replies
Solved

How to get one specific cookie in middleware?

Hi, all. I want to use the cookie which I set in controller in my custom middleware. Is it possible...

0 Likes
2 Replies
Solved

Analogue ORM - an 'Eloquent-like' Data Mapper

In a personnal attempt to resolve the 'Repository Pattern Dilemna' that has been a huge debate in th...

0 Likes
2 Replies
posted 10 years ago

Polymorphic issue morphOne

First of all I using Laravel 4.3.. When I run this code: $user = new User; $user->...

0 Likes
2 Replies
Solved

Automatically Populating PATTERN and REQUIRED Attributes

I've recently started using Laravel and am now learning how to build forms. Before Laravel, I built...

0 Likes
0 Replies

Laravel Application for scaling (how to make sessions/storage/resources global)

I have this special environment which you can see in the image below: VIEW IMAGE I want to install a...

0 Likes
5 Replies
posted 10 years ago

Testing Events Always Results In Errors

I am using the most updated version of L5 as of this posting which is 5.0.31. In my Controller I hav...

0 Likes
1 Replies
posted 10 years ago

Laravel 5 : bootstrap starter site / platform { Rakko }

Welcome to Rakko (Japanese for sea otter) https://github.com/illuminate3/rakko The main core system...

0 Likes
1 Replies
posted 10 years ago

FatalErrorException in Connection.php line 296

This is what I'm doing: public function movimiento_contable_all( Certificado_de_pagos $request )...

0 Likes
0 Replies
posted 10 years ago

routes group requiring the same resource

What's the best way to provide the same resource for grouped routes? I was thinking of custom model...

0 Likes
0 Replies
posted 10 years ago

Store and re-use requests?

Hi! I've started a project where users send an MMS from their phone to a service provider, which in...

0 Likes
0 Replies

Laravel Forge - How to force https

How can I force websites to use the HTTPS connection instead of the HTTP connection. I am using forg...

0 Likes
0 Replies
posted 10 years ago

Ajax load content within a content

what I'm trying to do is load content into a div via jquery and from that content load some more con...

0 Likes
1 Replies

Doing something to a value that is in db, before querying it.

Now I have a filter that works something like this: $property = new Property(); if($data['type']) {...

0 Likes
6 Replies
posted 10 years ago

Laravel 5: PHPUnit Tests Risky?

For some reason no matter what I do all tests are saying they are Risky, this includes the tests tha...

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.