https://github.com/bkstar123/bkscms
CMS with basic admin panel (both authentication & authorization)
https://github.com/bkstar123/bkscms
admin admin-management admin-panel adminlte authentication authorization cms laravel
Last synced: about 2 months ago
JSON representation
CMS with basic admin panel (both authentication & authorization)
- Host: GitHub
- URL: https://github.com/bkstar123/bkscms
- Owner: bkstar123
- Created: 2019-09-01T02:50:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:38:47.000Z (over 3 years ago)
- Last Synced: 2026-05-01T02:32:57.438Z (about 2 months ago)
- Topics: admin, admin-management, admin-panel, adminlte, authentication, authorization, cms, laravel
- Language: PHP
- Homepage:
- Size: 1.73 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bkstar123/bkscms
> 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:
- Admin Panel with authentication & authorization (see https://github.com/bkstar123/bkscms-admin-panel for details)
## 1. Installation
– Download the latest stable version:
```composer create-project --prefer-dist bkstar123/bkscms ```
– To download the dev-master branch (unstable):
```composer create-project --prefer-dist --stability dev bkstar123/bkscms ```
Update **.env** file with the necessary key/value settings such as database, queue, mail, google recaptcha and so on.
– Install BKSCMS project:
```
cd
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.