sample event listener and scaffolding for a module

This commit is contained in:
Nabeel Shahzad
2017-12-02 09:19:58 -06:00
parent b14f4355da
commit df2b092d60
15 changed files with 143 additions and 38 deletions

View File

@@ -8,7 +8,6 @@ class HomeController extends AppBaseController
{
/**
* Show the application dashboard.
* @return \Illuminate\Http\Response
*/
public function index()
{