Posts | Laravel School - Learn Laravel, Vue.js, and Modern Web Technology Tutorials

All Posts

Handling rounding millisecond issue with `diffInSeconds()` in Time

The diffInSeconds() function has millisecond rounding issue. This tiny difference has many significant issue in time consuming application. Today I will show you how to solve it.

Write Test for Laravel Task Scheduler

Writing test for laravel task schedular is not straight forward. In the post, I will show you how to write test for laravel task schedular.

How to send email in Laravel 10

In this post, I will show you the step-by-step process and send an email from your Laravel 10 applications.

How to deploy Laravel project on cPanel 2023

In this post, I will show you how to upload or deploy a laravel project on cPanel or shared hosting 2023.

Practical Guide of Vim as primary developer

I have been using [vim](https://www.vim.org/) on top of [VS Code](https://code.visualstudio.com/) as a primary editor over last couple of years for my day to day job.

How to use PHP __call() Magic Method?

The PHP `__call()` magic method is an incredibly powerful tool for dynamic method handling and custom object behaviors.

Markdown to Slides with Marp for VS Code - A Comprehensive Tutorial

As a developer, presenting ideas to your group, team members, or managers is a common occurrence. Using tools like **Google Slides** or **PowerPoint** can be inconvenient for developers as they require adding code, diagrams, flowcharts, and other technical elements.

What is Data Transfer Object? Why do we use DTO in Laravel?

The very first question comes in my mind is that, what exactly Data Transfer Object?

How to integrate MermaidJs in Laravel Application

I have been using mermaid for a quite long time. Recently I feel interest to integrate mermaid in [Laravel](https://laravel.com), but there is no good tutorial how can you connect Mermaid in your laravel application. Therefore I am planning to write this article.

Markdown Explained - Benefits, Uses, and Capabilities

Markdown is a lightweight markup language used to format text in a plain text editor for easy conversion to HTML. It was originally created by [John Gruber](https://en.wikipedia.org/wiki/John_Gruber) in 2004 as a way to write and format content for the web in a simple and readable way.