Published on October 29, 2019 How to get a domain name from the URL Snippets laravel how-to If you want to get the domain name from a url, this snippet might be helpful for you. Read more →
Published on October 20, 2019 How to display break in Laravel blade properly? Snippets laravel how-to laravel-blade If you use textarea and want to display break, the paragraph on the blade side here is the easiest way to do that, I guess. Read more →
Published on September 29, 2019 Laravel how to Merge Two Eloquent Collections? Snippets laravel laravel-helpers how-to laravel-eloquent If you want to merge two collections in Laravel eloquent, here is the easiest way to do that. Read more →
Published on September 24, 2019 Understanding Autoload and Namespace in PHP Laravel laravel php json If you come across from procedural PHP programming, __autoload__ and __namespace__ kind of confusing naming for you. To make it easier, today, I will take a deep dive into understanding autoload and namespace in PHP. Read more →