Download the PHP package fusionphp/fusion without Composer
On this page you can find all versions of the php package fusionphp/fusion. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fusionphp/fusion
More information about fusionphp/fusion
Files in fusionphp/fusion
Download fusionphp/fusion
More information about fusionphp/fusion
Files in fusionphp/fusion
Vendor fusionphp
Package fusion
Short Description A Laravel package to bridge the gap between Laravel and Vue/React.
License MIT
Package fusion
Short Description A Laravel package to bridge the gap between Laravel and Vue/React.
License MIT
Please rate this library. Is it a good library?
Informations about the package fusion
Unite your modern frontend with your Laravel backend.
--- Fusion is the best way to combine your Laravel backend with your JavaScript frontend. We currently only support Vue.js, but React + Svelte are on the roadmap. > [!CAUTION] > 🚨🚨🚨 > > Fusion is in a _very_ early development preview. Please do not use it in production yet! There are still lots of > bugs (probably.) > > 🚨🚨🚨 ## Concepts It is important to note up front what Fusion **does not** do: - Fusion does not transpile your PHP to WASM. - Fusion does not turn your JavaScript into PHP/Blade. - Fusion does not use the "PHP for templating." - Fusion does not *automatically* sync frontend/backend state. What Fusion **does** do: - Fusion uses Vite to extract the PHP blocks from your JavaScript files and writes the PHP to disk. - Fusion uses Vite to inject some information into your JavaScript file as it is being transpiled. - Fusion runs your PHP on the backend and your JavaScript on the frontend. - Fusion turns your PHP block into a sort of controller. - Fusion uses the standard Laravel request/response lifecycle, router, auth, middleware, etc. - Fusion allows *you* to sync frontend/backend state. Conceptually, you can think of the `

