Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
mxp100 committed Sep 26, 2018
1 parent ad44956 commit 357937d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sleimanx2/plastic",
"name": "mxp100/plastic",
"license": "MIT",
"description": "Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch by providing a fluent syntax for mapping , querying and storing eloquent models.",
"keywords": ["elasticsearch","elastic","laravel","eloquent","model","ODM","mapper"],
Expand All @@ -9,6 +9,11 @@
"name": "Sleiman Sleiman",
"email": "sleiman@outlook.com",
"role": "Developer"
},
{
"name": "Yuriy Potemkin",
"email": "ysoft2000@gmail.com",
"role": "Developer"
}
],
"require": {
Expand Down
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
![Plastic Logo](http://i.imgur.com/PyolY7g.png)

Based on <https://github.com/sleimanx2/plastic>

> Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch, by providing a fluent syntax for mapping, querying, and storing eloquent models.
[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/sleimanx2/plastic) [![Build Status](https://travis-ci.org/sleimanx2/plastic.svg?branch=master&&refresh=2)](https://travis-ci.org/sleimanx2/plastic) [![StyleCI](https://styleci.io/repos/58264395/shield)](https://styleci.io/repos/58264395)
[![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/mxp100/plastic) [![Build Status](https://travis-ci.org/mxp100/plastic.svg?branch=master&&refresh=2)](https://travis-ci.org/mxp100/plastic) [![StyleCI](https://styleci.io/repos/146879172/shield)](https://styleci.io/repos/146879172)

> This package is still under active development and may change.
Expand All @@ -11,7 +13,7 @@
# Installing Plastic

```bash
composer require sleimanx2/plastic
composer require mxp100/plastic
```

If you are using **Laravel >=5.5** the service provider will be **automatically discovered** otherwise we need to add the plastic service provider to `config/app.php` under the providers key:
Expand Down

0 comments on commit 357937d

Please sign in to comment.