Installation & Updates - GoodNello/pets GitHub Wiki

Installation

Either clone the repo or unpack the zip into

{{ your_octobercms_directory }}/plugins/goodnello/pets

Then, in the shell, set yourself in your main OctoberCMS directory and do php artisan october:up. This will install the plugin.

Once the migration has finished, log into the backend of OctoberCMS and go to the settings page. Search for "Pets" in the search box and make yourself feel at home.

Then, head to "CMS" and create two pages, one for the profile component and one for manager. In the manager one, just add the component in the page. In the profile one, you need to set the slug as /pet/:id, otherwise the plugin might not work as expected.

That's it!

Updates

When a new version is available, either git pull or unpack the zip in the same folder of your installation. Then, just do php artisan october:up as you would do to install the plugin.

Bug reports

If you found a bug, please open a issue using GitHub.