gp247 / front
Process front for gp247
1.1.14
2025-05-04 07:42 UTC
Requires
- php: ^8.2
- gp247/core: ~1.1
README
Process front 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 via Composer:
composer require gp247/front
- Ensure the content in
routes/web.php
is removed or commented out:
// Route::get('/', function () { // return view('welcome'); // });
- 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.