Download the PHP package webkid/cms without Composer
On this page you can find all versions of the php package webkid/cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor webkid
Package cms
Short Description Easy to use and light weight cms based on Laravel 5.5
License MIT
Package cms
Short Description Easy to use and light weight cms based on Laravel 5.5
License MIT
Please rate this library. Is it a good library?
Informations about the package cms
Get started
Implement Webkid\Cms\Models\Roleable
trait to User model
Copy assets to your public folder
Run migrations
Add role_id to fillable array of User model
Go to public/vendor/cms folder and run
Optional
Generate admin user via console
To use multi lang add Language middleware to web group
Add exception cookie lang
to App\Http\Middleware\EncryptCookies\
Add language switcher to your website.
Be sure that languages are in your config/langs.php
Example of controller
Example of dashboard extension
Example of repo
All versions of cms with dependencies
PHP Build Version
Package Version
Requires
cviebrock/eloquent-sluggable Version
^4.3
The package webkid/cms contains the following files
Loading the files please wait ....