Process front for gp247
composer require gp247/front

Total Downloads Latest Stable Version License

Introduction

GP247/Front is a comprehensive CMS (Content Management System) package for businesses, providing features:

  • Page Content Management
  • Flexible Template System
  • Extensible Plugin System
  • Navigation & Link Management
  • Integrated Contact & Subscription Forms

Installation

  1. Install via Composer:
composer require gp247/front
  1. Ensure the content in routes/web.php is removed or commented out:
// Route::get('/', function () {
//     return view('welcome');
// });
  1. Register the service provider in bootstrap/providers.php:
return [
    // ... existing providers
    GP247\Front\FrontServiceProvider::class,
];
  1. Run the installation command:
php artisan gp247:front-install

Key Features

Page Management

  • Create and manage static pages
  • SEO support for each page
  • Access control

Interface

  • Flexible Template System
  • Customizable layouts for each section
  • Responsive design
  • Admin interface customization:
    php artisan vendor:publish --tag=gp247:view-front-admin
    
    Views will be stored at: resources/views/vendor/gp247-front
  • Update Default template views:
    php artisan vendor:publish --tag=gp247:view-front-template
    
    Views will be stored at: app/GP247/Templates/Default

Extensions

  • Plugin support
  • Custom module integration
  • API for feature development

Documentation

For detailed documentation, visit documentation

License

The GP247/Front is open-sourced software licensed under the MIT license.