CMPT470-TeamMates / sfview

0 stars 1 forks source link

Convert Project to use Laravel framework #17

Closed cbabnik closed 5 years ago

cbabnik commented 6 years ago

We want to start using Laravel. Some reasons include:

  1. Using Laravel its possible to easily get much better results with speech recognition
  2. Provides PHP debugging environment
  3. Laravel includes a build system which is much cleaner than what we are doing with gulp.
  4. uses MVC architecture which is advised in class
  5. supports NodeJS

This crossover will require moving around a lot of files, and some rewriting (not too much).

When converting the code, a guide should be provided to the team members explaining the new directories, how to do add a page/script, etc.