Support the ongoing development of Laravel.io →
posted 10 years ago

[L5] Creating a Middleware

Hi all, I want to create a Middleware in Laravel 5 where in the handle() method, I can somehow figur...

0 Likes
0 Replies

Join query in eloquent

so i have this join query $artikels = DB::table('artikel') ->leftJoin('kategori_artikel','artike...

0 Likes
3 Replies
Solved

Before filter working on local server, not on remote server

In one of my controllers, I have used the before filter in the constructor like this: public functio...

0 Likes
8 Replies
posted 11 years ago

Laravel Installation Error in NGINX

After I install laravel and change chmod -R o+w app/storage When I open in the browser. It says: An...

0 Likes
5 Replies
posted 10 years ago

502 Bad Gateway installing laravel

#Nginx Error Log: Connection reset by peer failed (104: Connection reset by peer) while reading resp...

0 Likes
2 Replies

laravel-authentication-acl package not loading css and js (assets)

i use laravel framework in my project i downloaded the package #laravel-authentication-acl 1-Add to...

0 Likes
1 Replies
posted 10 years ago

Render page problem?

Hello , I have 2 routh here. Route::get('/admin','AdminController@adminPage'); Route::get('/admin/ed...

0 Likes
3 Replies

Creating table relationship between two tables using pivot

Hi guys, I'm working on creating my own Project Manager, I currently have a projects, users and a pr...

0 Likes
2 Replies
Solved

<script>alert("OK");</script>

I cache the results of a query using the remember method. But how to cache all query?

0 Likes
0 Replies

Laravel 5 - Auth Driver - What am i doing wrong ?

This is my ServiceProvider located at App/Providers/ <?php namespace Sail\Providers; use Illumi...

0 Likes
1 Replies
posted 10 years ago

How to use Ardent on a class User extending ConfideUser?

I can't very well do class User extends ConfideUser and Ardent now can I? Normally gotta extend Arde...

0 Likes
2 Replies

laravel mysql every table derived must have an alias

This is my query simplified bellow. I have to use an alias as I am using union/sub query. (select d...

0 Likes
2 Replies
Solved

List all PDF in a directory and open PDF file

I have listed all the pdf files in a table. What I want to do is to generate it as a link. And open...

0 Likes
0 Replies
posted 10 years ago

Two field in combination should be unique in Database

Hello, I need to have validation where two field in a table in exact this combination should be uniq...

0 Likes
7 Replies
posted 10 years ago

Login working once

I have build an application using laravel. Yesterday I have put the application live, but I have a l...

0 Likes
3 Replies

Standalone script

Hey all, I want to create a standalone script that I can call from an iOS App that will output XML....

0 Likes
2 Replies
Solved

Rename a file before moving it to Directory

Hi, I want to rename a file by typing the file name on the input/text box before it will upload and...

0 Likes
1 Replies

Laravel 5: Passing through validated input to model after FormRequest

Apologies this is on 5, and I know things are likely to change at any given moment, but I think this...

0 Likes
2 Replies
Solved

How to use Laravel Authentication With Neo4j Graph Database

Hello Everyone, Myself piyush.I am currently working on laravel framework and databse is Neo4j Graph...

0 Likes
1 Replies
posted 10 years ago

Testing my models? (for starters) (with Woodling?)

Building something using andrewelkins' Laravel 4 Bootstrap Starter Site as a base. In it is already...

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.