Download the PHP package roy688/laravel-querylist without Composer
On this page you can find all versions of the php package roy688/laravel-querylist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-querylist
laravel-querylist
Laravel5 facade for QueryList.
-
This repository implements a simple ServiceProvider that makes a singleton instance of the QueryList easily accessible via a Facade in Laravel 5.5 package auto-discovery.
- jae-jae/QueryList for more information.
Requirements
- Laravel 5.5
Installation
composer require roy688/laravel-querylist
Usage
// ./routes/web.php
Route::get('/', function () {
$ql = QueryList::get('http://cms.querylist.cc/bizhi/453.html')->find('img')->attrs('src');
print_r($ql->all());
});
All versions of laravel-querylist with dependencies
PHP Build Version
Package Version
Requires
jaeger/querylist Version
^4.0
The package roy688/laravel-querylist contains the following files
Loading the files please wait ....