https://github.com/sbthdr/qixcms
Content management system with Laravel 8
https://github.com/sbthdr/qixcms
blog bootstrap cms jquery laravel
Last synced: 3 months ago
JSON representation
Content management system with Laravel 8
- Host: GitHub
- URL: https://github.com/sbthdr/qixcms
- Owner: SBTHDR
- Created: 2021-12-02T15:39:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T09:44:17.000Z (over 4 years ago)
- Last Synced: 2025-08-30T02:33:52.032Z (10 months ago)
- Topics: blog, bootstrap, cms, jquery, laravel
- Language: PHP
- Homepage: http://obscure-wave-41298.herokuapp.com
- Size: 1.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QixCms
## About Repository
QixCms is a content management system. built with Laravel 8
## Demo
[QixCms](http://obscure-wave-41298.herokuapp.com/)
## Tech
- Laravel 8
- Bootstrap 4
- Select 2
## Features
- User, Category, Tag and Post CRUD, Pagination
- Login, Register using default auth
- Search blog Post
## Installation
- `git clone https://github.com/SBTHDR/qixcms.git`
- `cd qixcms/`
- `composer install`
- `cp .env.example .env`
- Update `.env` and set your database credentials
- `php artisan migrate`
- `php artisan db:seed`
- `npm install`
- `npm run dev`
- `php artisan serve`
## License
[MIT license](https://opensource.org/licenses/MIT).