Dynamic database connection based on request – Symfony and Doctrine
Symfony and Doctrine give us an easy way to deal with several databases if they are explicitly specified in a configuration file. However, there are some cases where we need…
Read more »What’s new in PHP 8
PHP 8 has been finally released on November 26, 2020. The new major version of the language contains a long-awaited JIT compiler and some new features (union types, attributes, constructor…
Read more »Solution for 419 Page Expired error in Laravel
The 419 Page Expired error is very common and easy to fix in Laravel applications. It’s caused by the internal framework mechanism called CSRF protection. CSRF stands for Cross-Site Request…
Read more »