Monday, April 10, 2017

Framework multiple projects file update control

I have create a laravel framework website for multiple projects. All projects are share same controllers, modal, etc. My problem is, that every time I change something inside of my controller, I have update each file for each project.

Is there any software for php laravel that can help me controller this, so I only need to update once (Only change one file, all file are updated)?

/project_a/app/Http/IndexController.php
/project_b/app/Http/IndexController.php
/project_c/app/Http/IndexController.php



via Benjamin W

Advertisement