itrascastro / symfony-3-base-project
Installs: 660
Dependents: 0
Suggesters: 0
Security: 0
Stars: 46
Watchers: 5
Forks: 9
Open Issues: 0
Type:project
Requires
- php: >=5.5.9
- components/jquery: ^2.1
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-cache-bundle: ^1.2
- doctrine/orm: ^2.5
- friendsofsymfony/user-bundle: dev-master
- gedmo/doctrine-extensions: dev-master
- incenteev/composer-parameter-handler: ^2.0
- knplabs/knp-paginator-bundle: ^2.5
- sensio/distribution-bundle: ^5.0
- sensio/framework-extra-bundle: ^3.0.2
- symfony/assetic-bundle: ^2.7
- symfony/monolog-bundle: ^2.8
- symfony/swiftmailer-bundle: ^2.3
- symfony/symfony: 3.0.*
- twbs/bootstrap: ^3.3
- twig/extensions: ^1.3
- vich/uploader-bundle: dev-master
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: ^2.3
- phpunit/phpunit: ^5.1
- sensio/generator-bundle: ^3.0
- symfony/phpunit-bridge: ^2.7
This package is not auto-updated.
Last update: 2024-11-06 23:27:11 UTC
README
Installed bundles and other stuff
- FriendsOfSymfony/FOSUserBundle
- Your own UserBundle to extend from FosUserBundle (with createdAt and updatedAt extra fields added)
- KnpLabs/KnpPaginatorBundle
- Bootstrap 3 with horizontal login
- Form templates
- Symfony Reverse Proxy configured to allow esi parts
- phpunit/phpunit (with a symbolic link under your bin folder. Simply run './bin/phpunit')
- Atlantic18/DoctrineExtensions (Slug generation)
- twig/extensions (time_diff)
- translation enabled in config
- symfony/assetic-bundle installed and configured
- doctrine/doctrine-fixtures-bundle
- vich/uploader-bundle installed and configured (with an example)
Installation
PHP >= 5.5.9 required
Installing Composer
Composer is the dependency manager used by modern PHP applications and it can also be used to create new applications.
Download the installer from getcomposer.org/download, execute it and follow the instructions.
Creating a new project with Composer
php composer.phar create-project itrascastro/symfony-3-base-project my_project_name
If you did a global install and do not have the composer.phar in that directory run this instead:
composer create-project itrascastro/symfony-3-base-project my_project_name