odiseoteam / odiseo-standard-edition
Odiseo Standard Symfony Edition distribution
Installs: 64
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 4
Open Issues: 18
Type:project
Requires
- php: ^7.2
- ext-ctype: *
- ext-iconv: *
- beberlei/doctrineextensions: ^1.2
- deployer/deployer: ^6.4
- deployer/recipes: ^6.2
- friends-of-behat/symfony-extension: ^2.0
- fzaninotto/faker: ^1.8
- genesis/behat-fail-aid: ^2.1
- knplabs/knp-gaufrette-bundle: ~0.5
- knplabs/knp-menu-bundle: ^2.2
- knpuniversity/oauth2-client-bundle: ^1.28
- league/oauth2-facebook: ^2.0
- liip/imagine-bundle: ^2.1
- lunetics/locale-bundle: ^2.6
- odiseoteam/odiseo-admin-bundle: ^2.1
- odiseoteam/odiseo-user-bundle: ^2.0
- odiseoteam/odiseo-util-bundle: ^1.0
- sylius/grid-bundle: ^1.5
- sylius/resource-bundle: ^1.5
- symfony/apache-pack: ^1.0
- symfony/asset: ^4.3
- symfony/console: ^4.3
- symfony/dotenv: ^4.3
- symfony/expression-language: ^4.3
- symfony/flex: ^1.4
- symfony/form: ^4.3
- symfony/framework-bundle: ^4.3
- symfony/monolog-bundle: ^3.4
- symfony/orm-pack: ^1.0
- symfony/security-bundle: ^4.3
- symfony/serializer: ^4.3
- symfony/swiftmailer-bundle: ^3.2
- symfony/twig-bundle: ^4.3
- symfony/validator: ^4.3
- symfony/webpack-encore-bundle: ^1.6
- symfony/yaml: ^4.3
- twig/extensions: ^1.5
- vich/uploader-bundle: ^1.8
Requires (Dev)
- behat/behat: ^3.5
- behat/mink: ^1.7
- behat/mink-browserkit-driver: ^1.3
- behat/mink-extension: ^2.3
- behat/mink-selenium2-driver: ^1.3
- behat/symfony2-extension: ^2.1
- doctrine/doctrine-fixtures-bundle: ^3.2
- friends-of-behat/variadic-extension: ^1.2
- lakion/mink-debug-extension: ^1.2
- phpspec/phpspec: ^5.1
- phpstan/phpstan-doctrine: ^0.11
- phpstan/phpstan-shim: ^0.11
- phpstan/phpstan-symfony: ^0.11
- phpstan/phpstan-webmozart-assert: ^0.11
- phpunit/phpunit: ^8.3
- sylius-labs/coding-standard: ^3.0
- symfony/maker-bundle: ^1.12
- symfony/profiler-pack: ^1.0
Conflicts
- dev-master
- v3.1.2
- v3.1.1
- 3.1.0
- 3.0.0
- 2.0.1
- 2.0
- 1.4
- 1.3
- 1.2
- 1.1
- 1.0
- dev-dependabot/npm_and_yarn/qs-6.5.3
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/moment-2.29.4
- dev-dependabot/npm_and_yarn/jquery-validation-1.19.5
- dev-dependabot/npm_and_yarn/copy-props-2.0.5
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/chart.js-2.9.4
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/lodash-4.17.21
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/npm_and_yarn/gsap-3.6.0
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
- dev-dependabot/composer/sylius/resource-bundle-1.5.2
- dev-dependabot/npm_and_yarn/websocket-extensions-0.1.4
- dev-dependabot/npm_and_yarn/jquery-3.5.0
- dev-dependabot/composer/symfony/var-exporter-4.4.4
- dev-dependabot/composer/symfony/cache-4.3.9
This package is auto-updated.
Last update: 2024-11-07 13:36:49 UTC
README
Welcome to the Symfony Standard Edition - a fully-functional Symfony4 application that you can use as the skeleton for your new applications.
Installation
Create your project running the following command:
$ composer create-project odiseoteam/odiseo-standard-edition [path_to_project]
Edit the .env file and run the commands:
$ cd [path_to_project]
$ php bin/console doctrine:database:create
$ php bin/console doctrine:schema:update --force
$ php bin/console doctrine:fixtures:load
$ php bin/console cache:clear
$ npm install
$ npm run dev
HAVE FUN!!!
Tests
This Symfony4 skeleton project comes with a ready to use testing tools like phpstan and behat.
Phpstan
$ vendor/bin/phpstan.phar analyse -c phpstan.neon -l max src/
Behat
Rename behat.yml.dist to behat.yml and change the content according to your project. Next add your Scenarios on features folder and run:
$ vendor/bin/behat
Docker
Having docker and docker compose installed you can run the project with the following command:
$ docker-compose up
Authors
This project is maintained by Odiseo. Want us to help you with this or any Symfony project? Contact us on team@odiseo.com.ar.