Support the ongoing development of Laravel.io →

Best way to send notifications

In my app I'd like users to decide how they want to receive notifications (different channels and di...

0 Likes
0 Replies

DB::select and raw not returning model instances?

Hi guys, So I am trying to run this complicated SQL query: $eastern_standings = DB::select(DB::ra...

0 Likes
1 Replies
Solved

Validate password reset token after expired

How do I validate the $token against password_reminders if the token exist or before it's expired an...

0 Likes
0 Replies

Homestead local host(names) not working

Hi all, i'm using - map: laravel.dev to: /home/vagrant/www/laravel/public - map: stefa...

0 Likes
3 Replies

laravel 4 advanced routeing not happening on dynamic urls

//do any one have any idea how to solve this advanced routeing problem // the foreach loop which is...

0 Likes
0 Replies

Model problem

When I use , for example, User:all(); everything works and give me all records from table that conne...

0 Likes
4 Replies
Solved

Create model urls

Hi guys, I was wondering if it was possible to do a method in the model to get the url of the model?...

0 Likes
3 Replies

Group Routes with dynamic data.

Hello all, i want to make a multilingual website based on format: http://www.com/en/contact (en...

0 Likes
1 Replies

[Package] NestedSet for creating trees in database (categories, menus)

The packge for Laravel 4, 5 (>= 4.1) that simplifies and speeds up managing hierarchical structur...

0 Likes
4 Replies
posted 11 years ago

Behaviour of maintenance mode, in particular queues

I have a few things I want to clarify about about maintenance mode: existing web requests will kee...

0 Likes
0 Replies

Namespacing Resource Routes (error?)

From this: Route::group(array('prefix' => 'admin','namespace' => 'Admin'), function() { Route...

0 Likes
3 Replies

Blank page rendered on openshift

I haven't had time to figure this out, but spent considerable time trying, being a "hobby"...

0 Likes
6 Replies

Inserting multiple rows to database

Hi, I've created a form where users can choose multiple checkboxes. <input type="checkbox&qu...

0 Likes
0 Replies

Laravel insists on loading incorrect resource route

I am well into a project where I have a number of resource controllers. They have all been working p...

0 Likes
3 Replies
Solved

Get collection and associated pivot with one query

Here are my models: class BookReading extends Eloquent { // Book reading has many authors p...

0 Likes
1 Replies
Solved

Routes vs URL Parsing

What are the benefits of utilizing laravel's "Routes" opposed to having a custom bootstrap...

0 Likes
1 Replies

Mail config file from data base

I made a model 'Setting' and a static method 'get' and I use it for get configs from DataBase. For E...

0 Likes
1 Replies
Solved

Editing multiple rows

How do I edit multiple rows in Laravel? I've searched Google and I'm seeing all sorts of mentions of...

0 Likes
2 Replies
posted 11 years ago

Session id when cookies are disabled

Hello! Need to arrange authorization when cookies are disabled. Ie, Session ID need send in $ _GET....

0 Likes
0 Replies

[Package] Perform searches in a table giving priorities to each field

Searchable, a search trait for Laravel Searchable is a trait for Laravel 4.2+ that adds a simple sea...

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