19 Ecosystem in Laravel Framework You Must Know - Part 1
Technologies   General Knowledge   Laravel   PHP  

19 Ecosystem in Laravel Framework You Must Know - Part 1

This article will shortly introduce the popular useful ecosystems in the Laravel framework you might not know about. As many companies worldwide use Laravel in their projects, and thousands of pack...

20 Jul 2022 SETHA THAY 1433
4 Popular PHP Frameworks for Web Development
Technologies   Laravel   PHP  

4 Popular PHP Frameworks for Web Development

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...

30 Aug 2021 SETHA THAY 1151
Simple Steps to Create Your First Laravel Package
Laravel   Tools   PHP  

Simple Steps to Create Your First Laravel Package

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...

04 Aug 2021 SETHA THAY 1436
CRUDBooster an effective CRUD generator to bootstrap laravel web application development
Codes   Laravel   Tools   PHP  

CRUDBooster an effective CRUD generator to bootstrap laravel web application development

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...

18 Jul 2021 SETHA THAY 2462
The best package to export data to excel in laravel
Codes   Laravel   Tools   PHP  

The best package to export data to excel in laravel

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...

17 Jul 2021 SETHA THAY 2054
Best way to show website language based on visitor location
Codes   Laravel   PHP  

Best way to show website language based on visitor location

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...

16 Jul 2021 SETHA THAY 2399
Laravel to Store Your Files to Amazon Simple Storage (AWS S3)
Technologies   Laravel   Tools   PHP  

Laravel to Store Your Files to Amazon Simple Storage (AWS S3)

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...

28 Jun 2021 SETHA THAY 3217
Begin New Project with Laravel Sail and Docker on Window 10
Technologies   Codes   Laravel   PHP  

Begin New Project with Laravel Sail and Docker on Window 10

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 ...

26 Jun 2021 SETHA THAY 15007


Scroll to Top