summaryrefslogtreecommitdiff
path: root/app/Helpers
AgeCommit message (Collapse)AuthorFilesLines
2019-03-07Code style and testingGreg Roach1-2/+2
2019-03-05Class name clashes with PHP classGreg Roach1-2/+2
2019-03-02Import classGreg Roach1-2/+2
2019-03-02Use app() shortcutGreg Roach1-1/+1
2019-02-06Fix: #1780 and #1123 - favicons and browseconfig.xmlGreg Roach1-0/+20
2019-01-18Use cacheGreg Roach1-1/+2
2019-01-18Add support for illuminate/cache and refactor class UserGreg Roach1-0/+19
2019-01-01Happy 2019Greg Roach1-1/+1
2018-12-25Use fully-qualified class names to prevent conflict with global scopeGreg Roach1-8/+4
2018-12-18Add support for Laravel query-builderGreg Roach1-12/+0
2018-09-24Strict-typesGreg Roach1-1/+1
2018-09-22Reduced if/else complexity, removed not require else conditions (#1866)Rico Sonntag1-2/+2
* Reduced if/else complexity, removed not require else conditions * Fix indentation * Fix indentation * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Use null-coalesce to simplify logic * Admin theme no longer exists * Code style * Use null-coalesce operator to simplify logic
2018-08-26Replace Filter::get() and Filter::post() with $requestGreg Roach1-3/+3
2018-07-23Use our own helper functionGreg Roach1-1/+1
2018-07-16Use PSR2 code styleGreg Roach1-15/+20
2018-05-20Converting user admin functions to view/controllerGreg Roach1-1/+1
2018-02-18Convert login/registration to http/controllerGreg Roach1-2/+7
2018-01-07Happy new year - 2018Greg Roach1-1/+1
2018-01-06Use e() helper functionGreg Roach1-1/+1
2018-01-06Use e() helper functionGreg Roach1-1/+1
2017-12-04Working on modal edit formsGreg Roach1-0/+22
2017-11-24Working on multiple files in a media objectGreg Roach1-0/+10
2017-11-21Use laravel-style e() function to escape HTML in viewsGreg Roach1-0/+12
2017-11-19Use maximebf/debugbar for developmentGreg Roach1-16/+0
2017-11-19Remove PHP7.1 codeGreg Roach1-1/+1
2017-11-13Working on front-controllerGreg Roach1-0/+47