A simple Bash utility to speed up development in CodeIgniter 4 by automating the creation of common file templates and instantly opening them in Visual Studio Code.
🚀 What It Does
This script wraps around CodeIgniter's php spark make: commands to:
This works when the code base is on a remote server and you are using an extension such as ssh-remote to work on it on your local machine. This is the only test that has been made, so I know it works. There is no reason why it wouldn't work if the code is local too.
This is really handy for me and I use it a lot, I thought it may be useful for other too. On GitHub.