Skip to content

hirethunk/verbs-docs

Repository files navigation

Verbs Docs

Installation

First, set up the Laravel app:

composer install
npm install
npm run build

Fetching docs from Verbs package

Then, fetch the latest markdown files from Verbs:

./bin/fetch-docs.sh

Fetching docs from local copy of Verbs

If you're working from a local copy of Verbs, you can symlink the docs and examples instead, with:

mkdir -p ./resources/docs/main
cd ./resources/docs/main
ln -s /path/to/verbs/docs .
ln -s /path/to/verbs/examples .

Serving

Finally, just serve the docs thru artisan:

php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published