Commit Graph

6 Commits

Author SHA1 Message Date
Jeremy Quinton 8d51cd348f Upgrading to Laravel 5.6
1) Changed method call from lists to pluck.
2) Use set put instead of session set.
3) Removed references to artisan optimize command.
4) Added additionl check to base controller if auth user not set redirect to login.
5) Flush the session on logout.
6) Updated Event and Route service providers to work with Laravel 5.6.
7) Added new default logging config file.
8) Bump PHP versions from 7.0.30 to 7.1.20.
9) Added missing translations.
10) Fixed some issues with the templates.
2018-08-15 13:26:10 +02:00
bretto36 f9c031f0d0 Controller clean up 2016-06-14 22:31:24 -04:00
Dave Earley 25b1b03b68 Removed unnecessary use statement in logout controller (closes #96) 2016-05-12 11:19:12 +01:00
Dave 34d5f7e983 Cleaned up controllers
Removed unused methods
Added comments to several methods
2016-04-17 21:12:38 +01:00
Attendize b3f33a38e8 Applied fixes from StyleCI 2016-03-04 19:18:10 -05:00
Dave a3320dd598 - First commit 2016-02-29 15:59:39 +00:00