Laravel for new modules and stand-alone EHR tools

@pri2si17 where did your work end? Was it finally pushed to EHR_Contribs repo? I’ve looked at what you did with Laravel, mostly database models, factories and seeding.

From my observation I think you were trying to create a base Laravel EHR project that other things (modules) can be built on. I will pull that branch, and study it then see how I can build on your work. Using the database that is created upon Laravel installation. This way I wouldn’t have to do all those things again.

Now considering that we want the report generator to be stand alone, do you think we’ll have some issues if we go this way? I strongly believe that Laravel will make things easier for us here.