PHPackages                             jorarmarfin/laravel-dspace - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jorarmarfin/laravel-dspace

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jorarmarfin/laravel-dspace
==========================

Comunicación con Dspace

0.0.4(6y ago)091MITPHPPHP &gt;=5.6.4CI failing

Since Feb 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jorarmarfin/laravel-dspace)[ Packagist](https://packagist.org/packages/jorarmarfin/laravel-dspace)[ RSS](/packages/jorarmarfin-laravel-dspace/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (5)Used By (0)

Laravel Dspace
==============

[](#laravel-dspace)

[![Latest Stable Version](https://camo.githubusercontent.com/74cc2969f94001a77dc875ef7927dc6d2923ba787cbd362980f7ac022041b4a8/68747470733a2f2f706f7365722e707567782e6f72672f6a6f7261726d617266696e2f6c61726176656c2d6473706163652f762f737461626c65)](https://packagist.org/packages/jorarmarfin/laravel-dspace)[![Total Downloads](https://camo.githubusercontent.com/4cbc87c4c761aac21ffadb33791615fad69430535d4f05ec1518be5d1c9ca876/68747470733a2f2f706f7365722e707567782e6f72672f6a6f7261726d617266696e2f6c61726176656c2d6473706163652f646f776e6c6f616473)](https://packagist.org/packages/jorarmarfin/laravel-dspace)[![Latest Unstable Version](https://camo.githubusercontent.com/d9af4ec60560938c73a352f11d71a9702c45d91a49371ec655faca2ef3a14d7e/68747470733a2f2f706f7365722e707567782e6f72672f6a6f7261726d617266696e2f6c61726176656c2d6473706163652f762f756e737461626c65)](https://packagist.org/packages/jorarmarfin/laravel-dspace)[![License](https://camo.githubusercontent.com/e7bef28feb0dadda94fe0bf1395adde5f7338ee492c7188b73d9ec24b8cdb888/68747470733a2f2f706f7365722e707567782e6f72672f6a6f7261726d617266696e2f6c61726176656c2d6473706163652f6c6963656e7365)](https://packagist.org/packages/jorarmarfin/laravel-dspace)[![Monthly Downloads](https://camo.githubusercontent.com/59dfd1b846e0bb5019c7c47d3f680d9411f1df7a70513438922cf1ea9cb13d3a/68747470733a2f2f706f7365722e707567782e6f72672f6a6f7261726d617266696e2f6c61726176656c2d6473706163652f642f6d6f6e74686c79)](https://packagist.org/packages/jorarmarfin/laravel-dspace)[![Daily Downloads](https://camo.githubusercontent.com/64c6ae6575c892df9db7e8023b0821227b103c9ea1a384d23f62c84e16d3c921/68747470733a2f2f706f7365722e707567782e6f72672f6a6f7261726d617266696e2f6c61726176656c2d6473706163652f642f6461696c79)](https://packagist.org/packages/jorarmarfin/laravel-dspace)[![composer.lock](https://camo.githubusercontent.com/df892b6a3dc8d72c6cb886b0abf22e37f7b62e2bd538a242be47da33cde9a8a7/68747470733a2f2f706f7365722e707567782e6f72672f6a6f7261726d617266696e2f6c61726176656c2d6473706163652f636f6d706f7365726c6f636b)](https://packagist.org/packages/jorarmarfin/laravel-dspace)

Installation
------------

[](#installation)

The LaravelYoutube service provider can be installed via [composer](http://getcomposer.org) by requiring the `jorarmarfin/laravel_youtube` package in your project's composer.json.

Laravel 5.5+ will use the auto-discovery function.

```
{
    "require": {
        "jorarmarfin/laravel-dspace": "0.0.1"
    }
}
```

If you don't use auto-discovery you will need to include the service provider / facade in `config/app.php`.

```
'providers' => [
    //...
    JorarMarfin\LaravelDspace\LaravelDspaceServiceProvider::class,
]
```

Vendor publish
--------------

[](#vendor-publish)

By default, LaravelDspace will connect to , you can change this and the other settings in the configuration file. You can add the elasticquent.php config file at /app/config/dspace.php, this package has a table (resource) where to harvest the information from the dspace that is why you must run the migration before using the method

```
php artisan vendor:publish --provider="JorarMarfin\LaravelDspace\LaravelDspaceServiceProvider"
```

```
