Skip to content

Commit

Permalink
docs: add installation to readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezcasas committed Aug 5, 2024
1 parent 2d8b8f4 commit b4c1141
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/criteria-from-laravel-request/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@

# 🔒 Read-only repository
Any modification must be done in the [main repository](https://github.com/CodelyTV/php-criteria).

## 📥 Installation

```sh
composer require codelytv/criteria-from-laravel-request
```
6 changes: 6 additions & 0 deletions packages/criteria-from-symfony-request/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@

# 🔒 Read-only repository
Any modification must be done in the [main repository](https://github.com/CodelyTV/php-criteria).

## 📥 Installation

```sh
composer require codelytv/criteria-from-symfony-request
```
6 changes: 6 additions & 0 deletions packages/criteria-from-url/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@

# 🔒 Read-only repository
Any modification must be done in the [main repository](https://github.com/CodelyTV/php-criteria).

## 📥 Installation

```sh
composer require codelytv/criteria-from-url
```
6 changes: 6 additions & 0 deletions packages/criteria-test-mother/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@

# 🔒 Read-only repository
Any modification must be done in the [main repository](https://github.com/CodelyTV/php-criteria).

## 📥 Installation

```sh
composer require codelytv/criteria-test-mother
```
6 changes: 6 additions & 0 deletions packages/criteria-to-doctrine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@

# 🔒 Read-only repository
Any modification must be done in the [main repository](https://github.com/CodelyTV/php-criteria).

## 📥 Installation

```sh
composer require codelytv/criteria-to-doctrine
```
6 changes: 6 additions & 0 deletions packages/criteria-to-elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@

# 🔒 Read-only repository
Any modification must be done in the [main repository](https://github.com/CodelyTV/php-criteria).

## 📥 Installation

```sh
composer require codelytv/criteria-to-elasticsearch
```
8 changes: 7 additions & 1 deletion packages/criteria-to-eloquent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,14 @@
</p>

<h1 align="center">
🎼 Criteria to Doctrine
🎼 Criteria to Eloquent
</h1>

# 🔒 Read-only repository
Any modification must be done in the [main repository](https://github.com/CodelyTV/php-criteria).

## 📥 Installation

```sh
composer require codelytv/criteria-to-eloquent
```
6 changes: 6 additions & 0 deletions packages/criteria/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@

# 🔒 Read-only repository
Any modification must be done in the [main repository](https://github.com/CodelyTV/php-criteria).

## 📥 Installation

```sh
composer require codelytv/criteria
```

0 comments on commit b4c1141

Please # to comment.