Slide 27
Slide 27 text
@ktrajchevska
What does it take to change the storage?
1. Add Eloquent models to use with MySQL.
2. Change controller dependencies from CRM class to
Eloquent.
3. Use Eloquent instead of CRM to pull data for the view.
4. Switch all variables to the new naming convention.
5. Change the way we access data in the views.
6. Adjust the unit tests to work accordingly.