allekslar / monofony-demo-backend
package based on Monofony/Demo for a quick demo of the backend
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.0
- allekslar/monofony-menu-extension: ^1.0
- api-platform/core: ^3.0
- nelmio/cors-bundle: ^2.2
- stof/doctrine-extensions-bundle: ^1.7
- sylius/locale-bundle: ^1.12
- sylius/taxonomy-bundle: ^1.12
- symfony/messenger: 6.2.*
- symfony/workflow: 6.2.*
Requires (Dev)
- symfony/config: 6.2.*
- symfony/http-kernel: 6.2.*
- symfony/phpunit-bridge: 6.2.*
- symplify/easy-coding-standard: ^11.2
This package is auto-updated.
Last update: 2024-11-09 20:51:05 UTC
README
Package based on Monofony/Demo designed to be installed on Monofony/Skeleton for a quick demo of the backend
Installation
If you have Composer installed globally.
composer require allekslar/monofony-demo-backend
Configure the plugin:
Copy the routing file monofony_demo_backend.yaml from the package folder ./config/copy/routes/ to your config/routes/
or run the command
composer run-script post-install -d ./vendor/allekslar/monofony-demo-backend
Extend config files:
Add SyliusTaxonomyBundle and SyliusLocaleBundle to config/bundles.php.
// config/bundles.php Sylius\Bundle\TaxonomyBundle\SyliusTaxonomyBundle::class => ['all' => true], Sylius\Bundle\LocaleBundle\SyliusLocaleBundle::class => ['all' => true],
Finish the installation by updating the database schema and installing assets and fixtures:
bin/console doctrine:migrations:diff bin/console doctrine:migrations:migrate bin/console assets:install bin/console doctrine:fixtures:load -n
Admin
Username: admin@example.com Password: admin
Run before uninstall:
composer run-script remove -d ./vendor/allekslar/monofony-demo-backend
License
This bundle is under the MIT license. See the complete license in the bundle