Support the ongoing development of Laravel.io →

Hironate

Joined 1 Mar 2014

Statistics

Threads 1
Replies 4
Solutions 0
Articles 0

My Auth::check is not working in view.

My Auth::check is not working in view. but works fine in controller. also works fine on local server...

0 Likes
4 Replies
replied 10 years ago

Call to undefined method Illuminate\Database\Query\Builder::firstOrFail()

use ->get() method at last. $email = Email::with('recipient')->where('token', '=', $data['toke...

0 Likes
replied 10 years ago

My Auth::check is not working in view.

Actually session is not persisting. session data stores in filesystem but can's see session created...

0 Likes
replied 10 years ago

My Auth::check is not working in view.

Here is my View code where i am checking that user has logged in or not. <div class="ribbon&...

0 Likes
replied 10 years ago

Cookies not persisting after Laravel 4.1 upgrade

Same issue.. googled for 3 days.. didn't find any proper solution. now i think.. i will become made....

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.