Hello, I can convert a key decripted (for example: 1032) to key encrypted? Thanks
I am trying to install thomaswelton/laravel-gravatar Gravatar Helper and I am having a slight issue....
How do I achieve to order my conversation by latest messages. I got this so far but it's not working...
Would you do // Model public function getReceiver() { return $this->users()->where('user_i...
I'm currently queueing a function using Laravel's built-in queueing system and iron.io. The problem...
Hi, I have Category model based on Baum Nested Set (https://github.com/etrepat/baum) package and Cat...
For some reason when a reply is posted to: http://laravel.io/forum/03-11-2014-how-to-get-secure-rout...
I have my routes defined in routes.php Route::any('user/list', array( 'as' => 'UserList', 'uses...
Here is my controller: public function stats() { $title = "Stats"; $stats = DB...
I need to render a google plus share link in my project. I have the url data in my database and call...
Hello! I've got a problem with a form which should be populated with values from my database. My dat...
So i've got the source of a package i have forked, and i'm trying to modify it so that parts of the...
How would I store <option > 's in a mulitple select like so <select name="options" multiple...
I cannot work this problem out. Using twitter bootstrap 3.1.1 mostly everything I need to do works w...
I am trying to create a test suite using PHPSpec. Some things are working out, some things aren't. T...
I've bound some data to the app and whereas I can get it out, I have one instance where based on a c...
Hi guys! I've seen the http://laravel.com/docs/helpers link but I'm not sure if this is the complete...
I have a similar example to that in the docs.. a comment and post scenario. I want notifications whe...
So I have this Offer model with several offers available. I also have a Pattern model that has a man...
So we have built a simple web hook api using Laravel 4. I am using the auth.basic filter. My route...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community