Parlons de votre projet

Catégorie

Partitech Sonata Extra Bundle

25 articles Page 3

Partitech Sonata Extra Bundle : Installation

Installation composer require partitech/sonata-extra Register the bundle in your bundles.php: Partitech\SonataExtra\PartitechSonataExtraBundle::class => ['all' => true], Intall assets for sonata page frontend {% block sonata_page_stylesheets %} <link rel="stylesheet" href="{{ asset('bundles/sonatapage/frontend.css') }}" media="all"> <link rel="stylesheet" href="{{ asset('bundles/partitechsonataextra/assets/styles/admin.css') }}" media="all"> {% endblock %} {% blo...