I'm a newbie to Laveral, but nonetheless converting and extending a Laveral 3 project in Laveral 4....
I really like this forum and how it is working but sadly it's not build as package. Of course I can...
I have a table with a row 'comments'. This is 'opmerkingen' in dutch. Every row can contain 1 commen...
Hi i'm wondering is there any particular reasons Cache::put() returning the void? Wouldn't returning...
I want to create a filter that depends on outside variable from domain: Route::any('/{id}', array(...
I have a web application in laravel in "mysite/admin". On login loads view "views/das...
Hi, I've been looking for examples for a while and found out that the docs are lacking about this. H...
I'm using Laravel 4.1 locally and on production (shared hosting, PHP 5.3.27). Locally everything wor...
DB::table('users') ->join('contacts', function($join) { $join->on('users.id', '=', 'contacts.u...
I've looked around for a tutorial or a best practice for implementing a filter for results. I would...
Dear, I have a Laravel API. For example I used Sentry, but can successfully work without Sentry. I l...
I have two models with relationship: City and Events. In the controller i have this: $cities = City:...
Hi I am using this https://github.com/rcrowe/TwigBridge so I could work with twig in laravel 4. My q...
Hi there, I would like to insert a post and its images with laravels ORM. Posts title tekst Images...
Hi, I'm on the very final stages of my app and need help to finish it, hopeful it's this week. In my...
Hello, I would like to add some functions to the Blueprint class but I can't get it to work without...
Hello all, I originally created this command about a year ago and there were a decent amount of peop...
Hello im trying to test something and have a POST form with action to php script, and im getting Met...
Hi folks, I've got a table called "customers" and a table called "projects". Eve...
So I am working on an authentication driver for laravel since my work uses shibboleth for all applic...
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