How much security is abstracted into laravel's file uploader? Is it still recommended to re-save the...
I've noticed that almost everything Laravel does, uses host domain, rather than what's defined in ap...
I was wondering if Artisan had a command that allowed you to create a migration snapshot of the curr...
I have a fairly unique problem which may or may not need to be solved through Laravel. Basically I h...
I have a relatively stock install of Laravel save for a couple of extremely small service providers,...
Laravel uses Bcrypt for one-way hashing, and it uses AES for two-way encrypting. As I said in the ab...
Well first of all, if you're transmitting the plain text password, then you don't need to do anythin...
It slows it down marginally because you're loading a lot of code into memory that you don't need on...
There is no equivalent to saveAll in Laravel. The best practice is handle relationship cascades as e...
Your object: class Object { public $property1; public $property2; public function...
The Laravel portal for problem solving, knowledge sharing and community building.
The community