PHP code example of webduonederland / filament-cms
1. Go to this page and download the library: Download webduonederland/filament-cms library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
webduonederland / filament-cms example snippets
bash
php artisan filament:assets
bash
php artisan vendor:publish --provider="WebduoNederland\FilamentCms\FilamentCmsServiceProvider" --tag="config"
bash
php artisan migrate
json
"post-autoload-dump": [
// ...
"@php artisan filament:upgrade"
],
bash
php artisan filament-cms:create-user
bash
php artisan filament-cms:create-component