定制 iddigitalagency/starterkit 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

iddigitalagency/starterkit

最新稳定版本:1.0.0

Composer 安装命令:

composer create-project iddigitalagency/starterkit

包简介

ID Digital Filament Starter Kit

README 文档

README

  1. TODO::Still have to deploy this to packagist. For now, clone the Project from github.
composer create-project iddigital/starter
  1. Install dependencies

    composer install
  2. NPM install

    npm install && npm run build
  3. copy Environment file

    cp .env.example.
  4. Configure database settings

    DB_CONNECTION=mysql
    DB_HOST=127.0.01
    DB_PORT=3306
    DB_DATABASE=starter
    DB_USERNAME=root
    DB_PASSWORD=password
    
  5. (Optional) Add Sign in by Google configuration

    GOOGLE_CLIENT_ID={clientID}
    GOOGLE_CLIENT_SECRET={clientSecret}
    GOOGLE_REDIRECT_URI=https://starter.test/admin/oauth/callback/google
    
  6. Run Installation Command

    php artisan key:generate && php artisan starter:install
  7. Acccess admin panel.

    If you are using laravel Herd:

    http(s)://{foldername}.test/admin
    

    Note: Installer script creates admin@admin.com / password credentials. You can use this account to create actual users in stating and production servers. Developer login is also added - refer to step 6 to enable. Please make sure that the google app credentials is only allowed to be used by @iddigital.com.au accounts

Manage Pages

To manage frontend pages: https://starter.test/admin/pages

Page customisation

Pages was customised to included Meta Fields. Page fields can also customisable. You can do this by updating the \App\Filament\Fabricator\PageResource. Please note that Page model and database tables need to be updated accoringly

Layout

Starter Kit comes with only a Default Layout. You can add a new layout using this command:

php artisan filament-fabricator:layout AdditionalLayout

Refer to this documentation for more info: https://v2.filamentphp.com/plugins/fabricator#layouts

Blocks

Starter Kit comes with a few basic Blocks. You can add a new block using this command:

php artisan filament-fabricator:block MyBlock

Page Blocks is fully customisable. Refer to the documentation for more details: https://v2.filamentphp.com/plugins/fabricator#page-blocks

Roles

Starter Kit comes with Super Admin and Developer Roles and seeded with the initial permissions. If necessary, you can add more roles and custom permissions.

Refer to the plugin documentation for more info: https://filamentphp.com/plugins/bezhansalleh-shield

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-08-11