Download the PHP package krak/symfony-playground without Composer
On this page you can find all versions of the php package krak/symfony-playground. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download krak/symfony-playground
More information about krak/symfony-playground
Files in krak/symfony-playground
Download krak/symfony-playground
More information about krak/symfony-playground
Files in krak/symfony-playground
Vendor krak
Package symfony-playground
Short Description Symfony playground for tinkering/testign your app.
License MIT
Homepage https://github.com/krakphp/symfony-playground
Package symfony-playground
Short Description Symfony playground for tinkering/testign your app.
License MIT
Homepage https://github.com/krakphp/symfony-playground
Please rate this library. Is it a good library?
Informations about the package symfony-playground
Symfony Playground
Symfony playground enables developers to quickly test any code in their system and access any of the private services in their app.
Installation
Install with composer at krak/symfony-playground
.
Then you need to change the PlaygroundBundle in your config/bundles.php
file to be dev only:
Usage
To enable the playground, you can create a playground.php in the project root: %kernel.project_dir%/playground.php
.
This file needs to return a closure. Here's an example:
You should be able to run this with: ./bin/console playground
.
All versions of symfony-playground with dependencies
PHP Build Version
Package Version
No informations.
The package krak/symfony-playground contains the following files
Loading the files please wait ....