Support the ongoing development of Laravel.io →

mackiecarr

Joined 29 Dec 2014

Statistics

Threads 0
Replies 8
Solutions 2
Articles 0

mackiecarr has not posted any threads yet

replied 9 years ago

Laravel 5 unit testing controllers with auth middleware

No need to disable middleware, just authenticate before running those tests $user = new User(array('...

0 Likes
Solved
replied 9 years ago

Laravel 5, Need to use model in template?

Try using \Page::model (be sure to include the backslash "") a Laravel 5 app works in a na...

0 Likes
replied 9 years ago

Global Auth Middleware, except user Auth/Login pages?

I guess you could add a condition to your middleware to check for that. public function handle($requ...

0 Likes
replied 9 years ago

5.0 Documentation Bad Link

I think it has moved to this page: http://laravel.com/docs/5.0/container ** Update ** The documentat...

0 Likes
replied 9 years ago

Artisan Optimize Creates Fatal Class 'Controller' Not Found Error

Try removing the use Controller; statement on the top of the BaseController class and replace it wi...

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.