Update module generation #714 (#716)

* Update module generation #714

* Fix method signatures

* Fix paths within stubs, use single provider.stub file

* Add separate index controller

* Update module generation #714

* Fix method signatures

* Fix paths within stubs, use single provider.stub file

* Update module generation

Disable/lower the cache time as found as a workaround in https://github.com/nWidart/laravel-modules/issues/995

* Update editorconfig for line endings

* Formatting

* Formatting
This commit is contained in:
Nabeel S
2020-09-20 19:10:52 -04:00
committed by GitHub
parent 435fa32663
commit 77fe6679ce
20 changed files with 414 additions and 248 deletions

View File

@@ -1,6 +1,4 @@
<?php
# This is the admin path. Comment this out if you don't have an admin panel component.
Route::group([], function () {
Route::get('/', 'AdminController@index');
});
Route::get('/', 'AdminController@index');