tianrosandhy / base-cms
This package is abandoned and no longer maintained.
The author suggests using the tianrosandhy/autocrud-laravel package instead.
Base CMS from Laravel Framework.
v3.2.2
2020-06-20 04:11 UTC
Requires
- php: ^7.2
- doctrine/dbal: ^2.10
- fideloper/proxy: ^4.0
- guzzlehttp/guzzle: ^6.3
- intervention/image: ^2.4
- laravel/framework: ^6.0
- laravel/helpers: ^1.1
- laravel/socialite: ^4.2
- laravel/tinker: ^1.0
- maatwebsite/excel: ^3.1
- niklasravnsborg/laravel-pdf: ^4.0
- spatie/laravel-analytics: 3.8.*
- van-ons/laraberg: ^1.0
- wiratama/appearances: dev-master
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.2
- beyondcode/laravel-dump-server: ^1.0
- facade/ignition: ^1.4
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2022-03-30 12:45:22 UTC
README
Documentation now uploaded in public: Please open http://{base_url}/guide
Requirement
- PHP 7.2 >
- Check Laravel 6.0 requirement
- Extension GD & EXIF for image processing
Installation
- Run command composer create-project tianrosandhy/cms . in your current project directory
- Check your .env configuration. Make sure you give the right database connection, APP_URL must be set as your {base_url}, and the SMTP is in correct value (optional).
- If the database is empty, you will be automatically redirected to {base_url}/install when access {base_url} in browser.
- Fill the installation form, then after installation succeeded, you will be redirected to {base_url}/p4n3lb04rd. You can change the admin url in config cms.admin.prefix