Support the ongoing development of Laravel.io →

thomaswelton/laravel-gravatar Installation Quesiton

I am trying to install thomaswelton/laravel-gravatar Gravatar Helper and I am having a slight issue....

0 Likes
2 Replies
posted 10 years ago

Getting orderby in conversation

How do I achieve to order my conversation by latest messages. I got this so far but it's not working...

0 Likes
1 Replies

Opinion on getReceiver

Would you do // Model public function getReceiver() { return $this->users()->where('user_i...

0 Likes
0 Replies
posted 10 years ago

Queued function cannot write files

I'm currently queueing a function using Laravel's built-in queueing system and iron.io. The problem...

0 Likes
1 Replies
posted 10 years ago

Answer to: How to get secure routes in form?

For some reason when a reply is posted to: http://laravel.io/forum/03-11-2014-how-to-get-secure-rout...

0 Likes
0 Replies

How to get secure routes in form?

I have my routes defined in routes.php Route::any('user/list', array( 'as' => 'UserList', 'uses...

0 Likes
0 Replies

Passing hundreds of variables from controller to view

Here is my controller: public function stats() { $title = "Stats"; $stats = DB...

0 Likes
4 Replies

From Model Binding with one to many relation

Hello! I've got a problem with a form which should be populated with values from my database. My dat...

0 Likes
2 Replies
posted 10 years ago

Allow custom bindings in my service provider

So i've got the source of a package i have forked, and i'm trying to modify it so that parts of the...

0 Likes
0 Replies

< select name="options" multiple > How to store in a array within the database

How would I store <option > 's in a mulitple select like so <select name="options" multiple...

0 Likes
0 Replies
posted 10 years ago

twitter bootstrap 3.1.1 not displaying dropdown items

I cannot work this problem out. Using twitter bootstrap 3.1.1 mostly everything I need to do works w...

0 Likes
19 Replies
posted 10 years ago

Mocking $this in PHPSpec

I am trying to create a test suite using PHPSpec. Some things are working out, some things aren't. T...

0 Likes
1 Replies
posted 10 years ago

Where is the complete list/documentation of laravel helpers?

Hi guys! I've seen the http://laravel.com/docs/helpers link but I'm not sure if this is the complete...

0 Likes
2 Replies
posted 10 years ago

Will a touched object have the same timestamps as the toucher?

I have a similar example to that in the docs.. a comment and post scenario. I want notifications whe...

0 Likes
0 Replies

Laravel Validate Many-To-Many Relationship

So I have this Offer model with several offers available. I also have a Pattern model that has a man...

0 Likes
0 Replies

Authentication problems between twilio and my laravel 4 based api.

So we have built a simple web hook api using Laravel 4. I am using the auth.basic filter. My route...

0 Likes
1 Replies
posted 10 years ago

Form submit route handling

Hello, My application loads its first page (which contains a form) via this route: Route::get('cv/ed...

0 Likes
7 Replies
posted 10 years ago

How to reroute a resource to include a different field besides $id in Laravel 4 (for custom URLs)

I have a resource controlling one of my tables "fans". I have a view that shows the inform...

0 Likes
3 Replies

Displaying content with html tags.

Hi , I am using ckeditor for textarea. It is working fine. But when we display description on fronte...

0 Likes
2 Replies

one view and 3 controllers

I'm starting with learn laravel and I have a problem with 1 thing. I want to create one controller w...

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.

© 2024 Laravel.io - All rights reserved.