
Introduction The Blade UI Kit is a collection of components that you could use in your Laravel Blade. The package was created by Dries Vints who is also a developer at Laravel. If you are not familiar with how Laravel Blade Components work, recommend...

Bobby Iliev

Introduction Using PHP OPcache is a great way to improve your overall performance. OPcache stores pre-compiled script bytecode in memory, which eliminates the need for PHP to load and parse scripts on every request. In this tutorial, you will learn h...

Bobby Iliev

Introduction Laravel 8 was released on September 8th along with Laravel Jetstream. Laravel Jetstream is a new application scaffolding for Laravel. Laravel Jetstream replaces the legacy Laravel authentication UI available for previous Laravel versions...

Bobby Iliev

What is new in Laravel 8?
PublishedIntroduction As of writing this post, Laravel 8 is still not officially out, but it was just announced at Laracon Online. Here is a list with some of the new excellent features that you will get with the new version 🔥 Models Directory Not long ago Ta...

Bobby Iliev

Introduction Warning! Unfortunately, Katacoda has been deprecated and is no longer available. Katacoda is an interactive technical learning platform. Katacoda provides environments that are accessible via the browser, with no need for configuration...

Bobby Iliev

The Top 5 Apps I Use Every Day
PublishedIntroduction There is a huge number of useful apps you can download. They could make your day more organized, better planed, less stressful. Besides, they would save you time. Here are my TOP 5 applications I use the most on my smartphone. I will be...

Bobby Iliev

Introduction The Laravel community has been growing exponentially, and there are a lot of fantastic packages out there. I recently came across a Laravel package that provides an artisan command to check the syntax of your blade templates. In this tut...

Bobby Iliev

Introduction If you are using git along with Github, Gitlab for example, you need to make sure that you do not include any sensitive information to your repositories like passwords or secrets. To do that, you need to have a gitignore file which inclu...

Bobby Iliev

Introduction No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate boring and repetitive daily tasks, so that you can focus on more productive a...

Bobby Iliev

Introduction There could be various reasons why you would need a free domain for your project. For example, having multiple side projects could be quite costly in case that your projects are not generating any income. So saving costs could be crucial...
