How to report exceptions via email automatically in Symfony 3.4 using MonologBundle
Learn how to report automatically critical exceptions in your application via email using the MonologBundle.
Symfony is a set of reusable php components and a PHP framework for web projects.
Learn how to report automatically critical exceptions in your application via email using the MonologBundle.
Learn how to retrieve the name of the current module within an action or template in Symfony 1.4
Learn how to implement a login listener that redirects an user automatically to a specific route according to his role.
Learn how to retrieve all the errors of an invalid form in Symfony 1.4 easily
Learn how to return a JSON string as response from an action in Symfony 1.4
Learn how to safely print a string from the PHP context to a JavaScript context.
Learn how to implement a custom 500 error page for exceptions in the production environment in Symfony 1.4
Learn how to signin manually an user from a controller without knowing his password in Symfony 1.4
Learn how to use the Free GeoLite Databases to detect the country, city and locale from your visitor's IP in Symfony 3.
Learn how to convert a webm video to mp4 easily using FFMpeg in Symfony 3