I have tried both ironmq and beanstalkd. This code in the routes: Route::get('test-queue', function(...
I've recently just started with Laravel, and loving it - made this to update a user's data - is it t...
Is there any good starting point code bases around for a profile style site? I have a few projects t...
I already created a column username and fill it in the users table that was used with the laravel 5...
This is what I was looking forward to validate (Doesn't work): @if('/auth/', preg_match(Request::pat...
I'm connecting over https with my browser, and in my middleware class when I call $request->secur...
Hey everyone, I have fallen in love with sendwithus for email template handling and sending. They ha...
Not sure what is up but my routes keep getting called twice. I have erased them all and just used th...
So I am calling the Redis functionality inside my Laravel application. I have an environment set up...
I have middleware setup to minify html and it works like a charm. I have the 404.blade.php page loa...
Hi folks, I'm very new to laravel and just trying to sum a column within my pivot table of a model....
I'm writing an app that has both client and admin side and I need roles and sub-account(for client)...
I have the auth login page working. How do you now keep the pages you need password protected and se...
Am I right in thinking that most of the folders in the default install of Laravel are just there as...
Hi, i want to buy a hosting for my Laravel APP. My app: Is not heavy (Around 10 MB) Has not images...
class TestRequest extends Request { public function rules() { // Is it possible to u...
I fulfill all recommendation of homestead setup.after clone when i run vagrant up then see a error.....
Hi every body: I try to make AuthController. I have setted "bcrypt" at app/config/packages...
I've got a form to create a new user - it has name, email, a user role and password information. Tha...
I am trying to use the Auth route to use the default username and password built into L5 however it...
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