Страницы · TomatoPHP
💽 Config
you can publish a config file by using this command
php artisan vendor:publish --tag="tomato-notifications-config"
you can publish views file by using this command
php artisan vendor:publish --tag="tomato-notifications-views"
you can publish languages file by using this command
php artisan vendor:publish --tag="tomato-notifications-lang"
you can publish migrations file by using this command
php artisan vendor:publish --tag="tomato-notifications-migrations"
Config File
php