Skip to content
Chris Birk edited this page May 6, 2015 · 8 revisions

1.8 Milestone

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 as public/index.html. This is done in app/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)
Clone this wiki locally