Self-hosted blog engine
- PHP 7.4+
- MySQL 5.7+
- Apache/Nginx
git clone https://github.com/AndreBest/Next Forge.git
cd Next Forge
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 Posts
- Title management
- Content management
- Author management
- Responsive design
- Search and filtering
- Form validation
MIT