Download the PHP package ewll/db-bundle without Composer
On this page you can find all versions of the php package ewll/db-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package db-bundle
Ewll/DBBundle
Migrations
Create class App\Migration\MigrationYmdHis
implementing Ewll\DBBundle\Migration\MigrationInterface
.
Put your migration up sql code into ::up()
method migrationd down sql code into ::down()
method and description into ::getDescription()
.
Commands
ewll:db:migrate
- List migrations.--all
- Migrate all.--up YmdHis
- Migrate up specific one.--down YmdHis
- Migrate down specific one.
ewll:db:entity-cache
- Create entity cache. Use it after entity creation\updation.
All versions of db-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2
psr/simple-cache Version ^1.0
symfony/cache Version ^5
symfony/form Version ^5
symfony/framework-bundle Version ^5
symfony/translation Version ^5
psr/simple-cache Version ^1.0
symfony/cache Version ^5
symfony/form Version ^5
symfony/framework-bundle Version ^5
symfony/translation Version ^5
The package ewll/db-bundle contains the following files
Loading the files please wait ....