Who said you can’t mix and match between Laravel and code Igniter. well, you will face some issues, but they are not that hard to resolve.
It all starts with a cool package called EFTEC/BladeOne, which is simply blade without laravel !
to install it, you go to your CI application folder, and run the command
composer require EFTEC/BladeOne
At this stage, we have Blade up and running, to use it, create a file under core for example, and let’s say we will call the controler /core/bladeController.php