Support ticket system
- PHP 7.4+
- MySQL 5.7+
- Apache/Nginx
git clone https://github.com/AndreBest/Php List.git
cd Php List
cp config.example.php config.php
# Edit config.php with your database credentials- Create a MySQL database
- Import the schema:
mysql -u root -p < schema.sql - Point your web server to the project directory
- Open in browser
- Full CRUD operations for Tickets
- Subject management
- Message management
- Priority management
- Responsive design
- Search and filtering
- Form validation
MIT