First website using symfony4
First website with Symfony 4
Reviewed the basic usage of:
To test the custom error pages in your local machine, please update the APP_ENV attribute under .env file to prod.
This project requires the following tailored package:
composer require ddauria1/charity-package
As an example I calling this package in the MainController fuction to display the widget in the homepage.
$charity = new Base();
$charity->getDisplay()