Support the ongoing development of Laravel.io →

ferasallaou

Joined 29 Jun 2015

Statistics

Threads 1
Replies 18
Solutions 1
Articles 0

How to share Variables to all views and pages

I'm new to Laravel and i've a question regarding using variables through all my views, to make it cl...

0 Likes
7 Replies
Solved
replied 8 years ago

Auth::validate() Problem

have you tried to add this protected $primaryKey = 'email';

0 Likes
replied 8 years ago

Auth::validate() Problem

also you could try it this way $credentials = Input::only('username', 'password'); return var_dump(...

0 Likes
replied 8 years ago

Auth::validate() Problem

can you try to add this to your model ? protected $primaryKey = 'email';

0 Likes
replied 8 years ago

Auth::validate() Problem

Have you tried to dd($userdata); ?

0 Likes
replied 8 years ago

Embedded 'extends' tags

either you use variables inside the templates and i don't think this would help, or you make a new f...

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.