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.
- Host: GitHub
- URL: https://github.com/codeadamca/php-cms-skills
- Owner: codeadamca
- Created: 2023-02-22T19:52:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T21:38:49.000Z (over 1 year ago)
- Last Synced: 2025-06-03T00:04:33.988Z (about 1 year ago)
- Topics: cms, mysql, php
- Language: PHP
- Homepage:
- Size: 365 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

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