Here is my routes.php file: Route::get('/',['domain' => 'admin.myapp.com','middleware' => 'aut...
I have PHP running in a Windows domain on IIS 7.5. Windows authentication is turned on via IIS, so t...
I use database for auth. Should the user table must have fields, "id", "password"...
Hello everyone. I have a question on how to store a user session with laravel. I'm aware of the curr...
I'm trying to solve a problem with passing form data past login screen. I have a form that submits d...
I have a problem with Laravel 5.0 I'm using Auth::loginUsingId(). When I logged in then login fine b...
Hello Guys, I want to change my facebook credential at runtime with Laravel 5.1 Please anyone how do...
Whoops, looks like something went wrong. Page auth/register: 1/1 ReflectionException in Route.php li...
Hi, i'm a new in Laravel. But i want make an website with laravel 5 that have 3 role for the user (...
If you have watched the Laracast titled "Ogres Are Like Middleware" then I've based this q...
Hi, what do you think about this set up @section('content') <div class="content" data-u...
Hello, I am new to Laravel and had been working on mostly custom framework design. We will be workin...
I've change the location of my User model, updated the namespace accordingly and updated config/auth...
I need to offer up 2 versions of a set of routes depending on the role of the logged in user. If the...
Imagine I have an API and this can only be used by authenticated users. I want to get all my albums...
[http://manudahmen.be/blocnotes2/public/] OK [http://manudahmen.be/blocnotes2/public/about] Sorry, t...
Hi, I have a problem when i open my website made in Laravel 4, at the same time, with two differents...
How to send reset password to email? This is my class... Whats wrong? Why it isnt working? namespace...
Hi, I want to extend PasswordBroker to put the reset mails to the queue. I picture simply creating a...
Hello all, I am about to start my first Laravel API back-end, using Angular JS as the front-end. I h...
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