LaravelPackage.com Save

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

Project README

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.

The static site is generated with the MKDocs Python package. Therefore having Python 3.7+ installed locally is required to contribue.

To start contributing, follow these steps:

  1. Fork this repository and git clone the repository
  2. Create a new virtual environment using python3 -m venv venv
  3. Activate the virtual environment: source venv/bin/activate
  4. Install the requirements: pip install -r requirements.txt
  5. Edit the documentation and view the output using mkdocs serve
  6. When satisfied, commit your changes and submit the PR to the master branch

Credits

Open Source Agenda is not affiliated with "LaravelPackage.com" Project. README Source: PackagePages/LaravelPackage.com
Stars
482
Open Issues
1
Last Commit
3 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating