PHPackages                             jampot5000/eloquent-scientist - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. jampot5000/eloquent-scientist

ActiveLibrary[Testing &amp; Quality](/categories/testing)

jampot5000/eloquent-scientist
=============================

Allow the Scientist library to be used with the Laravel PHP framework.

v1.0.0(9y ago)0111[1 PRs](https://github.com/jampot5000/eloquent-scientist/pulls)MITPHP

Since Sep 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jampot5000/eloquent-scientist)[ Packagist](https://packagist.org/packages/jampot5000/eloquent-scientist)[ RSS](/packages/jampot5000-eloquent-scientist/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Eloquent Scientist
==================

[](#eloquent-scientist)

Allows the [Scientist library](https://github.com/daylerees/scientist) to be used with the [Laravel PHP framework](https://laravel.com), and adds the migrations/models for storing the resulting information with eloquent.

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

[](#installation)

Require the latest version of Eloquent Scientist using [Composer](https://getcomposer.org/).

```
composer require jampot5000/eloquent-scientist

```

Next, add the service provider to the `providers` section of `config/app.php` in your Laravel project.

```
