Support the ongoing development of Laravel.io →

mybigman

Joined 8 Apr 2014

Statistics

Threads 5
Replies 7
Solutions 3
Articles 0
posted 9 years ago

Console Kernel - L5

Hi All, Hope everyone is doing well... I am trying add/replace/move this kernel in to my modules fol...

0 Likes
0 Replies

ConfirmableTrait Error

Hi Guys, Did a composer update this morning which failed part way through with - Generating autoload...

0 Likes
1 Replies
Solved
posted 9 years ago

Mail wont send from command

Hi All, When I run the below code via an artisan command it fails also fails via controller ??? Mail...

0 Likes
1 Replies
Solved
posted 9 years ago

Relationship OrderBy

Hi All, Hope everyone doing well... The orderBy is being ignored and has no affect whatsoever $a = B...

0 Likes
1 Replies
posted 10 years ago

Eloquent one-to-many multiple insert

Hi All, I can figure out how to save multiple items with one-to-many :( $order = new Order; $order-...

0 Likes
4 Replies
replied 8 years ago

Blade @parent not working?

theres definitely an issue with the latest update... my blade files partially worked but kept showin...

0 Likes
replied 9 years ago

How to deal with AUTH in L5?

how about route groups docs Route::group(['middleware' => 'auth'], function() { ... });

0 Likes
Solved
replied 9 years ago

laravel 5 i have installed illuminate/html via composer and still have HTML Class errors

You named your alias 'Html' => 'Illuminate\Html\HtmlFacade', and are trying to access like...

0 Likes
replied 9 years ago

ConfirmableTrait Error

Hi, I eventually solved it by going from 4.1.* to 4.2.* in composer. Thanks

0 Likes
Solved
replied 9 years ago

Mail wont send from command

All good... turns out the "from header" in the config was being reset to NULL inside the a...

0 Likes
Solved

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.