| Install | |
|---|---|
composer require mosweed/mosweed_shop_cms |
|
| Latest Version: | 1.1 |
| PHP: | ^8.2 |
In this document you will find an explanation on how to use the Mosweed CMS starter kit.
To use this package, you'll need:
Laravel framework 11
To use with Livewire v3
PHP 8.2 or higher
When installing this package, the following packages will be installed:
Mollie / mollie-api-php
Barryvdh/laravel-dompdf : *2.1.0
You can install the package via composer:
composer require Mosweed/Mosweed_shop_cms
Php artisan mosweed_shop_cms:install
mosweed_shop_cms:create_admin
This will create an admin role, allowing you to manage the CMS.mosweed_shop_cms:smtp_sitting
This will generate a new configuration, responsible for sending emails, and can also be managed in the CMS.After these commands, the following will be automatically installed:
npm installnpm run devphp artisan storage:linkAll old migrations, the User Model, errors folder in the view, and providers in the app will be removed.
The MIT License (MIT). Please see License File for more information.