LengthAwarePaginator::currentPage()

int currentPage() Determine the current page being paginated. Return Value int

LengthAwarePaginator::count()

int count() Get the number of items for the current page. Return Value int

LengthAwarePaginator::appends()

$this appends(array|string $key, string|null $value = null) Add a set of query string values to the paginator. Parameters array|string $key string|null $value Return Value $this

LengthAwarePaginator::appends()

$this appends(array|string $key, string|null $value = null) Add a set of query string values to the paginator. Parameters array|string $key string|null $value Return Value $this

LengthAwarePaginator::addQuery()

$this addQuery(string $key, string $value) Add a query string value to the paginator. Parameters string $key string $value Return Value $this

LengthAwarePaginator

LengthAwarePaginator class LengthAwarePaginator extends AbstractPaginator implements Arrayable, ArrayAccess, Countable, IteratorAggregate, JsonSerializable, Jsonable, LengthAwarePaginator (View source) Properties static string $defaultView The default pagination view. from AbstractPaginator static string $defaultSimpleView The default "simple" pagination view. from AbstractPaginator

LengthAwarePaginator

LengthAwarePaginator interface LengthAwarePaginator implements Paginator (View source) Methods string url(int $page) Get the URL for a given page. from Paginator $this appends(array|string $key, string|null $value = null) Add a set of query string values to the paginator. from Paginator $this|string fragment(string|null $fragment = null) Get / set the URL fragment to be appended to URLs. from Paginator string|null nextPageUrl() The the URL for the next page, or null. from Pag

Laravel Valet

Laravel Valet Introduction Valet Or Homestead Installation Upgrading Serving Sites The "Park" Command The "Link" Command Securing Sites With TLS Sharing Sites Viewing Logs Custom Valet Drivers Other Valet Commands Introduction Valet is a Laravel development environment for Mac minimalists. No Vagrant, No Apache, No Nginx, No /etc/hosts file. You can even share your sites publicly using local tunnels. Yeah, we like it too. Laravel Valet configures your Mac to always run Caddy in the back

Laravel Scout

Laravel Scout Introduction Installation Queueing Driver Prerequisites Configuration Configuring Model Indexes Configuring Searchable Data Indexing Batch Import Adding Records Updating Records Removing Records Pausing Indexing Searching Where Clauses Pagination Custom Engines Introduction Laravel Scout provides a simple, driver based solution for adding full-text search to your Eloquent models. Using model observers, Scout will automatically keep your search indexes in sync with your E

Laravel Homestead

Laravel Homestead Introduction Installation & Setup First Steps Configuring Homestead Launching The Vagrant Box Per Project Installation Installing MariaDB Daily Usage Accessing Homestead Globally Connecting Via SSH Connecting To Databases Adding Additional Sites Configuring Cron Schedules Ports Network Interfaces Introduction Laravel strives to make the entire PHP development experience delightful, including your local development environment. Vagrant provides a simple, elegant way t