Skip to content

E8team/t-cms

Repository files navigation


3t                             E8net

Build Status Total Downloads Latest Stable Version License

About t-cms

t-cms is a simple cms based on laravel.

完整中文文档

Install

1. Clone the source code or create new project.

git clone https://github.com/3tnet/t-cms.git
cd t-cms
composer install

OR

composer create-project 3tnet/t-cms

2. Run the cms install command, the command will run the migrate command and generate test data.

php artisan app:install

3. Installation frontend

npm install
// install theme
cd themes/default
npm install
cd ../../

4. Compile the frontend resources

npm run dev
// Compile theme resources
npm run dev --theme:default

License

The T-cms is open-sourced software licensed under the MIT license.