Just to check, did you try opening up '/' in the browser?(did it return 200) Check also your php artisan routes if that route is listed there.
Thank you, the http requests is solved after configured php path in phpstorm.
other problem is, it give:
Method Mockery_0_Illuminate_Auth_AuthManager::user() does not exist on this mock object
when i use
Auth::shouldReceive('attempt')->once()->with(['username' => Input::get('username'),
'password' => Input::get('password')], true)->andReturn(true);
How is that!
Thanks
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community