Taxonomy module
Simple module that help you to manage your taxonomy (category)
Using AsgardCMS's module download command:
php artisan asgard:download:module daothanh/asgard-taxonomy --migrations
This will download the module, run its migrations.
composer require daothanh/asgard-taxonomy
php artisan module:migrate Taxonomy
Simple module that help you to manage your taxonomy (category)
Using AsgardCMS's module download command:
php artisan asgard:download:module daothanh/asgard-taxonomy --migrations
This will download the module, run its migrations.
composer require daothanh/asgard-taxonomy
php artisan module:migrate Taxonomy
Install any module with the php artisan asgard:download:module
command.
php artisan asgard:download:module daothanh/taxonomy --migrations
This will download the module and run its migrations.
composer require daothanh/taxonomy
This is if the module is perfect for your use-case as-is, and doesn't need any changes to fit your needs.
Note: Don't forget to give yourself the required permissions before you can view the backend entries.