Hi there, I'm stuck with this annoying problem in my laravel 4 project wich has three types of users...
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...
Hello, In my laravel 4 application, I need to add more fields in user table. I made new migration fi...
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!
How can I do something like this with encryption. [code] if( ! Crypt::decrypt(Input::get('encryptedv...
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...
I have controllers that have public get, create, update, and delete methods that should only be done...
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?
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.