Any chance of adding an "Architecture" tag as an option? This tag would represent threads...
Consider the common User Registration/Authentication system. A robust registration system will have...
Is there a way to set a transient property for an Eloquent model that won't save to the database? Fo...
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.