t-cms is a simple cms based on laravel.
git clone https://github.com/3tnet/t-cms.git
cd t-cms
composer install
OR
composer create-project 3tnet/t-cms
php artisan app:install
npm install
// install theme
cd themes/default
npm install
cd ../../
npm run dev
// Compile theme resources
npm run dev --theme:default
The T-cms is open-sourced software licensed under the MIT license.