PHPackages                             fusio/adapter-laravel - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. fusio/adapter-laravel

ActiveLibrary[Framework](/categories/framework)

fusio/adapter-laravel
=====================

Integrates features of the laravel framework

v6.2.0(4mo ago)4531Apache-2.0PHPPHP &gt;=8.2CI passing

Since Feb 9Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/apioo/fusio-adapter-laravel)[ Packagist](https://packagist.org/packages/fusio/adapter-laravel)[ Docs](https://www.fusio-project.org)[ Fund](https://www.paypal.me/fusioapi)[ GitHub Sponsors](https://github.com/chriskapp)[ RSS](/packages/fusio-adapter-laravel/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (6)Versions (15)Used By (0)

Fusio-Adapter-Laravel
=====================

[](#fusio-adapter-laravel)

[Fusio](https://www.fusio-project.org/) 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
------

[](#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
----------

[](#connection)

Through the Eloquent connection you can build API endpoints using the Eloquent ORM i.e.:

```
