top of page
Search
The Tech Platform
Sep 28, 2023
How to run PHPUnit in Laravel?
Running PHPUnit in Laravel 5.5 allows you to test your application's code and ensure its correctness. PHPUnit is a popular testing...
The Tech Platform
Jun 30, 2022
Introduction to Laravel Admin Panels
Using the Laravel admin panel, developers can cut out the bulk of manual programming work with prebuilt dashboard functions. This gives...
The Tech Platform
Nov 19, 2021
How to Extract Any Text From a Pdf in Laravel
Portable Document Format (PDF) is a popular file format used for sharing documents that are often required to be printed or viewed in a...
The Tech Platform
Sep 24, 2021
Top 10 backend frameworks
Backend frameworks are quintessential to application development for countless businesses across the world today. Finding the right...
The Tech Platform
Mar 10, 2021
4 Ways to Get the Laravel Version
Laravel is a popular PHP web application framework that provides various features and functionalities for developing web applications. It...
The Tech Platform
Feb 26, 2021
Get the Current URL in Laravel Controller & View
Laravel is a PHP web framework that is widely used by developers to build modern and robust web applications. In Laravel, there are...
The Tech Platform
Feb 26, 2021
How to Show Validation Errors in Laravel Views
By displaying validation errors in the view, the user can quickly identify what went wrong and take corrective actions. This helps to...
The Tech Platform
Jan 14, 2021
Upload Image to Database Using Laravel
Laravel's storage system makes it easy to manage files, organize your assets, and scale your application as needed. Whether you're...
The Tech Platform
Jan 14, 2021
How to Fix Laravel CSRF Token Mismatch Error From AJAX Request
CSRF is an attack that forces an end user to execute unwanted actions on a web application where they are currently authenticated....
bottom of page