Download the PHP package ryossi/feeldee-framework without Composer
On this page you can find all versions of the php package ryossi/feeldee-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package feeldee-framework
Feeldee Framework
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を利用しています。
All versions of feeldee-framework with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.2
laravel/framework Version ^10.38
hashids/hashids Version ^5.0
intervention/image Version ^2.7
paquettg/php-html-parser Version ^3.1
laravel/framework Version ^10.38
hashids/hashids Version ^5.0
intervention/image Version ^2.7
paquettg/php-html-parser Version ^3.1
The package ryossi/feeldee-framework contains the following files
Loading the files please wait ....