Support the ongoing development of Laravel.io →

zimoonline

Joined 2 Jan 2014

Statistics

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

Nothing happens when i change something in app

So i have deployed app with dploy.io, and everything works fine. Then i changed routes to test if it...

0 Likes
0 Replies

How can i fetch dynamic ip address ?

I have this $location = GeoIP::getLocation('46.188.214.51'); my table looks like this | id | mood...

0 Likes
1 Replies

Escaping with blades doesn't work

I have simple app http://www.zimoonline.com/clients/howdoyou and for output i have set route with bl...

0 Likes
5 Replies

Updating exactly the same DB query

I have two rows, one for moods, and count. If user submit the same input i.e. "happy" then...

0 Likes
0 Replies

Removing comma from laste array

How can i remove ',' from last array? <h1>You are entered @foreach($splits as $split)...

0 Likes
6 Replies
Solved
replied 9 years ago

How can i fetch dynamic ip address ?

I read docs, and i'm getting IP, but i have foreach which represent all of my ip's in blade. It kind...

0 Likes
replied 9 years ago

Escaping with blades doesn't work

Yes @opb, and the problem is solved. I don't know how, but it just worked after few hours of struggl...

0 Likes
replied 9 years ago

Escaping with blades doesn't work

@araceus2000 i'm outputing just DB query, nothing more than that, but if someone puts <script>...

0 Likes
replied 9 years ago

Removing comma from laste array

tonydew said: {{ implode(",", $splits) }} = no space. {{ implode(", ", $splits)...

0 Likes
replied 9 years ago

Removing comma from laste array

gpluess said: Is this an option? {{ implode(",", $splits) }} how can i set two rules, fo...

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.