Symfony Demo Application for MsalsasVotingBundle
This is a demo for MsalsasVotingBundle.
Cloned from Symfony Demo Application.
Requirements
- PHP 7.2 or higher;
- PDO-SQLite PHP extension enabled;
- and the usual Symfony application requirements.
Installation
Execute this command to install the project:
$ git clone https://github.com/msalsas/voting-bundle-demo.git
$ cd voting-bundle-demo/
$ composer install
Usage
There's no need to configure anything to run the application. Just execute this command to run the built-in web server and access the application in your browser at http://localhost:8000:
$ cd voting-bundle-demo/
$ php bin/console server:run
Alternatively, you can configure a fully-featured web server like Nginx or Apache to run the application.