Archived previous version to switch codebase to Laravel framework for
the sake of reducing complexity to lower the barrier for entry for
potential contributers. Because easier is always better.
Started buildig the authorization infrastructure to 1. create the
initial admin class to then 2. the Auth manager class can be created to
manage access based on roles.
added number of template files as well just as a UI base to get things
started.
Auth Framework Part 2 will complete the Auth mangager and clean up the
admin area.