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 2378
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 4018
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 3082
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 3560
4 simple steps to make your website support multi languages in laravel
Technologies   Codes   Laravel  

4 simple steps to make your website support multi languages in laravel

The best websites require content that anyone can understand and communicate well with, not just only focus on design, that is why websites like Apple, Microsoft, Amazon take into consideration muc...

11 Jul 2021 SETHA THAY 3157
Super simple way to write log in Laravel
Codes   Laravel  

Super simple way to write log in Laravel

Yes, super simple !!! If you find other articles difficult to understand about writing log in laravel, here this post is for you. You can enable and help to understand what is happening inside...

09 Jul 2021 SETHA THAY 2409
Using JavaScript to Translate Your Static Website
Technologies   Codes   Laravel  

Using JavaScript to Translate Your Static Website

A static website contains web pages with fixed content. each page is coded in HTML and displays the same information to every visitor. A static site can be built by simply creating a few HTML ...

29 Jun 2021 SETHA THAY 29312
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 4479


Scroll to Top