i am using laravel 5 , i have created an abstract class visitor and has an abstract method showProfi...
namespace App\Addons; class AuthUser extends Visitor { public function showProfile(){ return...
namespace App\Addons; use Auth; use View; use App\User; use App\Addons\UserNotFound; use App\Addo...
The Laravel portal for problem solving, knowledge sharing and community building.
The community