Download the PHP package fusio/adapter-laravel without Composer
On this page you can find all versions of the php package fusio/adapter-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fusio/adapter-laravel
More information about fusio/adapter-laravel
Files in fusio/adapter-laravel
Package adapter-laravel
Short Description Integrates features of the laravel framework
License Apache-2.0
Homepage https://www.fusio-project.org
Informations about the package adapter-laravel
Fusio-Adapter-Laravel
Fusio adapter which helps to integrate features of Laravel. You can install the adapter with the following steps inside your Fusio project:
composer require fusio/adapter-laravel
php bin/fusio system:register "Fusio\Adapter\Laravel\Adapter"
Action
Through the Laravel-Invoke action, you can directly invoke specific controller logic of your Laravel app through Fusio. This works only in case Fusio is on the same server as your Laravel app since the action includes and executes the app. This helps to quickly expose the logic of your Laravel app as clean API through Fusio.
Note: This action is currently in beta phase, please let us know in case you have specific requirements regarding an integration.
Connection
Through the Eloquent connection you can build API endpoints using the Eloquent ORM i.e.:
All versions of adapter-laravel with dependencies
fusio/engine Version ^6.0
illuminate/database Version ^12.0
illuminate/events Version ^12.0
illuminate/support Version ^12.0