Download the PHP package smartbooster/sonata-bundle without Composer
On this page you can find all versions of the php package smartbooster/sonata-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smartbooster/sonata-bundle
More information about smartbooster/sonata-bundle
Files in smartbooster/sonata-bundle
Download smartbooster/sonata-bundle
More information about smartbooster/sonata-bundle
Files in smartbooster/sonata-bundle
Vendor smartbooster
Package sonata-bundle
Short Description SMART BOOSTER Sonata setup
License MIT
Homepage https://github.com/smartbooster/sonata-bundle
Package sonata-bundle
Short Description SMART BOOSTER Sonata setup
License MIT
Homepage https://github.com/smartbooster/sonata-bundle
Please rate this library. Is it a good library?
Informations about the package sonata-bundle
SMARTBOOSTER - Sonata bundle
Installation
Add the bundle as dependency with Composer
Put this configuration inside your config/packages/smart_sonata.yaml
Check full configuration reference here
Enable the bundle in the kernel
Add frontend dependencies
Include styles
# 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';
Tailwind
Check the Tailwind documentation to enable it and use our tailwind templates.
What's inside !
- 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
Contributing
Pull requests are welcome.
Thanks to everyone who has contributed already.
This project is supported by SmartBooster
All versions of sonata-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
sonata-project/doctrine-orm-admin-bundle Version ^4.2
sonata-project/intl-bundle Version ^2.12 || ^3.0
doctrine/doctrine-fixtures-bundle Version ^3.4
symfony/webpack-encore-bundle Version ^1.15 || ^2.0
theofidry/alice-data-fixtures Version ^1.5
symfony/mailer Version ^5.4 || ^6.4
symfony/property-info Version ^5.4 || ^6.4
symfony/security-http Version ^5.4 || ^6.4
symfony/security-core Version ^5.4 || ^6.4
nelmio/security-bundle Version ^2.8 || ^3.0
yokai/security-token-bundle Version ^3.3
sentry/sentry-symfony Version ^4.1
symfony/expression-language Version ^4.4 || ^5.4 || ^6.0
smartbooster/core-bundle Version ^1.9.0
vich/uploader-bundle Version ^1.19 || ^2.3
yokai/enum-bundle Version ^4.1
sonata-project/doctrine-orm-admin-bundle Version ^4.2
sonata-project/intl-bundle Version ^2.12 || ^3.0
doctrine/doctrine-fixtures-bundle Version ^3.4
symfony/webpack-encore-bundle Version ^1.15 || ^2.0
theofidry/alice-data-fixtures Version ^1.5
symfony/mailer Version ^5.4 || ^6.4
symfony/property-info Version ^5.4 || ^6.4
symfony/security-http Version ^5.4 || ^6.4
symfony/security-core Version ^5.4 || ^6.4
nelmio/security-bundle Version ^2.8 || ^3.0
yokai/security-token-bundle Version ^3.3
sentry/sentry-symfony Version ^4.1
symfony/expression-language Version ^4.4 || ^5.4 || ^6.0
smartbooster/core-bundle Version ^1.9.0
vich/uploader-bundle Version ^1.19 || ^2.3
yokai/enum-bundle Version ^4.1
The package smartbooster/sonata-bundle contains the following files
Loading the files please wait ....