Download the PHP package gonzakpo/symfony_base without Composer
On this page you can find all versions of the php package gonzakpo/symfony_base. 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 symfony_base
Symfony Base V. 5.2.*
Symfony base adds admin user, security, fixture, bootstrap.
Installation
Open a command console, enter your project directory and execute:
Configure .env.local:
- SUPER_EMAIL=
- SUPER_PASSWORD=
Docker compose
* Start containers in the background: `docker-compose up -d`
* Start containers on the foreground: `docker-compose up`. You will see a stream of logs for every container running.
* Stop containers: `docker-compose stop`
* Kill containers: `docker-compose kill`
* View container logs: `docker-compose logs`
* Execute command inside of container: `docker-compose exec SERVICE_NAME COMMAND` where `COMMAND` is whatever you want to run. Examples:
* Shell into the PHP container, `docker exec -it symfony-php-fpm bash`
* Run symfony console, `docker exec symfony-php-fpm bin/console`
* Open a mysql shell, `docker exec symfony-mariadb mysql -uroot -pCHOSEN_ROOT_PASSWORD`
Docker url
* http://127.0.0.1:8080
Use
Author
- Gonzalo Alonso - [email protected]
Contributors
- Felix Barros - [email protected]
- Fabian Serafini - [email protected]
All versions of symfony_base with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2.5
ext-ctype Version *
ext-iconv Version *
easycorp/easyadmin-bundle Version ^2.3
sensio/framework-extra-bundle Version ^5.1
symfony/asset Version 5.0.*
symfony/console Version 5.0.*
symfony/dotenv Version 5.0.*
symfony/expression-language Version 5.0.*
symfony/flex Version ^1.3.1
symfony/form Version 5.0.*
symfony/framework-bundle Version 5.0.*
symfony/http-client Version 5.0.*
symfony/intl Version 5.0.*
symfony/mailer Version 5.0.*
symfony/monolog-bundle Version ^3.1
symfony/orm-pack Version *
symfony/process Version 5.0.*
symfony/security-bundle Version 5.0.*
symfony/serializer-pack Version *
symfony/translation Version 5.0.*
symfony/twig-pack Version *
symfony/validator Version 5.0.*
symfony/web-link Version 5.0.*
symfony/yaml Version 5.0.*
ext-ctype Version *
ext-iconv Version *
easycorp/easyadmin-bundle Version ^2.3
sensio/framework-extra-bundle Version ^5.1
symfony/asset Version 5.0.*
symfony/console Version 5.0.*
symfony/dotenv Version 5.0.*
symfony/expression-language Version 5.0.*
symfony/flex Version ^1.3.1
symfony/form Version 5.0.*
symfony/framework-bundle Version 5.0.*
symfony/http-client Version 5.0.*
symfony/intl Version 5.0.*
symfony/mailer Version 5.0.*
symfony/monolog-bundle Version ^3.1
symfony/orm-pack Version *
symfony/process Version 5.0.*
symfony/security-bundle Version 5.0.*
symfony/serializer-pack Version *
symfony/translation Version 5.0.*
symfony/twig-pack Version *
symfony/validator Version 5.0.*
symfony/web-link Version 5.0.*
symfony/yaml Version 5.0.*
The package gonzakpo/symfony_base contains the following files
Loading the files please wait ....