Skip to content

Instantly share code, notes, and snippets.

@damianoporta
Created January 22, 2015 17:16
Show Gist options
  • Save damianoporta/840cd5272f1acbd5d9a4 to your computer and use it in GitHub Desktop.
Save damianoporta/840cd5272f1acbd5d9a4 to your computer and use it in GitHub Desktop.
<?php
use Cake\Routing\Router;
Router::plugin('Administration', function ($routes) {
$routes->connect('/', ['controller' => 'Users', 'action' => 'login']);
$routes->fallbacks();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment