Skip to content

solutionforest/Inspirecms-demo-site

Repository files navigation

InspireCMS Demo

A demonstration project for InspireCMS, a powerful content management system built with Laravel.

Prerequisites

  • PHP 8.0 or higher
  • Composer
  • SQLite (or MySQL/PostgreSQL)

Installation

1. Clone the repository

git clone https://github.com/yourusername/inspirecms-demo.git
cd inspirecms-demo

2. Install dependencies

composer install

3. Configure the application

cp .env.example .env
php artisan key:generate

4. Setup the database

SQLite (default):

cp database/database.sqlite.example database/database.sqlite

5. Create storage link

php artisan storage:link

6. Setup sample data

php artisan app:restore

7. Start the development server

php artisan serve

Access the application

Visit the URL shown in your terminal after starting the server.

Demo credentials:

Credentials are automatically reset every 30 minutes.

About

This is InspireCMS Demo Site https://inspirecms.net

Resources

Stars

Watchers

Forks

Languages