https://github.com/Monofony/SymfonyStarter
[DEPRECATED] Please use the new version here https://github.com/Monofony/Monofony
https://github.com/Monofony/SymfonyStarter
behat infection phpspec phpstan sylius symfony
Last synced: 9 months ago
JSON representation
[DEPRECATED] Please use the new version here https://github.com/Monofony/Monofony
- Host: GitHub
- URL: https://github.com/Monofony/SymfonyStarter
- Owner: monofony
- License: mit
- Archived: true
- Created: 2018-03-21T14:27:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T18:14:05.000Z (almost 6 years ago)
- Last Synced: 2025-01-18T08:05:01.705Z (11 months ago)
- Topics: behat, infection, phpspec, phpstan, sylius, symfony
- Language: PHP
- Homepage:
- Size: 4.29 MB
- Stars: 70
- Watchers: 9
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Search and replace 'app_name', 'AppName' et 'APP_NAME' with your application name
Installation
------------
Install php dependencies using composer
```bash
$ composer install
```
Install project :
```bash
$ bin/console app:install
$ yarn install && yarn build (or "yarn dev" for development usage)
$ symfony server:start --no-tls
```
Documentation
-------------
Documentation is available at [https://monofony.readthedocs.io/en/latest/](https://monofony.readthedocs.io/en/latest/).
Demo
----
A Demo is available.
**Admin**
- Username: admin@example.com
- Password: admin
[View Monofony admin](https://monofony.mobizel.com/admin)
**Front**
- Username: customer@example.com
- Password: password
[View Monofony front](https://monofony.mobizel.com)
Community
---------
Stay updated by following our [Twitter](https://twitter.com/MonofonyStarter).
Contributing
------------
Would like to help us and build the best symfony-starter using Sylius? Feel free to open a pull-request!
License
-------
Monofony is completely free and released under the [MIT License](https://github.com/Monofony/SymfonyStarter/blob/master/LICENSE).
Authors
-------
Monofony was originally created by [Loïc Frémont](https://twitter.com/loic_425).
See the list of [contributors from our community](https://github.com/Monofony/SymfonyStarter/contributors).