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

Session Persistence laravel 4.1

I'm unable to get any session data to persist across my app. I'm using a cart package and after addi...

0 Likes
4 Replies
Solved

Strange Validation behaviour

I've been struggling to figure this out, but with no result so far. This is what I have: My view:...

0 Likes
0 Replies

By blade can create dynamic sections

Hello friends, I'm building a view with blade, you can generate a dynamic menu? change this @section...

0 Likes
3 Replies
posted 11 years ago

Encoded characters when passing URL string

I'm submitting a form to a landing page from an email and it needs to prepopulate. So I'm doing it l...

0 Likes
2 Replies

Ignore duplicate record on insert

Hello all, Is there way to ignore duplicates records on insert. My Code Currently: // Convert json d...

0 Likes
1 Replies
Solved
posted 11 years ago

Reload javascript code when reloading a view by controller@function

Hi, new to Laravel here and having some problems... I have a form in al blade file. This file loads...

0 Likes
2 Replies
posted 11 years ago

Show required field validation message ONLY ONCE

Hi, I got couple of mandatory fields. Required field validation is done and error message are shown....

0 Likes
4 Replies
Solved

Sending an email with database results

I need to query the database and send an email using the results from the database. I'm not entirely...

0 Likes
2 Replies
Solved

I cant open my update page

I have a index page with some athletes from my database. @foreach($sportler as $s) <tr>...

0 Likes
8 Replies

How to handle controllers in subfolders?

I'm a bit confusing about how to work with controllers which is in subfolders of controller dir. For...

0 Likes
3 Replies

Inserting multiple related models elegantly.

Hi there, I've got a little snippet of code that really bothers me. I think a little background info...

0 Likes
2 Replies
posted 11 years ago

RuntimeException You need to specify a file path to store the seed

error in After Installed: \vendor\symfony\security\Symfony\Component\Security\Core\Util\SecureRandom...

0 Likes
0 Replies

How to fake a request so that route() and other urls work in the CLI/Queues

I have a multi-tenant app. Each client with their own url (client.mycompany.com). When one of those...

0 Likes
1 Replies

Place for php.ini setting in Laravel?

I would like to set php.ini setting like: // example ini_set('max_execution_time', 30000); where pu...

0 Likes
2 Replies
Solved

How to load view with new tab or new window in browser?

Could I load view with new tab in browser? Pl help me.

0 Likes
2 Replies
Solved

Testing custom filters

Are there any resources or examples available that discuss testing custom filter classes? Or, do you...

0 Likes
0 Replies
posted 11 years ago

Performance tweaking (i.e. Raspberry Pi)

What are key elements to performance tweaking for example on a Raspberry Pi my average request with...

0 Likes
1 Replies
posted 11 years ago

I can implement this transaction with laravel

Hello friends, as I can implement this transaction with laravel BEGIN; SELECT id FROM turns WHERE es...

0 Likes
1 Replies

Order my foreach loop order by date?

Hello, everyone, I am new to all this, even to php, so my questions could be really silly, but any h...

0 Likes
6 Replies
Solved

How to add logic toForeach loop to show just upcoming events, not finished events

Hello again, my dear fiends. So after understanding, how to order data from database in Foreach loop...

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.