An open API service indexing awesome lists of open source software.

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

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).