PHPackages                             apiautopilot/apiautopilot - 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. apiautopilot/apiautopilot

ActiveLibrary

apiautopilot/apiautopilot
=========================

This is my package apiautopilot

1.0.0(3y ago)14563[1 issues](https://github.com/GeorgeFourkas/ApiAutoPilot/issues)MITPHPPHP ^8.0

Since Dec 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/GeorgeFourkas/ApiAutoPilot)[ Packagist](https://packagist.org/packages/apiautopilot/apiautopilot)[ Docs](https://github.com/apiautopilot/apiautopilot)[ RSS](/packages/apiautopilot-apiautopilot/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (12)Versions (3)Used By (0)

 [![](https://camo.githubusercontent.com/11f28089e4dce75e22a6b348aa6b28354de0c454d6addccca2ee2241b8189bdf/68747470733a2f2f6170696175746f70696c6f742e696e666f2f6173736574732f696d616765732f6161705f6c6f676f2532305f63726f707065642e706e67)](https://camo.githubusercontent.com/11f28089e4dce75e22a6b348aa6b28354de0c454d6addccca2ee2241b8189bdf/68747470733a2f2f6170696175746f70696c6f742e696e666f2f6173736574732f696d616765732f6161705f6c6f676f2532305f63726f707065642e706e67)

[![Latest Version on Packagist](https://camo.githubusercontent.com/47bbeb9679447ad39828acf26913716339617d8fc028c6e523401f5fa407d094/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6170696175746f70696c6f742f6170696175746f70696c6f742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/apiautopilot/apiautopilot)[![Total Downloads](https://camo.githubusercontent.com/3a8042b63b074fe79335b9da1e036a5c21cc2b1df7bc6715cb8d02c7b029d7a7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6170696175746f70696c6f742f6170696175746f70696c6f742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/apiautopilot/apiautopilot)

### **Api Auto Pilot** is laravel package that makes the procecess of creating laravel RESTful APIs a breeze!

[](#api-auto-pilot-is-laravel-package-that-makes-the-procecess-of-creating-laravel-restful-apis-a-breeze)

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require apiautopilot/apiautopilot
```

After you required the packager from packagist, make sure to run the installation command:

```
php artisan apiautopilot:install
```

You can publish the config file with:

```
php artisan vendor:publish --tag="apiautopilot-config"
```

This is the contents of the published config file:

```
