Skip to content

Instantly share code, notes, and snippets.

@aceat64
Created November 23, 2015 18:49
Show Gist options
  • Save aceat64/1917d6146eb4708a5f9b to your computer and use it in GitHub Desktop.
Save aceat64/1917d6146eb4708a5f9b to your computer and use it in GitHub Desktop.
<?php
$routes->resources('NetworkObjects', ['inflect' => 'dasherize'], function ($routes) {
$routes->resources('Attributes');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment