ryossi / feeldee-framework
Feeldee Framework - Laravel based experience CMS development framework.
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 17
pkg:composer/ryossi/feeldee-framework
Requires
- php: ^8.2
- hashids/hashids: ^5.0
- intervention/image: ^2.7
- laravel/framework: ^10.38
- paquettg/php-html-parser: ^3.1
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2025-10-26 23:08:44 UTC
README
feeldee-frameworkは、日記、フィールドノートなどの趣味や特定の活動に特化したCMSを構築するためのLaravelパッケージです。
利用者
導入方法
composer require ryossi/feeldee-frameworkでパッケージを追加します。php artisan migrateでテーブルを作成します。- (オプション)
php artisan vendor:publishを実行するとconfig/feeldee.phpのサンプルが配置されます。
使用方法
feeldeeの概念や具体的な機能については、wikiを参照してください。
開発者
導入方法
git clone ryossi/feeldee-frameworkでパッケージをダウンロードします。composer installでPHPの依存パッケージをインストールします。
テスト環境
通常のテストは、コマンドプロンプトで以下のコマンドを実行してください。
./vendor/bin/phpunit --testsuite Feature
XDebug利用
cp .env.example .envで.envをコピーして設定をカスタマイズしてください。docker compose up -dでテストコンテナを起動してください。docker exec -it feeldee-framework bashでテストコンテナに入ります。- ソースコードの必要な部分にブレイクポイントを設定します。
- テストコンテナのコマンドプロンプトで
./vendor/bin/phpunit --testsuite Featureを実行してください。 - 最後に
docker compose downでテストコンテナを終了します。
ライセンス
このプラグインは、MIT licence.のもとで公開されています。
参考
- テスト環境には、Testbenchを利用しています。