hi everyone according to the question, i want to get column name when update a record. i need this i...
I'm looking for the best approach to add an InsertIgnore method to Laravel's query builder. I can ac...
Hi; Can someone please explain how Route::get and Route::post work? I know exactly how to use them b...
Hey guys, Is there any simple and elegant way to show a message to the users if there are no posts/a...
Currently using laravel 4.1 in a new project. My problem is, CSS which i'm using in my VIEW files ar...
Hy all, I'm quite a beginner with Laravel and trying to build a website for the world cup 2014 in Br...
Hi all, Is it possible to create an observable sync. I am using model::observe to log changes to mo...
The website that is connected to a remote database is running slow, any tips/advice how this can be...
I want to install Laravel 4 into a Intranet Server and there's no internet conection on it. All the...
Hi community, I want to create multiple objects with a single click, I want to be able to create a G...
I mainly confused following two code should be written on that document? class MongoHandler implemen...
Hi guys! Using laravel's pagination it creates a url with ?page=2 but I want my url to be /page/2. I...
Hi all, Im at a crossroad now where i must realize that im looking blind at some not-working code (1...
I have the Users and Items tables on a many-to-many relationship and what im trying to do is only di...
$cookie = Session::put('test','selected'); $test = Session::get('test'); dd($test); I'm getting sele...
Hi; Mod_rewrite is on Route::get('/', 'Home@index'); works fine and I can access it like: http://atl...
<?php echo $users->appends(array('sort' => 'votes'))->links(); ?> I do a GET form sub...
$cookie = Cookie::forever('test','selected') $test = Cookie::get('test'); dd($test); I'm getting NUL...
My current project force me to use zend framework. However, i'm familiar with Laravel framework, esp...
Hi. I'm migrating an old database to a Laravel-based app. One issue I'm coming across is that during...
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