3tnet / t-cms
t-cms
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 39
Watchers: 5
Forks: 8
Open Issues: 0
Type:project
Requires
- php: >=5.6.4
- appstract/laravel-opcache: ^1.1
- davejamesmiller/laravel-breadcrumbs: ^3.0
- dingo/api: 1.0.x@dev
- laracasts/presenter: ^0.2.1
- laravel/framework: 5.4.*
- laravel/tinker: ~1.0
- mews/purifier: ^2.0
- overtrue/laravel-filesystem-qiniu: ^0.0.2
- predis/predis: ^1.1
- spatie/laravel-pjax: ^1.3
- ty666/laravel-theme: ^1.0
- ty666/laravel-ueditor: ^2.0
- ty666/picture-manager: ^2.0
- zizaco/entrust: dev-master
Requires (Dev)
- barryvdh/laravel-ide-helper: ^2.3
- fzaninotto/faker: ~1.4
- itsgoingd/clockwork: ~1.13
- mockery/mockery: 0.9.*
- phpunit/phpunit: ~5.7
This package is not auto-updated.
Last update: 2021-01-15 02:35:18 UTC
README
此项目已过时 新项目:https://github.com/3tnet/tiny
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.