monofony / symfony_starter
Starter project for Symfony projects
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 78
Watchers: 9
Forks: 15
Open Issues: 9
Type:project
Requires
- php: ^7.2
- api-platform/api-pack: ^1.2
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-fixtures-bundle: ^2.3
- doctrine/doctrine-migrations-bundle: ^2.0
- doctrine/orm: ^2.4.8
- eightpoints/guzzle-bundle: ^7.3
- friendsofsymfony/oauth-server-bundle: ^1.6
- fzaninotto/faker: ^1.8
- guzzlehttp/guzzle: ^6.2
- knplabs/doctrine-behaviors: ~1.1
- liip/imagine-bundle: ^2.2
- sensio/framework-extra-bundle: ^5.1
- sensiolabs/security-checker: ^5.0
- sonata-project/block-bundle: ^3.3
- sylius/customer-bundle: ^1.6
- sylius/fixtures-bundle: ^1.4
- sylius/grid-bundle: ^1.6
- sylius/mailer-bundle: ^1.4
- sylius/resource-bundle: ^1.6
- sylius/ui-bundle: ^1.6
- sylius/user-bundle: ^1.6
- symfony/dotenv: 4.4.*
- symfony/flex: ^1.2
- symfony/monolog-bundle: ^3.3
- symfony/proxy-manager-bridge: 4.4.*
- symfony/swiftmailer-bundle: ^3.0
- symfony/twig-bundle: 4.4.*
- symfony/webpack-encore-bundle: ^1.6
- twig/extensions: ^1.5
- twig/twig: ^2.7
- vich/uploader-bundle: ^1.8
Requires (Dev)
- behat/behat: ^3.2
- behat/mink: ^1.7@dev
- behat/mink-browserkit-driver: ^1.3
- behat/mink-extension: ^2.2
- behat/mink-selenium2-driver: ^1.3
- friends-of-behat/page-object-extension: ^0.3
- friends-of-behat/symfony-extension: ^2.0
- friends-of-behat/variadic-extension: ^1.1
- friends-of-phpspec/phpspec-code-coverage: ^4.3
- friendsofphp/php-cs-fixer: ^2.13
- infection/infection: ^0.13
- lakion/mink-debug-extension: ^1.2
- lchrusciel/api-test-case: ^3.1
- phpspec/phpspec: ^5.0
- phpstan/phpstan: ^0.11
- phpstan/phpstan-doctrine: ^0.11
- phpstan/phpstan-nette: ^0.11
- phpstan/phpstan-symfony: ^0.11
- phpstan/phpstan-webmozart-assert: ^0.11
- proget-hq/phpstan-phpspec: ^0.2.0
- psr/event-dispatcher: ^1.0
- se/selenium-server-standalone: ^2.52
- symfony/debug-bundle: 4.4.*
- symfony/web-profiler-bundle: 4.4.*
- vimeo/psalm: ^3.4
Conflicts
This package is auto-updated.
Last update: 2020-07-06 19:10:43 UTC
README
Search and replace 'app_name', 'AppName' et 'APP_NAME' with your application name
Installation
Install php dependencies using composer
$ composer install
Install project :
$ 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/.
Demo
A Demo is available.
Admin
- Username: admin@example.com
- Password: admin
Front
- Username: customer@example.com
- Password: password
Community
Stay updated by following our Twitter.
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.
Authors
Monofony was originally created by Loïc Frémont. See the list of contributors from our community.