This is the repo for the Laravel Package project. A central place to learn how to create a package from scratch.
Contributions are highly welcomed.
To start contributing, follow these steps:
- Fork this repository and
git clone
your version - Install the dependencies (including Vuepress) with
npm install
(or use yarn) - Edit the documentation and view the output with Vuespress using
npm run dev
- Commit your changes and submit the PR to the master branch