Download the PHP package dngo-io/books without Composer
On this page you can find all versions of the php package dngo-io/books. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dngo-io/books
More information about dngo-io/books
Files in dngo-io/books
Download dngo-io/books
More information about dngo-io/books
Files in dngo-io/books
Please rate this library. Is it a good library?
Informations about the package books
DNGO Books Project
Use this to kick-start a Doctrine based Laravel app.
Included are the following:
- Barryvdh Debugbar
- Barryvdh IdeHelper
- Beberlei Assert
- Doctrine
- Doctrine Behaviours
- Doctrine Domain Events
- Doctrine Entity Audit
- Doctrine Entity Validation
- Eloquent Enumerations
- Environment Loader
- HTML Builder
- Homestead
Entities
The default namespace is "App".
The following entities and matching repositories are provided, together with YAML mapping files, pre-configured:
- Permission
- Role
- User
Each repository has an interface that is pre-mapped to the interface in the repository config.
Domain Events
The User and Organization entities support Domain Events:
- User Events
- UserCreated
- UserLoggedIn
- AddressAddedToEntity
- AddressRemovedFromEntity
- AuthenticationCredentialsChanged
- GrantedOrganizationToUser
- GrantedPermissionToUser
- GrantedRoleToUser
- RevokedOrganizationFromUser
- RevokedPermissionFromUser
- RevokedRoleFromUser
- Organization Events
- OrganizationCreated
- AddressAddedToEntity
- AddressRemovedFromEntity
Getting Started
composer create-project dngo-io/books dngo-project
- setup your database settings / configure the other options
./artisan doctrine:schema:validate
./artisan doctrine:schema:create
./artisan db:seed
./artisan serve
- to use Vagrant, update the Homestead.yaml with the project location
vagrant up
- then use the artisan commands as above
The standard Laravel welcome app + authentication have been setup and converted to Twig.
Additional Helper Scripts
cache_build.sh
- creates caches for routes, container etc.cache_clean.sh
- clears all caches including Doctrine query cachesvagrant_db_reset.sh
- drops and rebuilds the database (for development only)vagrant_refresh.sh
- fully refreshes all applications files including composer update and npm install
All versions of books with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
andreasindal/laravel-markdown Version 1.1
beberlei/assert Version ~2.7
eloquent/enumeration Version ~5.1
erusev/parsedown Version ^1.7
intervention/image Version ^2.4
laravel-doctrine/acl Version ~1.0
laravel-doctrine/migrations Version ~1.1
laravel-doctrine/orm Version ~1.3
laravel/framework Version ~5.4
laravelcollective/html Version ~5.4
league/flysystem-aws-s3-v3 Version ^1.0
predis/predis Version ~1.1
socialiteproviders/steem Version ^1.0
somnambulist/laravel-doctrine-behaviours Version ~0.5
somnambulist/laravel-doctrine-domain-events Version ~0.7
somnambulist/laravel-doctrine-entity-audit Version ~0.5
somnambulist/laravel-doctrine-entity-validation Version ~0.1
somnambulist/laravel-domain-input-mapper Version ~0.5
somnambulist/laravel-environment-loader Version ~0.1
dngo-io/steem-api Version ^1.0
dngo-io/steem-connect Version ^1.0
andreasindal/laravel-markdown Version 1.1
beberlei/assert Version ~2.7
eloquent/enumeration Version ~5.1
erusev/parsedown Version ^1.7
intervention/image Version ^2.4
laravel-doctrine/acl Version ~1.0
laravel-doctrine/migrations Version ~1.1
laravel-doctrine/orm Version ~1.3
laravel/framework Version ~5.4
laravelcollective/html Version ~5.4
league/flysystem-aws-s3-v3 Version ^1.0
predis/predis Version ~1.1
socialiteproviders/steem Version ^1.0
somnambulist/laravel-doctrine-behaviours Version ~0.5
somnambulist/laravel-doctrine-domain-events Version ~0.7
somnambulist/laravel-doctrine-entity-audit Version ~0.5
somnambulist/laravel-doctrine-entity-validation Version ~0.1
somnambulist/laravel-domain-input-mapper Version ~0.5
somnambulist/laravel-environment-loader Version ~0.1
dngo-io/steem-api Version ^1.0
dngo-io/steem-connect Version ^1.0
The package dngo-io/books contains the following files
Loading the files please wait ....