Category: Development

0

Running Laravel 3 on PHP 5.5

If you just like me playing with Laravel since the old version, you might have some projects that are still running on Laravel 3 and if you try to debug it now day ,...

0

Laravel Tips from my recent projects

I been working for a few Laravel project recently, just to note down some of the interesting tips that I learn about recently It’s still ok to do multiple db connection pulling data ,...

2

Tips for using Parsleyjs

I been using parsley.js recently for some complex form validation , just want to share some of the tips that help. 1. If you checking on radio or checkbox as required field, using the...