PHPackages                             tungpt/base-api - 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. tungpt/base-api

ActiveLibrary[API Development](/categories/api)

tungpt/base-api
===============

Base API Laravel app with repository pattern

07PHP

Since Mar 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/tungpt173598/base-api)[ Packagist](https://packagist.org/packages/tungpt/base-api)[ RSS](/packages/tungpt-base-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

Tungpt/base-api
===============

[](#tungptbase-api)

This package help you create a base API Laravel app with repository pattern

install:
========

[](#install)

```
composer require tungpt/base-api:dev-main

```

commands provided
=================

[](#commands-provided)

Make a API Controller

```
php artisan make:tcontroller ControllerName

```

```
