Support the ongoing development of Laravel.io →

Passing multiple db variables from Controller to View

return View::make('home')->with(array('posts' => $posts)); The above is working for me, so I...

0 Likes
7 Replies
Solved

Need help with syntax

I am extremely sorry for this novice question in the link http://laravel.com/docs/routing#route-filt...

0 Likes
1 Replies
Solved
posted 10 years ago

Markup is showing on my page.

Hello, First time Laravel install - went great. Then installed https://github.com/rydurham/Sentinel...

0 Likes
2 Replies
Solved

What is the proper way to isolate data processes in sub-views?

Hi everyone! I have a sub-view (which i call widget) in my pages which accepts a parameter, and this...

0 Likes
9 Replies
Solved

is it possible to store the current logged user in session

instead of querying for his data on each page load? or it is not secure?

0 Likes
4 Replies
posted 10 years ago

Built-In password reminder email failing silently

I'm trying to get Laravel 4.1's built-in password reminder functionality working, and it's failing s...

0 Likes
3 Replies

How to validation multiple files in Laravel 4

I have input with name = "image []" multiple = "multiple" which depends on other...

0 Likes
2 Replies
Solved

Best Practices: Moving the application files around?

There are numerous articles detailing how to move the Laravel app folders into the same location as...

0 Likes
4 Replies

PHPSpec mocking objects

Hi! I need to test a simple OAuth2 service I am trying to create. However, to test it, I need to moc...

0 Likes
0 Replies
posted 10 years ago

Best practices with Auth

I have a question use throughout my application ACL (Access list controller) and do consultations in...

0 Likes
3 Replies
Solved

Joined table IDs are returned in the Model Collection instead of the main table IDs

Hi Guys, I have a query which it's toSql result is: select * from `jobs` left join `locations` on `j...

0 Likes
8 Replies
posted 10 years ago

Testing tag/section on LaravelIO

Why there is no testing tag ?

0 Likes
0 Replies
posted 10 years ago

Codeception as a part of daily workflow when working with clients

I would like to how codeception can help when dealing with clients requirements ? Does anybody has c...

0 Likes
0 Replies
posted 10 years ago

I doing somthing wrong? the sentry save update does not update DB but returns true

Hi i was checking my develop and i saw something wrong, the develop works apparently fine but just w...

0 Likes
2 Replies

[Package] Keeper - role/permission based authentication package using Guard

Hello, i have created package, which adds roles and permissions functionality to the laravels authen...

0 Likes
2 Replies

Eager Loading and Relations.[URGENT]

I'm trying to relate a user model and a comments model. My user model has the following code.. clas...

0 Likes
4 Replies
Solved

Seeding from migration

This may be a weird question, but is there a way to seed the db from a migration? The reason is that...

0 Likes
1 Replies
Solved

Increment in Query Builder

DB::table('items')->where('id', $itemID)->increment('save',1); As above, is that possible or d...

0 Likes
1 Replies
Solved
posted 10 years ago

How not to break the internet with routing ?

Given this URL structure www.example.org/category www.example.org/category/subaction1 www.example.or...

0 Likes
2 Replies
Solved

Save radio button selected value in Session variable

I'm building multiple page quiz. When users select options(answer) for a question, it should store i...

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.

© 2024 Laravel.io - All rights reserved.