Pageman CMS is an open-source package for Laravel that provides a simple content management system. It is designed to be easily integrated into your Laravel application and offers a range of features to manage content efficiently.
Install the package via Composer:
composer require tsrgtm/pageman
Publish the configuration file:
php artisan vendor:publish --provider="Tsrgtm\Pageman\PagemanServiceProvider"
Run the installation command:
php artisan pageman:install
Follow the on-screen instructions to complete the setup.
.env file to configure the database and other necessary settings.config/pageman.php file as needed./pageman/admin.Contributions are welcome! Please fork the repository and submit a pull request.
Pageman CMS is open-source software licensed under the MIT license.
For any questions or support, please contact [Your Name] at [Your Email].
How can I help you explore Laravel packages today?