Skip to content

Instantly share code, notes, and snippets.

@umpirsky
Created April 29, 2014 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save umpirsky/11402073 to your computer and use it in GitHub Desktop.
Save umpirsky/11402073 to your computer and use it in GitHub Desktop.
PermissionsHandler test.

Steps to test PermissionsHandler script:

$ git clone git@github.com:umpirsky/symfony-standard.git symfony-standard.dev
$ cd symfony-standard.dev
$ git checkout feature/permissions-handler
$ composer install
$ cd web
$ php -S localhost:8888
$ chromium-browser http://localhost:8888/config.php (or whatever web browser)

If you see Your configuration looks good to run Symfony. then it works. If you get any errors, please report them on https://github.com/umpirsky/PermissionsHandler/issues/new.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment