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-demo
composer install
cp .env.example .env
php artisan key:generate
SQLite (default):
cp database/database.sqlite.example database/database.sqlite
php artisan storage:link
php artisan app:restore
php artisan serve
Visit the URL shown in your terminal after starting the server.
Demo credentials:
- Username: [email protected]
- Password: 12345678
Credentials are automatically reset every 30 minutes.