From fc446fb708cbff3a9a4c0861b99205e2a6889124 Mon Sep 17 00:00:00 2001 From: fahednamaa Date: Fri, 20 May 2022 23:52:38 +0400 Subject: [PATCH] initial release --- .idea/.gitignore | 8 ++++++++ .idea/laravel-model-test.iml | 12 ++++++++++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ README.md | 24 +++--------------------- 6 files changed, 43 insertions(+), 21 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/laravel-model-test.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/laravel-model-test.iml b/.idea/laravel-model-test.iml new file mode 100644 index 0000000..fedb937 --- /dev/null +++ b/.idea/laravel-model-test.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..28a804d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..d3d1d06 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 194c04f..7f3f02a 100644 --- a/README.md +++ b/README.md @@ -9,31 +9,13 @@ by [Checking my website](https://fahedaljghine.com/). ## Installation -- create `packages` Directory in the root of your app -- unzip `laravel-model-test.zip` in the `packages` directory you just created -- add `laravel-model-test` to your composer & add require for the package like this +You can install the package via composer: ```bash - //other composer stuff - - "repositories": [ - { - "type": "vcs", - "url": "packages/fahedaljghine/laravel-model-test" - } - ], - "require": { - "fahedaljghine/laravel-model-test": "dev-master", - //other packages - } - - //other composer stuff +composer require fahedaljghine/laravel-model-test ``` -- run `composer dump` -- run `composer update fahedaljghine/laravel-model-test` - you must publish package assets with: ```bash @@ -119,4 +101,4 @@ Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recen ## License -The MIT License (MIT). Please see [License File](LICENSE) for more information. \ No newline at end of file +The MIT License (MIT). Please see [License File](LICENSE) for more information.