Web application managing Autosolid web page. Application is powered by Symphony/Silex v2.
- Composer
- NPM
- Run
composer install
in console inside project root directory - Run
npm install
in console inside project root directory - Change file name appconfig.sample.json to appconfig.json and set config options specyfic to your server.
- Edit gulpfile.js and change projectDir to your application wwwroot directory
- Run
gulp deploy
in console inside project root directory - Open your application wwwroot in the browser
Description of important changes in each version of application.
- Added reCaptcha v3 support
- Added EmailValidator plugin
- Added anty-spam-bots validation
- Added Config class
- Added Lang class
- Moved Page class to separate file
- Moved WebAction class to separate file
- Minor changes in content
- New HTML template
- Optimized sending contact mails
- Optimized pages control
- Added Monolog logger
- Base working application
- Base controller providers
- HTML template
- Initial Silex skeleton
- Base application to test framework behaviour