PHPackages                             ansjabar/laradocs - 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. ansjabar/laradocs

ActiveLibrary[API Development](/categories/api)

ansjabar/laradocs
=================

Generate beautiful documentation for your Laravel applications with DocBlocks.

0.1.2(3y ago)228MITPHP

Since Apr 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ansjabar/laradocs)[ Packagist](https://packagist.org/packages/ansjabar/laradocs)[ RSS](/packages/ansjabar-laradocs/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)DependenciesVersions (4)Used By (0)

 LaraDocs
----------

[](#----laradocs)

######  Generate beautiful documentation for your Laravel applications with DocBlocks..

[](#----generate-beautiful-documentation-for-your-laravel-applications-with-docblocks)

LaraDocs
========

[](#laradocs)

**LaraDocs** is simply a code-driven package provides an easy way to create beautiful documentation for your product or application inside your Laravel app.

Getting Started
---------------

[](#getting-started)

☝️ Install the package via composer.

```
composer require ansjabar/laradocs

```

✌️ Run the following command to publish assets and config file `laraadoc.php`

```
php artisan vendor:publish --provider="AnsJabar\LaraDocs\LaraDocsServiceProvider"

```

✌️ Run the following command to generate docs

```
php artisan laradocs:generate

```

Visit your app domain with `/laradocs` endpoint. That's it.

Usage Example
-------------

[](#usage-example)

```
