framework icon indicating copy to clipboard operation
framework copied to clipboard

Just wondering why we can't use the laravel package directly with Themosis

Open ThinkDevStudios opened this issue 5 years ago • 1 comments

Hi! I am just wondering why we can't use the Laravel package directly with Themosis since we are using most of the Laravel Illuminate packages. Using the complete laravel package which could allow us to use third party laravel package.

I tried playing around and tried importing the missing laravel illuminate packages directly to the themosis framework and was able to use some packages that requires laravel as a package. Was able to connect Inertia JS with react.

I also tried using Laraish a laravel framework theme for wordpress that uses a complete laravel package but comparing it with themosis framework. I would say that Themosis is way faster in loading it plus Themosis have more functions that utilizes the wordpress system.

I would say i prefer coding using the Themosis framework structure as well. I just wished i would be able to add more laravel based packages within the Themosis framework without having to change the core script of Themosis.

ThinkDevStudios avatar Aug 14 '20 08:08 ThinkDevStudios

The main reason is because of the illuminate/foundations package is built into Laravel. Because that package is not standalone, we had to built ours to allow granular integration with WordPress and control application bootstrapping.

jlambe avatar Aug 17 '20 18:08 jlambe