Hello All, Now i am trying to implement laravel validation on my API controller, and here is my cont...
I'm fairly sure I have this multitenancy functioning part of the time but it's not working for 1 spe...
Hello, is it save to always add the CSRF token to the HTML code of the main layout? E. g.: <body...
Hi, I'm a bit new to laravel (and coding in general), so sorry if this question is basic! My issue r...
I am trying to encrypt json encoded string from laravel's default encryption. But i am not sure it's...
Hey everybody, I would like to introduce you all to my new Laravel package - Permy. Perhaps you will...
Hello, I'm trying to authenticate users from a ASP.NET API to a laravel application. Basically when...
Hi I'm new to Laravel. I have an API that authenticates users and creates a JWT token for it. Now in...
Hey, I'd like to ask you guys how you validate route parameters with a form request. I have the foll...
Hey everyone, ive created a package to a add account-activation/validation for laravel. It works wit...
Hi I want use laravel for creating a vulnerable web application portal to teach web attack to our st...
Hey dudes, I am new to Laravel and therefore I wanted to know if it is possible to use the GetUserFr...
I'm getting a blank page with some errors with code 500. Sometimes It appears, but sometimes don't....
Hello, Info : Laravel using make:auth using form data to register and login. Problem : It must acces...
Hey, I understand local storage is a client side construct and therefore isn't directly available vi...
Hi, I'm using a Geocoder to get an address, when no address is found I catch the error and continue...
Dear Laravel community, coming from other Web frameworks like Django, Ruby on Rails, etc., I have fo...
Hello, Route::resource('tasks', 'TasksController', array( 'where' => array('tasks' => '[0-9]+...
I'm using laravel 5 and I have problem with migrations. The migrate command has a --database option...
I use Laravel paginate() method to make pagination in my application. It's works fine but one pain i...
kingrayhan liked this thread
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