laravel icon indicating copy to clipboard operation
laravel copied to clipboard

Moving laravel framework to require-dev

Open mevtho opened this issue 1 year ago • 1 comments

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.

mevtho avatar Jul 17 '24 08:07 mevtho

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.

iBotPeaches avatar May 17 '25 12:05 iBotPeaches