gp247/front

Process front for gp247

1.2 2025-08-25 14:18 UTC

README

Front-end package 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 package

    composer require gp247/front

  2. Configure routing and exceptions for GP247, open bootstrap/app.php:

  • Comment out the web routes line:

    //GP247 comment
    //web: __DIR__.'/../routes/web.php',
  1. Register the service provider in bootstrap/providers.php:

    return [
        // ... existing providers
        GP247\Front\FrontServiceProvider::class,
    ];
  2. 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.