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...
This is my query simplified bellow. I have to use an alias as I am using union/sub query. (select d...
I have listed all the pdf files in a table. What I want to do is to generate it as a link. And open...
Hello, I need to have validation where two field in a table in exact this combination should be uniq...
I have build an application using laravel. Yesterday I have put the application live, but I have a l...
Hey all, I want to create a standalone script that I can call from an iOS App that will output XML....
Hi, I want to rename a file by typing the file name on the input/text box before it will upload and...
Apologies this is on 5, and I know things are likely to change at any given moment, but I think this...
Hello Everyone, Myself piyush.I am currently working on laravel framework and databse is Neo4j Graph...
Building something using andrewelkins' Laravel 4 Bootstrap Starter Site as a base. In it is already...
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