Download the PHP package tbitencourt/laravel-repository-eloquent without Composer

On this page you can find all versions of the php package tbitencourt/laravel-repository-eloquent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-repository-eloquent

Laravel Repository Eloquent

Latest Stable Version Total Downloads Build Status License

Easy MVC repository with Eloquent for Laravel 5 or later, an useful tool to combine with Laravel Eloquent classes.

Table of Contents

Installation

Laravel compatibility

Laravel laravel-repository-eloquent
5.2.x-5.8.x (PHP 7 required) 1.0.x (deprecated)
5.2.x-6.0.x (PHP 7 required) 1.1.x (deprecated)
5.2.x-7.0.x (PHP 7 required) 1.2.x

PHP 7 compatibility

PHP laravel-repository-eloquent
7.0.x-7.3.x 1.0.x
7.0.x-7.4.x 1.1.x
7.0.x-7.4.x (Except 7.2.x) 1.2.x

Composer

Install the package via composer: composer require tbitencourt/laravel-repository-eloquent

Manually

Since Laravel 5.5, the service provider and facade will automatically get registered. For older versions of the framework, follow the steps below:

Register the service provider in config/app.php

Config

In order to edit the default configuration (where for e.g. you can find supportedLocales) for this package you may execute:

After that, config/repository.php will be created. Inside this file you will find all the fields that can be edited in this package.

Usage

The first step is to store your repositories somewhere - anywhere. These will be simple declaration to start using it.

Here's an example of a repository.

That's it! You're done. Now, within your controller and services, you can do:

Notice how the call to the repository methods are equal to Eloquent so you doesn't need to learn new commands and proper use MVC repository.

Changelog

View changelog here -> changelog

License

Laravel Localization is an open-sourced laravel package licensed under the MIT license

Have fun!

Thales


All versions of laravel-repository-eloquent with dependencies

PHP Build Version
Package Version
Requires php Version ~7.0.0||~7.1.0||~7.3.0||~7.4.0
laravel/framework Version ~5.2.0||~5.3.0||~5.4.0||~5.5.0||~5.6.0||~5.7.0||~5.8.0||^6.0.0||^7.0.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tbitencourt/laravel-repository-eloquent contains the following files

Loading the files please wait ....