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

Logging SMTP output for testing

In development and QA, i'd like to record the Mail object's transaction history to a DB table, but a...

0 Likes
0 Replies
posted 10 years ago

Learn Dependency Injection for Laravel.....

Hello all... I want to learn Dependency Injection in Laravel. Can anyone suggest me the best materia...

0 Likes
2 Replies
posted 10 years ago

Template looping with custom variables

I'm trying to figure out the best way to present data in a grouped fashion. I have a load of courses...

0 Likes
0 Replies

Route Model Binding with addtional optional parameters

I just can't get this to work: Route::model('mymodel', 'Mymodel'); Route::get('/test/{mymodel}/{view...

0 Likes
0 Replies
posted 10 years ago

Checking if friends.

I want to check if people are friends. I want to check if in a row both the authenticated user exist...

0 Likes
5 Replies
Solved
posted 10 years ago

MorphToMany

Can someone give me an example of how to save elements with this relationship? Currently I have Prod...

0 Likes
0 Replies

Using lavarel in an existing website.

Hi guys i just started using laravel and i love it. I do have a problem, i want to create a contact...

0 Likes
0 Replies

Mobile & Desktop Pagination

It's possible to have two pagination settings for mobile & desktop? app/config/view.php If mobil...

0 Likes
1 Replies
Solved
posted 10 years ago

assertRedirectToRoute

I created a test for users.store and I wanted to test if I get redirected to users.index if everythi...

0 Likes
7 Replies

[Packages] Meta (Makes it easy to add meta tags to your views) and Shareable (Simple social sharing buttons for views)

Hey everyone, I released a package today that some of you may find helpful. It's called Meta, and it...

0 Likes
1 Replies

Installing laravel 4 but disconnect

Hi, I just want to ask...If you instal laravel by issuing the command "composer create-project...

0 Likes
0 Replies

Form:model + checkbox

Hello everyone, I'm using form::model for data editing, works correct but return empty checkbox, how...

0 Likes
4 Replies

HELP! Query with join on pgsql

Hi, I want to have sql query like this: SELECT * FROM "public".user inner join ( SELE...

0 Likes
0 Replies

Eloquent Model Factory / Model Code Generator

Hey folks, There are times when heavy model customization is required, and I want to access data wit...

0 Likes
2 Replies
posted 10 years ago

ErrorException Creating default object from empty value

http://www.codeheaps.com/php-programming/creating-blog-using-laravel-4-part-1/ I followed this great...

0 Likes
5 Replies

paginate() problem

I have a problem with paginate() with hasmany(). I have 2 tables. Categories and posts. I showing po...

0 Likes
2 Replies

One to many relationship help

I have a table named attendance and another named students_attendance. I add an attendance record to...

0 Likes
3 Replies
posted 10 years ago

WM Tip package?

Hey! Do you know any package to integrate a WM-Tip on my site? Best, Div

0 Likes
1 Replies

rendering data of a join query

i've been able to construct a join and it works: $projects = Main::join('builds', 'mains.build_id',...

0 Likes
1 Replies
posted 10 years ago

Alternatives to Administrator from FrozenNode

I really like they builder, it's awesome. It simplifies making admin section. But some features I di...

0 Likes
2 Replies
Solved

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.