bkstar123/bkscms

A Laravel based generic content management system (CMS).

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 29

Type:project

1.0.18 2021-01-18 17:52 UTC

This package is auto-updated.

Last update: 2024-04-04 11:18:07 UTC


README

This is a Laravel based generic content management system (CMS) which is integrated with AdminLTE for UI part. The features are very basic and it only serves for the purpose of saving you from doing some boilerplate coding.

For the time of writing, the following features are included:

1. Installation

– Download the latest stable version:
composer create-project --prefer-dist bkstar123/bkscms <your-project>

– To download the dev-master branch (unstable):
composer create-project --prefer-dist --stability dev bkstar123/bkscms <your-project>

Update .env file with the necessary key/value settings such as database, queue, mail, google recaptcha and so on.

– Install BKSCMS project:

cd <your project>  
php artisan bkscms:install

Visit the application in browsers and log in to it with the credentials superadmin/superadmin1@. Then, create a real user and assign it with superadmins role. Finally, disable the default superadmin & administrator user for security reason.