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

https://github.com/codeadamca/php-cms-skills

A skills module to easily add to the PHP CMS.
https://github.com/codeadamca/php-cms-skills

cms mysql php

Last synced: 2 months ago
JSON representation

A skills module to easily add to the PHP CMS.

Awesome Lists containing this project

README

          

# Skills Module for PHP CMS

> [!Warning]
> This repo is a work in progress!

This is a basic skills module basaed on the PHP CMS avalable in my [php-cms](https://github.com/codeadamca/php-cms) repo.

## Database

1. Create a skills table:

![Skills Table Structure](_readme/skills-table-structure.png)

2. Modify dashboard.php.
3. Add list, add, and edit to the amin.
4. Add index.php changes to the frontend.

***

## Repo Resources

* [php-cms](https://github.com/codeadamca/php-cms)
* [PHP](https://www.php.net/)