Blog

Insights, guides, and best practices from the Laravel Company team.

Laravel Company

How can I use or create a pagination in REST API in Laravel?

Title: Mastering Pagination in REST API Using Laravel Body: Creating an effective and user-friendly application involves providing an optimized experience for...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to disable SSL check with Laravel http post

Title: How to Disable SSL Check with Laravel HTTP Post - A Comprehensive Guide Body: In this blog post, we will discuss how to handle a common issue that...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to use the request route parameter in Laravel 5 form request?

Title: Effortlessly Retrieve Route Parameters in Laravel 5 Form Requests for Seamless Validation Introduction: In Laravel 5's form requests, utilizing...

2026-06-29 Stefan Bogdanescu
Laravel Company

Call to a member function store() on null - laravel 5.4

Title: Understanding and Resolving the Call to a Member Function store() on null Error in Laravel 5.4 Introduction: Troubleshooting and resolving errors is an...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to run Laravel without Artisan?

Title: Exploring Alternatives to Run Laravel without Artisan Body: As a developer using PHP with Apache2, you might be curious about running the Laravel...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to get all pending jobs in laravel queue on redis?

Title: Retrieving Pending Jobs from Laravel Queue on Redis - A Comprehensive Guide for Developers Introduction: In the world of web development, efficiency and...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel - check if routes on blade

Title: Checking Routes on Blade Views in Laravel Introduction: In Laravel, you can check whether a user is on a specific route by using the `Route::current()`...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel classloader.php error failed to open stream: No such file or directory

Title: Common Laravel ClassLoader Issues and How to Fix Them In this comprehensive blog post, we are going to delve into common issues faced by developers...

2026-06-29 Stefan Bogdanescu
Laravel Company

Get total number of results with pagination

Title: Total Number of Results with Pagination in Laravel: A Comprehensive Guide Introduction Paginating large data sets is an essential aspect of developing...

2026-06-29 Stefan Bogdanescu
Laravel Company

Laravel 5 Installation in Ubuntu: laravel command not found

Title: Laravel 5 Installation in Ubuntu: laravel Command Not Found Issue Solved Introduction: Laravel is an open-source PHP framework that enables developers...

2026-06-29 Stefan Bogdanescu
Laravel Company

Set port for php artisan.php serve

Title: Customizing Ports for PHP Artisan Serve Commands: Optimizing Local Development Workflow Body: The Laravel framework has become increasingly popular...

2026-06-29 Stefan Bogdanescu
Laravel Company

How to get excel to array in maatwebsite

Title: Efficiently Converting Excel Files to Arrays Using Laravel-Excel - A Practical Guide Introduction In today's world of technological advancements, using...

2026-06-29 Stefan Bogdanescu