-
Notifications
You must be signed in to change notification settings - Fork 108
Changelog
Chris Birk edited this page May 6, 2015
·
8 revisions
This changelog is unfinished
- Move credential loading from
*.yaml
to.env.<environment>.php
to match Laravel 4.2 standard - Remove all Laravel View files. These have been moved to Angular templates in
public/templates
- Only email templates remain
- Only routes matching
api/**
reach the Laravel routes. All others serve up the AngularJS front-end aspublic/index.html
. This is done inapp/routes/single.php
. - The entire public interface has been redesigned. You can read notes on the redesign process here ( need link )
- The entire build process has changed. You can read the notes on the new build process here ( need link )
- The Angular front-end architecture has been refactored. You can read the notes on the new front-end architecture here (need link)