https://github.com/itk-dev/database-bundle
https://github.com/itk-dev/database-bundle
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itk-dev/database-bundle
- Owner: itk-dev
- Created: 2018-01-30T16:39:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T15:47:48.000Z (almost 6 years ago)
- Last Synced: 2025-03-15T17:38:52.315Z (about 1 year ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Database bundle
A Symfony bundle with useful database stuff.
## Installation
Require the bundle with `composer`:
```sh
composer require itk-dev/database-bundle "^1.2"
```
Enable the bundle:
```php
['all' => true],
// …
];
```
## Usage
Dump database:
```sh
bin/console itk-dev:database:dump
```
Open database from command line:
```sh
bin/console itk-dev:database:cli
```