Support the ongoing development of Laravel.io →

KevinCreel

Joined 22 Feb 2014

Statistics

Threads 1
Replies 25
Solutions 5
Articles 0

Cached asset files during development not updating.

I'm using Phpstorm 8, php 5.5.13. I don't have opcache or any other cache enabled that I'm aware of...

0 Likes
4 Replies
replied 8 years ago

no secure urls

{{ URL::to('diag', $subcategory->id) }} or {{ URL::to('diag', $subcategory->id, 'false) }} The...

0 Likes
Solved
replied 8 years ago

Using Repository Pattern with Laravel

Depends. The problem with classing a class directly is that it couples your application to that clas...

0 Likes
replied 8 years ago

Laravel Eloquent method

Your customer model should have a history and address relationships. You can then return the data f...

0 Likes
replied 8 years ago

"You have arrived" message not showing but Laravel logo displaying

That's the new default view, welcome.blade.php

0 Likes
Solved
replied 8 years ago

Multiple data bases or best practice

Why not just create an institution table and add an institution_id foreign key in your other tables?...

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.