Duilio Palacios

I am a PHP/Laravel developer and teacher. I created Styde.net, a website dedicated to teach PHP, Laravel, Vue.js and other web technologies to the Spanish community.

7 Tips to Prevent, Detect, and Fix Bugs In Your Code image

7 Tips to Prevent, Detect, and Fix Bugs In Your Code

Let’s go over seven tips for writing better code.

Read article
Dynamic templates in Laravel Blade with View::first image

Dynamic templates in Laravel Blade with View::first

Laravel 5.5 adds a new View::first option that allows you to pass an array of templates as the first argument and it will load the first template it f...

Read article