Skip to content

Commit 9a7c2bf

Browse files
committed
Fix for landing page routes, prep for 1.1.1
1 parent 585b78a commit 9a7c2bf

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.1.1
2+
date: 2016-10-12
3+
changes:
4+
- Fix landing page routes
5+
16
1.1.0
27
date: 2016-10-03
38
changes:

resources/stubs/module/jobs.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?php
2-
['seed' => '{{vendor|studly_case}}\{{module_slug|studly_case}}Module\Listener\Command\Seed'];
1+
<?php
2+
['seed' => '{{vendor|studly_case}}\{{module_name}}Module\Listener\Command\Seed'];

resources/stubs/module/routes.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?php
2-
['admin/{{module_slug|lower}}' => '{{vendor|studly_case}}\{{module_slug|studly_case}}Module\Http\Controller\Admin\{{module_slug|studly_case}}Controller@index'];
1+
<?php
2+
['admin/{{module_name|lower}}' => '{{vendor|studly_case}}\{{module_name}}Module\Http\Controller\Admin\{{module_name}}Controller@index'];

0 commit comments

Comments
 (0)