Github Extension for Filament CMS Builder to auto import docs form Github repo
composer require tomatophp/filament-cms-github
after install your package please run this command
php artisan filament-cms-github:install
finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php
->plugin(\TomatoPHP\FilamentCmsGithub\FilamentCmsGithubPlugin::make())
you can publish config file by use this command
php artisan vendor:publish --tag="filament-cms-github-config"
you can publish views file by use this command
php artisan vendor:publish --tag="filament-cms-github-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="filament-cms-github-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="filament-cms-github-migrations"
Please see CHANGELOG for more information on what has changed recently.
Please see SECURITY for more information about security.
The MIT License (MIT). Please see License File for more information.