daugtcms/core

An easy to understand CMS for sites including course management and a shop.

0.0.3 2024-08-14 19:58 UTC

This package is auto-updated.

Last update: 2024-11-06 18:01:27 UTC


README

Warning

This is still in a very early stage of development and should not be used in production.

All the core functionality for the shop+blogging sites.

Commands

To sync stripe tax codes run:

php artisan daugt:sync-stripe-tax-codes

Development

To add assets from this package to the main project during development you need to symlink the asset directory:

ln -s ../../vendor/daugtcms/core/public/vendor/daugt ./public/vendor/daugt

Production

To add assets from this package to the main project in production you need to publish the assets:

php artisan vendor:publish --tag=daugt-assets --force