laravel-generic-file maintained by ideil
Last update
2017/04/05 18:00
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation >=2.0
- imagine/imagine ~0.6.0@dev
- ideil/generic-file 0.2.*
Last update
2017/04/05 18:00
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation >=2.0
- imagine/imagine ~0.6.0@dev
- ideil/generic-file 0.2.*
Last update
2017/04/05 15:05
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation >=2.0
- imagine/imagine ~0.6.0
- ideil/generic-file 0.2.*
Last update
2017/04/05 12:19
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation >=2.0
- imagine/imagine ~0.6.0
- ideil/generic-file 0.2.*
Last update
2017/04/05 10:59
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation >=2.0
- imagine/imagine ~0.6.0
- ideil/generic-file 0.2.*
Last update
2017/04/05 10:38
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation >=2.0
- imagine/imagine ~0.6.0
- ideil/generic-file 0.2.*
Last update
2017/04/05 09:43
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation >=2.0
- intervention/image 2.2.*
- ideil/generic-file 0.2.*
Last update
2016/12/06 11:09
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation >=2.0
- intervention/image 2.2.*
- ideil/generic-file 0.2.*
Last update
2016/08/02 15:28
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation >=2.0
- intervention/image 2.2.*
- ideil/generic-file 0.2.*
Last update
2016/08/02 14:10
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation >=2.0
- intervention/image 2.2.*
- ideil/generic-file 0.2.2
Last update
2016/02/11 14:03
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation 2.*
- intervention/image 2.2.*
- ideil/generic-file 0.2.2
Last update
2016/02/11 12:01
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation 2.*
- intervention/image 2.2.*
- ideil/generic-file 0.2.2
Last update
2016/01/20 10:30
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation 2.*
- intervention/image 2.2.*
- ideil/generic-file 0.2.2
Last update
2015/09/29 10:19
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation 2.*
- intervention/image 2.2.*
- ideil/generic-file 0.2.*
Last update
2015/09/29 10:09
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation 2.*
- intervention/image 2.2.*
- ideil/generic-file 0.2.*
Last update
2015/07/10 14:42
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation 2.*
- intervention/image 2.2.*
- ideil/generic-file 0.2.*
Last update
2015/07/07 16:58
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation 2.*
- intervention/image 2.2.*
- ideil/generic-file 0.2.*
Last update
2015/06/24 11:15
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation 2.*
- intervention/image 2.2.*
- ideil/generic-file 0.2.*
Last update
2015/06/24 11:15
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation 2.*
- intervention/image 2.2.*
- ideil/generic-file 0.2.*
Last update
2015/06/06 14:30
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation 2.*
- intervention/image 2.2.*
- ideil/generic-file 0.*@dev
Last update
2015/06/06 14:24
License
Require
- php >=5.4.0
- laravel/framework 5.*
- symfony/http-foundation 2.*
- intervention/image 2.2.*
- ideil/generic-file 0.*@dev
Last update
2015/04/28 14:01
License
Require
- php >=5.4.0
- laravel/framework 5.*
- ideil/generic-file 0.*
Last update
2015/04/23 11:31
License
Require
- php >=5.4.0
- laravel/framework 5.*
- ideil/generic-file dev-master
Last update
2015/04/22 23:26
License
Require
- php >=5.4.0
- laravel/framework 5.*
- ideil/generic-file dev-master
LaravelGenericFile
Also there is a version in Russian: README.ru.md
Requirements
This package currently requires php >= 5.4 and Laravel 5
Installation
LaravelGenericFile is distributed as a composer package, which is how it should be used in your app.
Install the package using Composer. Edit your project's composer.json file to require ideil/laravel-generic-file.
"require": {
"laravel/framework": "5.*",
"ideil/laravel-generic-file": "0.*"
}
Once this operation completes, the final step is to add the service provider. Open config/app.php, and add a new item to the providers array.
'Ideil\LaravelGenericFile\LaravelGenericFileServiceProvider'
Configuration files can be published and edited by running:
php artisan vendor:publish