A demonstration project for InspireCMS, a powerful content management system built with Laravel.
- PHP 8.0 or higher
- Composer
- SQLite (or MySQL/PostgreSQL)
git clone https://github.com/yourusername/inspirecms-demo.git
cd inspirecms-democomposer installcp .env.example .env
php artisan key:generateSQLite (default):
cp database/database.sqlite.example database/database.sqlitephp artisan storage:linkphp artisan app:restorephp artisan serveVisit the URL shown in your terminal after starting the server.
Demo credentials:
- Username: [email protected]
- Password: 12345678
Credentials are automatically reset every 30 minutes.