Download the PHP package awaresoft/sonata-admin-bundle without Composer
On this page you can find all versions of the php package awaresoft/sonata-admin-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download awaresoft/sonata-admin-bundle
More information about awaresoft/sonata-admin-bundle
Files in awaresoft/sonata-admin-bundle
Download awaresoft/sonata-admin-bundle
More information about awaresoft/sonata-admin-bundle
Files in awaresoft/sonata-admin-bundle
Vendor awaresoft
Package sonata-admin-bundle
Short Description Symfony Awaresoft SonataAdminBundle
License
Package sonata-admin-bundle
Short Description Symfony Awaresoft SonataAdminBundle
License
Please rate this library. Is it a good library?
Informations about the package sonata-admin-bundle
Awaresoft SonataAdminBundle
Remember! This vendor library is currently use in many projects. Please ensure that your changes are backward compatible.
Rules of modifying this vendor library
- If you add new modification, you must ensure backward compatibility.
- Adding new version to Git repository, you must send new tag
- If your modification is:
- hotfix - increment last number e.g. 1.0.0 -> 1.0.1
- feature - increment second number e.g. 1.0.0 -> 1.1.0
- new version - a lot of modification which breaks BC, increment first number: 1.0.0 -> 2.0.0
Instalation of vendor in local environment
If you want to copy repository to your local storage, you have 2 ways:
- Each project should contain utils/prepare_vendors script, which download vendor repositories from Git and link to project. Run it.
- If you want to copy only one vendor, create vendor directory and clone Git repository directly from there. Remember, if you want to use this vendor in your project, you have to manually create symlink to directory /src/Awaresoft.
Modify vendor library and update origin version
- Always modify this library directly from your project. Vendor should be symlinked to /src/Awaresoft directory in your project.
- If you install this library before by Composer, you must remove this package from /vendor directory. After this operation got to: /vendor/composer/autoload_psr4.php file, find connection to this library and remove it from there.
- After that you can refresh your cache by: app/console ca:cl command.
- To commit new changes in library, use:
git add . git commit -m "[message]"
- Add new tag, corresponding to naming convention of tags: Check if tag is available, before add new one:
git tag [x.x.x]
git push git push --tags
All versions of sonata-admin-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 7
symfony/symfony Version 3.*
stof/doctrine-extensions-bundle Version v1.2.*
symfony/symfony Version 3.*
stof/doctrine-extensions-bundle Version v1.2.*
The package awaresoft/sonata-admin-bundle contains the following files
Loading the files please wait ....