Hello, I can convert a key decripted (for example: 1032) to key encrypted? Thanks
So I have this Offer model with several offers available. I also have a Pattern model that has a man...
So we have built a simple web hook api using Laravel 4. I am using the auth.basic filter. My route...
I'm curious as to how much escaping and input sanitizing Laravel does behind the scenes. For instanc...
Hello there. I have a User table with a password, and People table with an email. User has a forei...
Hi all, I am new to Laravel and was wondering what would; be the best practice to prevent users edit...
Hey, I am trying to auth my user, created a user using hash::make('1234') but it's not matching when...
Everything seems working well but the email of reset password will send twice. That's strange!
I recently upgraded from 4.0 to 4.1 following the upgrade instructions, and now when unit testing my...
Hello, In laravel Auth, how can I add additional data in Auth. When I'm login then laravel store all...
I want to create a filter that depends on outside variable from domain: Route::any('/{id}', array(...
Dear, I have a Laravel API. For example I used Sentry, but can successfully work without Sentry. I l...
I did a simple query like: $query = "sdsad'sa"; Spot::where('title', 'like', '%'.$query.'%...
For a while now, I've kept admin interfaces for my websites as subdomains (admin.mywebsite.com) inst...
Hi Can we do this query in Eloquent $tagString = implode (',', $tags); return DB::select (DB...
instead of querying for his data on each page load? or it is not secure?
There are numerous articles detailing how to move the Laravel app folders into the same location as...
Hey, I'm working on an app made on Laravel where i have to host multiple domains. It's an Project Ma...
Hi, I want to integrate Sentinel within Laravel Administrtor I am new to laravel. Can anyone give me...
Usually the norm is to store database, cloud storage creds etc in env vars. Laravel now even has tha...
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