A sample Form & List plugin for OctoberCMS used in the presentation Beyond Behaviors.
- View Part 1: How MVC works in October CMS
- View Part 2: Rendering Lists and Forms by hand
- View Part 3: Example implementation
Install the Faker package.
composer require fakerphp/faker
To install this plugin, extract this archive to /plugins/acme/formist
and migrate the database by performing one of the following:
- Log out and sign back in to the back-end; or
- Run CLI command
php artisan october:up
To view the plugin click on Formist in the back-end area.