Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
fahednamaa committed May 20, 2022
1 parent 5882a65 commit fc446fb
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 21 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/laravel-model-test.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 3 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
The MIT License (MIT). Please see [License File](LICENSE) for more information.

0 comments on commit fc446fb

Please sign in to comment.