PHPackages                             jannisfieml/laravelapigenerator - 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. [API Development](/categories/api)
4. /
5. jannisfieml/laravelapigenerator

ActiveLibrary[API Development](/categories/api)

jannisfieml/laravelapigenerator
===============================

A small package to generate basic migrations, models, requests, controllers and routes by editing yaml files

014PHP

Since May 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/JannisFieml/LaravelApiGenerator)[ Packagist](https://packagist.org/packages/jannisfieml/laravelapigenerator)[ RSS](/packages/jannisfieml-laravelapigenerator/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependenciesVersions (3)Used By (0)

A small package to generate basic migrations, models, requests, controllers and routes by editing yaml files
============================================================================================================

[](#a-small-package-to-generate-basic-migrations-models-requests-controllers-and-routes-by-editing-yaml-files)

[![Latest Version on Packagist](https://camo.githubusercontent.com/ab1a327f76b9e8599bb11d031cf710e2ca04560650768974b64a28ddf2e2ac2c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a616e6e69736669656d6c2f6c61726176656c61706967656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jannisfieml/laravelapigenerator)[![GitHub Tests Action Status](https://camo.githubusercontent.com/49a31a74436e773bc434b28504b2a1ba546a93946b298ab170a58b5ef7f1099d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a616e6e69736669656d6c2f6c61726176656c61706967656e657261746f722f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/jannisfieml/laravelapigenerator/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/17ddbf16cc0e41bfb0c8049dafea83d5ed8ae17b90f6ac723b9d120534709f71/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a616e6e69736669656d6c2f6c61726176656c61706967656e657261746f722f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/jannisfieml/laravelapigenerator/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/fde3ec699f2ed4e50256475f6104bec86b60f775a67b7a67c1998fec3d7a1984/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a616e6e69736669656d6c2f6c61726176656c61706967656e657261746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/jannisfieml/laravelapigenerator)

---

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

[](#installation)

You can install the package via composer:

```
composer require jannisfieml/laravelapigenerator
```

You can publish the config file with:

```
php artisan vendor:publish --provider="JannisFieml\LaravelApiGenerator\LaravelApiGeneratorServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
