Has anyone attempted to create modules using Laravel and have you been successful?
@growlingflea there shouldn’t be any problem in creating a module in Laravel. Your module can have its own composer.json file with all of the laravel dependencies. Just make sure to include the “openemr/oe-module-installer-plugin” and launch your Laravel code from the openemr.bootstrap.php file.
I haven’t heard of anyone attempting to use Laravel at this point but I can’t imagine why it wouldn’t work.
@growlingflea Hi Daniel, where you able to build a module using Laravel?
Not yet with Laravel, but I did go through the tutorials that are on some of the tutorials.
1 Like