Download the PHP package philiplb/crudlexsymfony4bundle without Composer
On this page you can find all versions of the php package philiplb/crudlexsymfony4bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download philiplb/crudlexsymfony4bundle
More information about philiplb/crudlexsymfony4bundle
Files in philiplb/crudlexsymfony4bundle
Package crudlexsymfony4bundle
Short Description Symfony 4 integration of CRUDlex.
License MIT
Homepage https://github.com/philiplb/CRUDlexSymfony4Bundle
Informations about the package crudlexsymfony4bundle
CRUDlexSymfony4Bundle
This bundle provides the integration of CRUDlex in a Symfony 4 project.
Installation
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.
Be aware that unfortunately one depedency requires the composer.json to accept unstable releases:
Step 2: Enable the Bundle
Add the bundle to your config/bundles.php
:
Or, depending on your setup, enable the bundle by adding it to the list of registered bundles
in the app/AppKernel.php
file of your project:
Step 3: Add the Routes
CRUDlex brings some routes so they must be added to your config/routes.yaml
. This makes them available under /crud:
Step 4: Configure the Services to your Requirements
CRUDlexSymfony4Bundle is basically a chunk of services. Some configuration like the location of the crud.yml happens
here. You can override each service in order to fit your requirements with the config/services.yaml
. Here is the
complete configuration to pick from:
All versions of crudlexsymfony4bundle with dependencies
philiplb/crudlex Version 0.14.0
sensio/framework-extra-bundle Version ^5.1
symfony/framework-bundle Version ^4.1
symfony/lts Version ^4@dev
symfony/translation Version ^4.1
symfony/twig-bundle Version ^4.1
symfony/yaml Version ^4.1
twig/extensions Version ^1.5