Skip to content

Commit

Permalink
Merge pull request #685 from hydephp/publications-feature
Browse files Browse the repository at this point in the history
Add a package that provides a publications feature
  • Loading branch information
caendesilva committed May 14, 2023
2 parents 2a3d196 + 9896fc2 commit 5e9e4ec
Show file tree
Hide file tree
Showing 73 changed files with 10,097 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .idea/develop.iml

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

7 changes: 6 additions & 1 deletion .idea/php.xml

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

1 change: 1 addition & 0 deletions README.md
Expand Up @@ -52,6 +52,7 @@ The two most important components are **Hyde** and **Framework**. We also use **
| **Hyde** | [Root directory](https://github.com/hydephp/develop)* | [hydephp/hyde](https://github.com/hydephp/hyde) | [hyde/hyde](https://packagist.org/packages/hyde/hyde) |
| **Framework** | [packages/framework](packages/framework) | [hydephp/framework](https://github.com/hydephp/framework) | [hyde/framework](https://packagist.org/packages/hyde/framework) |
| **Realtime Compiler** | [packages/realtime-compiler](packages/realtime-compiler) | [hydephp/realtime-compiler](https://github.com/hydephp/realtime-compiler) | [hyde/realtime-compiler](https://packagist.org/packages/hyde/realtime-compiler) |
| **Publications** | [packages/publications](packages/publications) | [hydephp/publications](https://github.com/hydephp/publications) | [hyde/publications](https://packagist.org/packages/hyde/publications) |
| **Testing** | [packages/testing](packages/testing) | [hydephp/testing](https://github.com/hydephp/testing) | [hyde/testing](https://packagist.org/packages/hyde/testing) |
| **UI Kit** | [packages/ui-kit](packages/ui-kit) | [hydephp/ui-kit](https://github.com/hydephp/ui-kit) | [hyde/ui-kit](https://packagist.org/packages/hyde/ui-kit) |
| **HydeFront** | [packages/hydefront](packages/hydefront) | [hydephp/hydefront](https://github.com/hydephp/hydefront) | [npm@hydefront](https://www.npmjs.com/package/hydefront) |
Expand Down
1 change: 1 addition & 0 deletions composer.json
Expand Up @@ -17,6 +17,7 @@
"require": {
"php": "^8.1",
"hyde/framework": "dev-master",
"hyde/publications": "dev-master",
"hyde/ui-kit": "dev-master",
"laravel-zero/framework": "^10.0"
},
Expand Down

0 comments on commit 5e9e4ec

Please sign in to comment.