Hello This is maybe a stupid question, but I'm just learning Laravel and can't find help on internet...
I've been tinkering with my own user authorisation and providing user roles based on a database entr...
The authentication even made forcefully by passing the correct values directly to the array , th...
I use laravel 4.2 and in my route file i use this code Route::group(array('domain' => 'www.eee.do...
Hello, i use this auth in laravel $validator = Validator::make(Input::all(), array ( 'email' =&g...
I have an application which shows a login page on the domain "test.domain1.com". In additi...
Hi, I would like to develop a single page app using Angular as front end while Laravel responsible f...
I'm using Larave 4.2, and everything works just fine. If I enter the correct credentials I will be t...
I tried to follow the socialite tutorial at https://laracasts.com/series/whats-new-in-laravel-5/epis...
Hello guys, I'm using crypto js to encode some parametters and in the application I made the same en...
I'm new to laravel/webdevelopement in general, so i thought to start out i'd do a authentication scr...
Hi guys, I encountered an error like this below, Route [account.create] not defined. Every time I c...
I am trying to do some basic form authentication but the Auth:: command always fails, i am using lar...
Hello, people. I'm trying use Laravel Authentication in my aplication, but the Auth::attempt always...
Hello, i have created my first app in Laravel, which contains: 1.Login 1.1.Profile 2.Logout I would...
Hey guys, is there a way to check if route to given controller action is accessible? By accessible I...
I'm using a mac 10.8.5 and I'm trying to create a virtual host for my project. I've tried varies way...
So I'm using Laravel 5, and for a more complex authentication, I need to overload the method attempt...
I'm using Laravel 4 framework with standard built-in Auth support. In local environment everything w...
I'm using a delete request to delete a account its working fine on localhost but on remote host(AWS...
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