Tomato PHP
Search
⌃K
📃

Tomato CMS

full CMS System to manage your content build for Tomato PHP

Installation

composer require tomatophp/tomato-cms
after installing your package please run this command
php artisan tomato-cms:install

Publish Assets

you can publish a config file by using this command
php artisan vendor:publish --tag="tomato-cms-config"
you can publish views file by using this command
php artisan vendor:publish --tag="tomato-cms-views"
you can publish languages file by using this command
php artisan vendor:publish --tag="tomato-cms-lang"
you can publish migrations file by using this command
php artisan vendor:publish --tag="tomato-cms-migrations"

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

Please see SECURITY for more information about the security.

Credits

License

The MIT License (MIT). Please see License File for more information.