PHP is one of the languages for web development. PHP might not be as popular as Python or JavaScript, it is still currently active and used by many developers around the world. Top US technolo...
Packages are significantly important in adding functionality to your laravel project. As you may already see Carbon is also a package to handle date operation in laravel. Packages may vary based on...
In the previous post, I wrote about setting up a new project with laravel sail and docker on window 10 which is a new development model for these recent years. This is because of the...
One of the default functionality that should exist in software or web development is exporting data in different formats such as Ms.Excel, PDF, or Ms.Word. It becomes a norm for almost every softwa...
If you are making your website using laravel and finding the solution to translate your website for multiple languages, you can follow this post 4 simple steps to make your website support multi-la...
Amazon Simple Storage Service (Amazon S3) is storage for the internet. It's designed to make web-scale computing easier. Amazon S3 has a simple web services interface that you can use to s...
You may already know the powerful features and benefits of using Docker in your development and production environment. Docker is quite popular these days in the world of developers, software ...
In this post, I would like to write a small coding tip on how you can count the number of views on an article or post in the laravel application. There are some benefits of page views. It allows yo...