xuejd3 / larabook
Beautiful document tool for your project.
13.0.0
2026-03-25 03:43 UTC
Requires
- league/commonmark: ^2.8
- symfony/dom-crawler: ^8.0
- xuejd3/laravel-emoji: ^13.0
Requires (Dev)
- laravel/pint: ^1.27
This package is auto-updated.
Last update: 2026-05-25 04:12:35 UTC
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
- LaRecipe - Made by @saleem-hadad
- tailwindcss/tailwindcss - A utility-first CSS framework for rapid UI development made by @adamwathan.
- laravel/mix
Contributing
You can contribute in one of three ways:
- File bug reports using the issue tracker.
- Answer questions or fix bugs on the issue tracker.
- 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