Hi again. I have 3 tabs in a page. I have 3 queries and thus get the results and make 3 different pa...
Hello, one of the requirements on the application I am developing is to have it to use an arbitrary...
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...
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(...
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...
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 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...
So I am working on an authentication driver for laravel since my work uses shibboleth for all applic...
It looks like my entire Laravel application can be accessed from the base url (ie /this/that) and wi...
Hello, How I can fix the this - all files from Laravel in NetBeans is mark with "Ignored"....
I made migration with foreign key 'user_id' to a table 'users' that is in another database: This ge...
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