I am using laravel-soap for a wsdl. Its not authenticating even though all parameters are correct. I...
HI there, I am very new to Laravel 5.1 and i am working on an existing project. There is a Login and...
I have a UserController and i have made a custom login function in it. public function login(Request...
I am new to laravel. i have seen some related posts but i could not find right answer. I made an aut...
Hello, So everything was working brilliant before I shut my laptop down and rebooted it, and when I...
I try Route::get('article/edit/{alias?}'.$suffix, ['uses' => 'ArticleController@getEdit', 'as' =&...
HI my routes look like Admin Routes Route::group(['middleware' => ['web']], function() { Route::g...
Hi All, I have a project with Laravel 5.2 and besides that I have an other program that has the poss...
Hi, I'm implementing roles and permission for a project, and using policies, but I have a problem wh...
So here's a problem I've encountered now. I have some page to view stats for different kinds of cont...
In regards to this same issue: https://github.com/laravel/framework/issues/12076 Basically, I've bee...
I'm trying to add a post to my posts table. public function createPost(Request $request) {...
I started with the default Laravel authentication setup. Then I expanded on this somewhat in the sen...
How do I namespace in Auth so i can do this from the controller? echo Auth::user()->id; Class Au...
Hi all I'm having some problem with using a Custom user provider only when accessing the password re...
Hello, I'm trying to return a JSON array populated with Mysql Data to an ajax call which at the mome...
When a user is logged in, I bet Laravel has a clever way of showing whats in the database row for th...
I have this route group: Route::group(['middleware' => ['web']], function () { //category Route::...
Hi, I believe I have googled this but havent got clear answer. I have this AuthController that contr...
mineland405 liked this thread
Hello, I problem Auth in laravel 5 I'm using Auth::attempt($data) = worked! but, using Auth::check()...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community