Merge branch 'feature/vuejs' into feature/vue-serverview

This commit is contained in:
Dane Everitt
2018-05-31 23:01:24 -07:00
31 changed files with 835 additions and 7 deletions
+1
View File
@@ -1,6 +1,7 @@
<?php
Route::get('/', 'BaseController@index')->name('admin.index');
Route::get('/statistics', 'StatisticsController@index')->name('admin.statistics');
/*
|--------------------------------------------------------------------------