Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishnusharmax/symfony4.2-materialize
Symfony 4.2 with materialize theme complete setup
https://github.com/vishnusharmax/symfony4.2-materialize
admin-dashboard admin-panel demo-app demo-application material material-design material-theme materlialize materlizecss php7 symfony symfony4
Last synced: about 2 hours ago
JSON representation
Symfony 4.2 with materialize theme complete setup
- Host: GitHub
- URL: https://github.com/vishnusharmax/symfony4.2-materialize
- Owner: vishnusharmax
- Created: 2019-04-18T07:52:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T08:35:26.000Z (over 5 years ago)
- Last Synced: 2024-07-27T07:34:27.251Z (4 months ago)
- Topics: admin-dashboard, admin-panel, demo-app, demo-application, material, material-design, material-theme, materlialize, materlizecss, php7, symfony, symfony4
- Language: PHP
- Size: 131 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## About Symfony 4.2
Symfony 4.2 Demo Application with materialize theme setup.
Requirements
- PHP 7.2.5 or higher;
- PDO-SQLite PHP extension enabled;
- and the usual Symfony application requirements.
Installation
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