Skip to content

NotionCommotion/greenbean_string

Repository files navigation

Sample Composer Package

This project is a concrete5 sample package that is powered entirely by composer.

To install this package on a composer based concrete5 site, make sure you already have composer/installers then run:

$ composer install concrete5/your_package_name

Then install the package

$ ./vendor/bin/concrete5 c5:package-install your_package_name

Using this project as a skeleton

First, use composer create-project to begin your own package project.

$ composer create-project concrete5/your_package_name

Once this is done, modify the composer.json to have information about your project and an updated name. Then set up your VCS

git init
git remote add origin [email protected]/youraccount/yourrepository
git add .
git commit -m "Initial Commit"
git push

Finally, add your git repository to a composer repository. And that's it!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published