PHPackages                             1codehappy/laravel-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. [Framework](/categories/framework)
4. /
5. 1codehappy/laravel-api

AbandonedArchivedProject[Framework](/categories/framework)

1codehappy/laravel-api
======================

The Boilerplate for Laravel Restful Apis.

2.0.2(4y ago)614MITPHPPHP ^8.1

Since Apr 24Pushed 4y ago1 watchersCompare

[ Source](https://github.com/1codehappy/laravel-api)[ Packagist](https://packagist.org/packages/1codehappy/laravel-api)[ RSS](/packages/1codehappy-laravel-api/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (25)Versions (12)Used By (0)

Laravel Api
===========

[](#laravel-api)

[![CircleCI](https://camo.githubusercontent.com/14b8bb435ee8df1de2f57c193ea0b53bf564a2f79fcf865c949123f5298136ef/68747470733a2f2f636972636c6563692e636f6d2f67682f31636f646568617070792f6c61726176656c2d6170692e7376673f7374796c653d736869656c64)](https://circleci.com/gh/1codehappy/laravel-api)

A simple, a modern and an elegant Laravel boilerpate for your api, applying Domain Driven Design and hexagonal architecture principles based on [Laravel Beyond Crud](https://laravel-beyond-crud.com/).

Features
--------

[](#features)

- PHP 8.1+
- Laravel 9 [Github](https://github.com/laravel/framework) [Docs](https://laravel.com/docs/)
- CircleCI [Site](https://circleci.com/gh/1codehappy/laravel-api)
- Api restful
- JWT Auth
- ACL &amp; Laravel Policies
- PestPHP tests
- OpenApi docs

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

[](#installation)

Create your project using composer.

```
composer create-project 1codehappy/laravel-api myApi
```

Directories
-----------

[](#directories)

See the directory structure bellow:

```
|-- app/
    |-- Backend # Api & Artisan commands
    |-- Domain # Domains
    |-- Support # Commons & Api Documentation

```

Factories
---------

[](#factories)

```
