Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T18:14:05.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T05:19:57.285Z (3 months ago)
- Topics: behat, infection, phpspec, phpstan, sylius, symfony
- Language: PHP
- Homepage:
- Size: 4.29 MB
- Stars: 71
- 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: [email protected]
- Password: admin[View Monofony admin](https://monofony.mobizel.com/admin)
**Front**
- Username: [email protected]
- 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).