xuejd3/larabook

Beautiful document tool for your project.

Installs: 48

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 18

Language:Blade


README

Beautiful document tool for your project.

Installing

$ composer require xuejd3/larabook

Usage

Installation

$ composer require xuejd3/larabook

Publish config and required assets:

$ php artisan larabook:install

Update config file config/larabook.php with right repository url of your docs, Then init the docs files:

$ php artisan larabook:refresh

Done.

Credits

Contributing

You can contribute in one of three ways:

  1. File bug reports using the issue tracker.
  2. Answer questions or fix bugs on the issue tracker.
  3. Contribute new features or update the wiki.

The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.

License

MIT