This is a demo of our group's system implementation we created for MNSU's IT380 class (System Analysis and Design). Our primary task was to create the use-case diagrams, data flow diagrams, context diagrams, ERD, UI mockups, and other system design/architecture documentation for a fictional CRM for Federated Insurance to fulfill customer requirements. Although the primary purpose of this group project was not the actual programming, we were able to deliver this reasonably functional demo in the last few weeks of the project for our final presentation.
-
Make sure all dependencies are installed, .env is correct, any initialization is done, etc. For help with this: https://github.com/dylanhansch/federated-crm/wiki/Setup
-
Laravel provides a nice CLI tool called Artisan. It ships with the option to run a local PHP web server pre-bootstrapped for your application. Just run
php artisan serve
at the app root (/src). (This command assumes you have the PHP executable accessible from your PATH) -
If you are running a local SQL server - make sure it's running.
-
If you happen to be running a local queue or cache make sure those are running as well.
Laravel has the most extensive and thorough documentation and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.
If you don't feel like reading, Laracasts can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.