Added new models for Lookup Tables
Added new Library class called LookupHelper to assist in easier access to reference tables across all classes. Added lookup table migrations Added chartjs package to composer, and laravel service provider modified routes to make it easier to see what is going on rather than having different names for post things from get pages
This commit is contained in:
@@ -22,8 +22,6 @@ class MoonsAdminController extends Controller
|
||||
}
|
||||
|
||||
public function showJournalEntries() {
|
||||
$esi = new Esi();
|
||||
|
||||
$dateInit = Carbon::now();
|
||||
$date = $dateInit->subDays(30);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user