72

Product support

Get help in the theme support forum.

Categories

Orion Construction Theme for OctoberCMS

Orion Construction is a responsive, Tailwind-based OctoberCMS theme designed for modern construction and architecture websites. It features Tailor-powered sections, dynamic content management, and demo seed support for quick setup.

Pages of Orion

  • Home Page (3 variants)
  • About Us Page
  • Projects Page
  • Single Project Page
  • Services Page
  • Single Service Page
  • Careers Page
  • Blogs Page
  • Single Blog Page
  • Contact Page

Features of Orion

  • Tailor-powered dynamic content
  • Responsive and modern layout using Tailwind CSS
  • Modular section-based design, including:
    • Home Pages (3 variants)
    • Our Story Section
    • Our Services Section
    • Our Work Section for Projects
    • Why Us? Section
    • Testimonials Section
    • latest Blogs Section
    • Our Gallery Section
    • Footers (3 variants)

Installation Instructions

1. Install theme via admin panel (Real Estate Premium) or from terminal using command:

php artisan theme:install WebbyCrown.orion-construction

2. Activate the Theme

  • Go to Settings → Frontend Theme
  • Select and activate "Orion Construction"

3. Register Tailor Blueprints

php artisan tailor:refresh
php artisan tailor:list

4. Refresh the Plugin (if included)

cp -r themes/orion-construction/plugins/acme  /your/project/path/plugins
rm -rf themes/orion-construction/plugins
php artisan plugin:refresh Acme.Menu

5. Seed the Theme Data

php artisan theme:seed orion-construction

6. Seed Plugin Data (Menu Items etc.)

php artisan db:seed --class="Acme\\Menu\\Updates\\MenuItemsTableSeeder"

7. Seed Media via Tinker (Optional)

If using media seeder:

php artisan tinker

Then in the shell:

require base_path('themes/orion-construction/seeds/MediaSeeder.php');
seedMediaImages(); // if this is a global function
1.0.0

First release of the Orion theme

Aug 06, 2025