69

Product support

Get help in the theme support forum.

Categories

Metalpeak Theme for OctoberCMS

At Metalpeak theme, we make it easy to build stunning websites with zero hassle. Our theme comes packed with customizable sections for blogs, services, portfolios, testimonials, and more so you can focus on content, not complexity.

Pages of Metalpeak

  • Home Pages (3 variants)
  • About Us Page
  • Blog Pages (3 variants)
  • Single Blog Pages (3 variants)
  • Portfolio (3 variants)
  • Single Portfolio Page (1 variants)
  • Service Pages (2 variants)
  • Single Services Page (4 variants)
  • Contact Us Page
  • Team Page
  • Single Team Page
  • Testimonial Page
  • FAQ Page
  • Career Page
  • 404 Page

Features of Metalpeak

  • A rich selection of sets for building your site:

    • Blog Story Section
    • Tag Section for Blogs
    • Category Section for Blogs
    • Services Story Section
    • Portfolio Story Section
    • Category Section for Service
    • Tag Section for Service
    • Header Section

Installation Instructions

1. Install theme via admin panel or from terminal using command:

php artisan theme:install WebbyCrown.metalpeak

2. Activate the Theme

  • Go to Settings → Frontend Theme
  • Select and activate "Metalpeak"

3. Register Tailor Blueprints

php artisan tailor:refresh
php artisan tailor:list

4. Refresh the Plugin (if included)

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

5. Seed the Theme Data

php artisan theme:seed webbycrown-metalpeak

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/webbycrown-metalpeak/seeds/MediaSeeder.php');
seedMediaImages(); // if this is a global function
1.0.0

Initial release of the Metalpeak theme

Nov 08, 2025