(front end prep for Purchasing Tickets module)

This commit is contained in:
Adam Wathan
2016-11-07 09:56:51 -05:00
parent a3d6a1efcd
commit ced05329c6
53 changed files with 12963 additions and 273 deletions

View File

@@ -166,8 +166,7 @@ return [
/*
* Package Service Providers...
*/
//
Zondicons\ZondiconsServiceProvider::class,
/*
* Application Service Providers...

7
config/zondicons.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
return [
'spritesheet_path' => resource_path('assets/icons/sprite.svg'),
'inline' => false,
'class' => 'zondicon',
];