gp247 / front
Process front for gp247
Requires
- php: ^8.2
- gp247/core: ~1.2
This package is auto-updated.
Last update: 2025-08-30 16:00:38 UTC
README
Front-end package for GP247
composer require gp247/front
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
-
Install package
composer require gp247/front
-
Configure routing and exceptions for GP247, open
bootstrap/app.php
:
-
Comment out the web routes line:
//GP247 comment //web: __DIR__.'/../routes/web.php',
-
Register the service provider in
bootstrap/providers.php
:return [ // ... existing providers GP247\Front\FrontServiceProvider::class, ];
-
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.