Here is part of my Listing model file: public function model() { return $this->belongsTo('Model'...
I know to override the standard "id" column for primary key in an Eloquent model that you...
Hi, I'm new to laravel. Currently trying to use eloquent in one of my application. I've 3 database t...
Hi guys, my name is Dallin 24 years old these are my skills: Frontend : HTML5 / CSS3 / jQuery / Embe...
Hi, For some reason, my route helper will not properly recognize the parameters that I pass to the i...
Hello, For some reason or another I don't seem to be able to access the Posted data in my Controller...
Hi all! Im new with laravel and I thinking how to solv one problem. in my routing I have somethink l...
I have an Ads website, built on top of a CMS. Recently I have decided to write few managemenet utili...
<?php // Controller public function store() { $validator = Validator::make($data = Input::all()...
I'm using laravel-menu to build my menu's. Now I want to build a sidemenu for the projects in my app...
I update composer last night my code working perfectly on xampp local pc but when i upload on server...
Hi all, I want to create a Middleware in Laravel 5 where in the handle() method, I can somehow figur...
so i have this join query $artikels = DB::table('artikel') ->leftJoin('kategori_artikel','artike...
In one of my controllers, I have used the before filter in the constructor like this: public functio...
After I install laravel and change chmod -R o+w app/storage When I open in the browser. It says: An...
#Nginx Error Log: Connection reset by peer failed (104: Connection reset by peer) while reading resp...
i use laravel framework in my project i downloaded the package #laravel-authentication-acl 1-Add to...
Hello , I have 2 routh here. Route::get('/admin','AdminController@adminPage'); Route::get('/admin/ed...
Hi guys, I'm working on creating my own Project Manager, I currently have a projects, users and a pr...
I cache the results of a query using the remember method. But how to cache all query?
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