composer require smartbooster/sonata-bundle
Put this configuration inside your config/packages/smart_sonata.yaml
smart_sonata:
sender:
address: '[email protected]'
Check full configuration reference here
<?php
return [
Smart\SonataBundle\SmartSonataBundle::class => ['all' => true],
];
yarn add bootstrap-sass --dev
# Copy and customize your colors
cp smartbooster/sonata-bundle/assets/styles/_variables.scss assets/admin/styles/_variables.scss
# Incluse smart sonata styles in your file (ex: assets/admin/styles/main.scss)
@import "variables";
@import 'smartbooster/sonata-bundle/assets/styles/main';
Check the Tailwind documentation to enable it and use our tailwind templates.
- Default styles for sonata admin
- Mailer component with an autogenerated documentation of all emails
- Basic security class to handle User model in your database and controller actions for
- login
- forgot and reset password
- a profile for the sonata admin interface
- subscriber to handle automatically last login date
- Provide an easy way to administrate your app parameters through each environment with the following tools :
- A configuration template to define all parameters that need to exist in your application with their default value
- A Command to use on CD to generate missing parameters
- A Parameter Entity to store your parameters in database
- An Admin to easily edit the value of your parameters and more data related to them
Pull requests are welcome.
Thanks to everyone who has contributed already.
This project is supported by SmartBooster