Skip to content

Documentation for LaravelPackage.com: Learn to create Laravel specific PHP packages from scratch, following this open documentation.

License

Notifications You must be signed in to change notification settings

ali-sharafi/LaravelPackage.com

 
 

Repository files navigation

Developing Laravel Packages

This is the repo for the Laravel Package project. A central place to learn how to create a package from scratch.

All provided examples are available as an accompanying example package named "BlogPackage", which you can find and clone here: https://github.com/Jhnbrn90/BlogPackage.

Contributing

Contributions are highly welcomed.

To start contributing, follow these steps:

  1. Fork this repository and git clone your version
  2. Install the dependencies (including VuePress) with npm install (or use yarn)
  3. Edit the documentation and view the output with VuePress using npm run dev
  4. When satisfied, format your code using npx prettier --write .
  5. Commit your changes and submit the PR to the master branch

Credits

About

Documentation for LaravelPackage.com: Learn to create Laravel specific PHP packages from scratch, following this open documentation.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published