Support the ongoing development of Laravel.io →

nadeem09wani

Joined 6 Dec 2014

Statistics

Threads 1
Replies 3
Solutions 1
Articles 0
posted 7 years ago

my coustom classes donot load view nor redirect to any page .

i am using laravel 5 , i have created an abstract class visitor and has an abstract method showProfi...

0 Likes
3 Replies
Solved
replied 7 years ago
0 Likes
Solved
replied 7 years ago

my coustom classes donot load view nor redirect to any page .

namespace App\Addons; class AuthUser extends Visitor { public function showProfile(){ return...

0 Likes
replied 7 years ago

my coustom classes donot load view nor redirect to any page .

namespace App\Addons; use Auth; use View; use App\User; use App\Addons\UserNotFound; use App\Addo...

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.