Support the ongoing development of Laravel.io →

VarnishingJam

Joined 21 Mar 2016

Statistics

Threads 0
Replies 4
Solutions 1
Articles 0

varnishingjam has not posted any threads yet

replied 7 years ago

How to persist data between views

There is the possibility to pass data from view to view via @include. @include('your_view', [ "...

0 Likes
replied 7 years ago

Laravel How does queue work ?

I guess you are looking for something like Supervisor. https://laravel.com/docs/5.4/queues#superviso...

0 Likes
replied 7 years ago

How to get URL with current project language like http://example.com/en

url(App::getLocale() . '/') or url(Config::get('app.locale') . '/')

0 Likes
Solved
replied 7 years ago

Simple Pagination on a Filtered Collection

$Pagination = new Illuminate\Pagination\LengthAwarePaginator($results, count($hikes), $perPage, $cur...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.