- Removed uuid_v4 from functions.php
- Updated .env.example to be more like default new Laravel project .env
- Updated config folder files to be more like default new Laravel project
- Added storage path folder creation to bootstrap.php
- Removed redundant config file loading in bootstrap.php
- Deleted get_tables(), download_public_suffix_list(), extract_registrable_domain() from functions.php
- Modified to use Utility\extract_registrable_domain()
- Updated calls to Mockery in test files
- Pinned to PHPUnit 12.3.3 to avoid ErrorHandler issues with Testbench