Set up a cross compiler according to the target platform along with CMake on the Linux host PC based on Ubuntu 20.04. Note: These steps are for Arm® 64-based target platform. Review these steps before ...
Usually I see tutorials to tests Laravel which are just functional tests, I think unit testing should be given priority too. Done for this blog post. PHPUnit is used to write the unit tests, to run ...