naroga / multiblog
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.0
- doctrine/doctrine-bundle: ^1.6
- doctrine/doctrine-cache-bundle: ^1.2
- doctrine/orm: ^2.5
- friendsofsymfony/user-bundle: ~2.0@dev
- incenteev/composer-parameter-handler: ^2.0
- jms/serializer-bundle: ^1.1
- sensio/distribution-bundle: ^5.0
- sensio/framework-extra-bundle: ^3.0.2
- symfony/monolog-bundle: ^2.8
- symfony/swiftmailer-bundle: ^2.3
- symfony/symfony: 3.0.*
Requires (Dev)
- sensio/generator-bundle: ^3.0
- symfony/phpunit-bridge: ^3.0
This package is auto-updated.
Last update: 2024-10-12 00:08:44 UTC
README
A blogging engine for multiblogs.
Installation
Install this project through composer:
$ composer create-project naroga/multiblog
Then, configure your virtual host to point to the web
directory. You can find
examples here.
Requisites
To run this project in dev
mode, you'll need Vagrant, with the hostmanager
plugin:
$ vagrant plugin install vagrant-hostmanager
To run it in production
mode, check out Symfony's requirements and how to
create a virtualhost for a Symfony project.
Running the project with Vagrant
To run the project, start vagrant:
$ vagrant up
Now, just open http://multiblog.local/app_dev.php
.
License
This project is released under the MIT license. For more information, see the LICENSE file.
Contribution
To contribute to this project, please read the contribution guide.