/cms-php

Ready-made example of a CMS for business

Primary LanguagePHP

🌐 CMS

📖 Description

This CMS is a template of real CMS which used in bussines administration. CMS include CRUD operation for staff, orders, products. In addition, CMS include tabels and charts with statistic about sales and prodit and expenses.

🛠 Technology stack

  • Backend: PHP
  • Frontend: HTML, CSS, JavaScript
  • Database: MySQL

Installation

  1. Clone the repository:
      git clone https://github.com/messsimo/cms_php.git
    
  2. Go to the project directory:
      cd cms_php
    
  3. Install Composer:
        composer install
    
  4. Setting up the .env file:
        cp .env.example .env
    
  5. Running Migrations:
        php artisan migrate
    
  6. Starting the server:
        php artisan serve
    

🛠 Features

  • 📋 CRUD Operations for Content Management — Manage pages, oreders, and categories with ease.
  • 🛒 Booking Management — Support for adding and editing booking entries and customer details.
  • 🌍 Integration with ChartJS — Interactiv statistic about bussines processes.

👤 About the Author

Hi, I'm Daniel Mihai, a Middle Fullstack Developer with experience in web development. My core skills include PHP (Laravel), JavaScript, HTML/CSS, MySQL, along with server configuration and API integration.

🤝 Contributing

Contributions, bug fixes, and feature requests are welcome! Please feel free to submit a pull request with a clear description of your changes. Let's improve this project together!