Moving laravel framework to require-dev
Related to discussions
https://github.com/openai-php/laravel/issues/40 https://github.com/openai-php/laravel/issues/34
I had the a similar issue when trying to add the package to a laravel-zero application (conflict with Illuminate packages).
Moving to require-dev should allow the same development experience while not forcing a full install of the laravel framework when adding to a laravel-zero project.
I took a look at this again. I ported over the splits and crashes were because all of these database_path / app_path helper functions are not found. I didn't see them published in any split, so I imagine you are supposed to import Support and pipe through the Facade for like App::databasePath() for the comparable database_path.