Date Handling: How is it work and what can I do? Date handling in Laravel is never much easier than before. You can now cast in Eloquent using the $cast variable. The date handling is one of the trickiest things in the programming world.
End-user : The most powerful person of the world An end-user who does not know how an application works is the person we target for our products.
LTS, what is it and how it works LTS, short for Long Term Support, is widely used in software development and IT industries. In this post, I will explain LTS and how it functions.
Laravel Herd Pro - Think before you buy! It will be a second episode of Laravel Herd and Vagrant. Laravel Herd releases a premium version of Laravel Herd named Herd Pro.
Laravel test and the life of casting I am creating a set of Laravel tests for my old project, which has been up since 2017. I started writing the Laravel tests since the system has been running long with manual testing.
Necessary apps to install on new Linux box is on. I have used many Linux boxes and set up many servers. When a new Linux box is up, I install some necessary apps.
General error: 3780 Referencing column in laravel The error occured when there is two migration files between old Laravel and new Laravel codes.
Laravel Herd and Vagrant - How to choose Laravel Herd was announced this year by LaraconUS. It is an opt-in replacement for Laravel Valet. However, other competitors with fully virtualized development platforms, like Vagrant, will join the race.
Laravel Blade, when to use it? Blade is one built-in feature of Laravel, known as Laravel Blade. It is known as the template engine of the framework. Due to the massive release of JS frameworks, Laravel works with VueJS and ReactJS. I am familiar with Laravel Blade and a fan of simple monolith architecture. I have a belief. I like decoupling Frontend and Backend completely rather than mixing them all. Why Decoupled CMS than WordPress or Drupal?
Laravel vs Lumen, when to use it In API development, the best response time for API response is less than 150ms, according to Hubspot. That means your API response or the programming language you use for your API should be faster than 150ms. There is one question, will you use Laravel vs Lumen?