Testing a Composer Package
If you’ve created a Laravel app before you may be used to using tools like Pest or PHPStan. These are great for testing the functionality of the app and readability of your code. However, these both require the structure of a Laravel app to run...