Support the ongoing development of Laravel.io →

TerrePorter

Joined 1 Oct 2014

Statistics

Threads 4
Replies 327
Solutions 36
Articles 0
posted 9 years ago

Vulnerability announced: update your Git clients

fyi, https://github.com/blog/1938-git-client-vulnerability-announced --- Dec. 18, 2014 A critical Gi...

0 Likes
0 Replies

My Homestead 2 setup on Windows

I created this thread as a reply to another to keep the topics separate but related. Here is how I s...

0 Likes
8 Replies
posted 9 years ago

beanstalk console

So I decided to try out the beanstalkd and the beanstalk console on my laravel homestead vm. I made...

0 Likes
3 Replies

Composer with GitHub project

Hello All, I'm trying to set up my composer to use my github to a project. I seem to be doing someth...

0 Likes
5 Replies
Solved
replied 6 years ago

Search where results only if value is not empty

I've not heard of this option whereIfIsNotEmpty, but if category is null (empty) you could use where...

0 Likes
replied 6 years ago

Run multiple domain with same laravel app but different config/.env

Take a look at https://stackoverflow.com/questions/38823145/laravel-custom-env-file

0 Likes
replied 6 years ago

How to pass a block of html data to all views

take a look at view shares, you can then assign the block of html to a variable and share that with...

0 Likes
replied 6 years ago

Laravel 5.4 Images from database not showing in view.

Your calling the image src path in two ways, {{asset('/images/' . $post->image)}} and {{ $post-&g...

0 Likes
replied 6 years ago

Get lang directory absolute path

You should be able to get the full path to the language folder with App::langPath()

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.