Support the ongoing development of Laravel.io →

sgoodwin10

Joined 20 Mar 2014

Statistics

Threads 2
Replies 2
Solutions 0
Articles 0
posted 9 years ago

Cache a View with dynamic content

I am trying to work out how to cache a blade view, that has dynamic data. My concept is this: I have...

0 Likes
0 Replies

Override table prefix for one model

I have prefixes setup for my database: "pmt_" for a couple of tables, i want to override t...

0 Likes
7 Replies
replied 9 years ago

how to return value from controller to view?

try: {{ dd($oSales) }} and see what you get.

0 Likes
replied 10 years ago

Override table prefix for one model

my database config has the following: 'prefix' => 'pmt_', if i use this code: protected $tabl...

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.