https://github.com/linkorb/objectstorage-bundle
Object Storage Bundle for Symfony
https://github.com/linkorb/objectstorage-bundle
Last synced: 5 months ago
JSON representation
Object Storage Bundle for Symfony
- Host: GitHub
- URL: https://github.com/linkorb/objectstorage-bundle
- Owner: linkorb
- Created: 2018-06-07T21:36:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T13:58:26.000Z (about 6 years ago)
- Last Synced: 2025-08-06T17:04:07.609Z (11 months ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installation
============
Applications that use Symfony Flex
----------------------------------
Open a command console, enter your project directory and execute:
```console
$ composer require linkorb/objectstorage-bundle
```
Applications that don't use Symfony Flex
----------------------------------------
### Step 1: Download the Bundle
Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:
```console
$ composer require linkorb/objectstorage-bundle
```
This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.
### Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the `app/AppKernel.php` file of your project:
```php