Support the ongoing development of Laravel.io →

rogue780

Joined 13 Oct 2014

Statistics

Threads 4
Replies 5
Solutions 0
Articles 0
posted 8 years ago

Multiple subviews extending a master template only works once.

This issue is essentially a duplicate of this SO post I managed to find: http://stackoverflow.com/qu...

0 Likes
6 Replies

Can't run Artisan in lumen.

On a fresh install of lumen, when I try to run anything in Artisan, I get this error message: [Error...

0 Likes
1 Replies

Laravel elixir error when watching

First off, here's my gulpfile: var elixir = require('laravel-elixir'); var gulp = require('gulp');...

0 Likes
1 Replies

How to extend Builder to add custom where function

Hi. I'm trying to add some postgresql functionality to Eloquent. I've already made it so I can migra...

0 Likes
0 Replies
replied 8 years ago

Multiple subviews extending a master template only works once.

If I change the order, whichever 'card' I put at the top is the one that is repeated. I think it has...

0 Likes
replied 9 years ago

auth::attempt dont work!!

Might I ask how you hashed your password?

0 Likes
replied 9 years ago

No facade aliases in Laravel 5?

Have you tried... \DB::foo(); ? That should work since DB is in the alias list

0 Likes
replied 9 years ago

No facade aliases in Laravel 5?

For example if I know I will be dealing with a resultset then I know I need: import java.sql.Result...

0 Likes
replied 9 years ago

No facade aliases in Laravel 5?

I agree with @jimgwhit. Shouldn't it work "out of the box" as in laravel 4.2 since Session...

0 Likes

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.

© 2024 Laravel.io - All rights reserved.