Symfony 4.2 Demo Application with materialize theme setup.
- PHP 7.2.5 or higher;
- PDO-SQLite PHP extension enabled;
- and the usual Symfony application requirements.
Install the Symfony client binary and run this command:
$ cd symfony4.2-materialize/
Install project dependencies using composer run below cmd
$ composer update
To run the project run the below cmd in your project dir
$ php bin/console server:run
How its look