Rambling my thoughts and experience

Recent Posts

  • Posted by Shailesh Davara on March 03, 2015

    Solve CORS issue in the Laravel API(a dirty way)

    I’ve been developing an API in my favourite framework Laravel. It went very well. When I tried to consume that API in an another application, I come to a very known issue of CORS. I should also tell you that I was consuming this API in an Angular ...

  • Posted by Shailesh Davara on January 28, 2015

    Update application directory in homestead VM

    Laravel provides a great vagrant package “Homestead”. Its a great tool for running application locally across the different machines without worrying about software requirement.But recently, I came across a problem of updating my application direc...

  • Posted by Shailesh Davara on January 27, 2015

    PHP is no more inferior language

    I remember the time, when I was used to hate PHP and looking at PHP language as an inferior language. In addition, I have seen PHP developers feeling a great inferior quality in their life.I have not imagined anytime to work in php language, but w...

  • Posted by Shailesh Davara on November 11, 2014

    Attach events to Laravel Eloquent model

    In my earlier post of laravel eloquent, I told you that it’s a very powerful ORM. It comes with many functionalities that we could imagine to have with any ORM.One of the feature, we need is to have any way to hookup with model events.(i.e save, u...

  • Posted by Shailesh Davara on October 21, 2014

    Set Timezone in Laravel

    Now a days, I’m working with PHP and particularly with Laravel framework. I have worked in MS stacks for 5+ years and last year or so I moved in open-source technologies. Since then, I got a chance to work with Laravel framework.Though I am learni...