daugtcms / core
An easy to understand CMS for sites including course management and a shop.
0.0.3
2024-08-14 19:58 UTC
Requires
- php: ^8.3
- laravel/framework: ^v11.0
- laravel/horizon: ^5.27
- league/flysystem-aws-s3-v3: ^3.0
- livewire/livewire: ^3.0
- plank/laravel-mediable: ^6.0
- spatie/eloquent-sortable: ^4.0
- spatie/laravel-data: ^4.1
- spatie/laravel-google-fonts: ^1.0
- spatie/laravel-honeypot: ^4.4
- spatie/laravel-permission: ^6.1
- spatie/laravel-sluggable: ^3.5
- spatie/laravel-stripe-webhooks: ^3.6
- stripe/stripe-php: ^15.0
- symfony/http-client: ^7.0
- symfony/postmark-mailer: ^7.0
- ueberdosis/tiptap-php: ^1.3
- wire-elements/modal: ^2.0
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