Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Symfonycms Laravel Package

brangerieau/symfonycms

View on GitHub
Deep Wiki
Context7

Symfony CMS

🔨 Installation

Get the bundle using composer

The best way to install this bundle is to rely on Composer:

$ composer require brangerieau/symfonycms

Enable the bundle

Register the bundle in your application's kernel:

// config/bundles.php
<?php

return [
    /* ... */
    Brangerieau\SymfonyCmsBundle\SymfonyCmsBundle::class => ['all' => true],
];

Configuration

Routes

You must activate the custom routes of the bundle to be able to access the administration:

# config/routes.yaml
symfony_cms:
    resource: '@SymfonyCmsBundle/config/routes.yaml'

Assets

Activate assets to have a stylized on admin :

$ php bin/console assets:install

TODO : security.yaml

➕ Optional

Fixtures

If you want to add the fixtures from the bundle:

$ composer require --dev orm-fixtures
$ composer require --dev fakerphp/faker

# Load all fixtures :
$ php bin/console doctrine:fixtures:load

✍️ Authors

Symfony CMS was originally created by Brangerieau Thibaud.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor