opened up bundles to live anywhere and respond to any URI.'
This commit is contained in:
10
tests/laravel/bundles/bundles.php
Normal file
10
tests/laravel/bundles/bundles.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'dashboard' => array(
|
||||
'location' => 'dashboard',
|
||||
'handles' => 'dashboard',
|
||||
),
|
||||
|
||||
);
|
||||
Reference in New Issue
Block a user