Documentation website for Eventmie Pro, built with Laravel and LaRecipe.
- PHP 8.3+
- Composer
No database, Redis, or Node.js build is required for the docs site.
composer install
cp .env.example .env
php artisan key:generate
php artisan vendor:publish --provider="BinaryTorch\LaRecipe\LaRecipeServiceProvider" --tag=larecipe_assets --force
php artisan serveVisit /docs (the root URL redirects there).
resources/docs/— Markdown documentation by versionconfig/larecipe.php— LaRecipe versions, UI, SEO, searchresources/views/vendor/larecipe/— Customized LaRecipe viewspublic/images/— Documentation screenshots and assetspublic/css/app_v2.css— Site-specific styles
Configured in config/larecipe.php. Default version is 3.0.