Download the PHP package delboy1978uk/generator without Composer
On this page you can find all versions of the php package delboy1978uk/generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download delboy1978uk/generator
More information about delboy1978uk/generator
Files in delboy1978uk/generator
Download delboy1978uk/generator
More information about delboy1978uk/generator
Files in delboy1978uk/generator
Vendor delboy1978uk
Package generator
Short Description Generate blank, controller, and db entity package templates for Bone Framework
License MIT
Package generator
Short Description Generate blank, controller, and db entity package templates for Bone Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package generator
generator
Abandoned! Please use https://github.com/boneframework/generator Generate doctrine entities, services, repositories, and forms.
installation
Composer etc.
package generation
run db migrations
- copy
migrant-cfg.php.dist
removing the.dist
extension, then edit with your db details. - create a migrations folder
- move the contents of the build folder into
src
of your project or package - edit Package class with the entity path, usually
src/Entity
orvendor/vendorname/package/src/Entity
usage
If you are using Del\Common
, create a Container and add the package. It will be available under the key service.YourEntityName
.
If not then create a Doctrine Entity Manager and pass it to the service constructor.
All versions of generator with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-json Version *
delboy1978uk/barnacle Version ^2.3
delboy1978uk/bone-doctrine Version ^1.8
nette/php-generator Version ^3.2
delboy1978uk/form Version ^2.1
laminas/laminas-diactoros Version ^2.1
delboy1978uk/bone-console Version ^1.4
laminas/laminas-i18n Version ^2.10
ext-json Version *
delboy1978uk/barnacle Version ^2.3
delboy1978uk/bone-doctrine Version ^1.8
nette/php-generator Version ^3.2
delboy1978uk/form Version ^2.1
laminas/laminas-diactoros Version ^2.1
delboy1978uk/bone-console Version ^1.4
laminas/laminas-i18n Version ^2.10
The package delboy1978uk/generator contains the following files
Loading the files please wait ....