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:
Views will be stored at:php artisan vendor:publish --tag=gp247:view-front-admin
resources/views/vendor/gp247-front
- Update Default template views:
Views will be stored at:php artisan vendor:publish --tag=gp247:view-front-template
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.