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?
This is my ServiceProvider located at App/Providers/ <?php namespace Sail\Providers; use Illumi...
I can't very well do class User extends ConfideUser and Ardent now can I? Normally gotta extend Arde...
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.