Support the ongoing development of Laravel.io →

xgenvn

Joined 16 May 2014

Statistics

Threads 0
Replies 11
Solutions 0
Articles 0

xgenvn has not posted any threads yet

replied 9 years ago

How to publish laravel?

I think this detail article can help you out: http://driesvints.com/blog/laravel-4-on-a-shared-host

0 Likes
replied 9 years ago

How to prevent duplicates on belongsTo/hasMany associative relationships.

You can use model event or boot method, attach checking routine on saving/updating event. public sta...

0 Likes
replied 9 years ago

How to check if date is not null

Use empty() instead? empty() and is_null() is kinda different in some contexts. For most of the time...

0 Likes
replied 9 years ago

Group a dataset by weeks

I don't understand the "grouping by weeks", is that week number by month (or year) or week...

0 Likes
replied 9 years ago

Lightbox Images Dynamically Created

I believe that you didn't try reading enough on Form documentation. For example, you can take a look...

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.