CodeBriefly
Tech Magazine
Browsing Tag

Laravel Routing

Handling Emails in Laravel Mailable

In this article, We will discuss how to handle Emails with Laravel Mailable.Before proceeding, I'm assuming you are familiar with the basics of the Laravel framework. If no then you can start with given articles.Laravel Setup…

Laravel 5 Export Data in Excel and CSV

In this article, we will discuss Laravel 5 Export Data Excel/CSV. To achieve this functionality, we are using "Maatwebsite/Laravel-Excel" package. Here I will explain you step by step to export the data to Excel or CSV as per your needs.…

Basic Use of Model Factories in Laravel

In this article, we will discuss the basic use of Model Factories in Laravel. Laravel comes with the feature called model factories that are offered to made fake models quickly. It's used in the database testing and database seeding. Let's…

Handling Laravel Pagination

In this article, we will discuss how to handle Laravel Pagination. Laravel paginator is integrated with the query builder and Eloquent ORM. It provides an easy way to handle the pagination of database results on the query builder or an…

How to Create Custom 404 Error View

In this article, we will discuss how to create custom 404 error view. Laravel provides an easy and simple way to create the custom 404 error page.As we know, Laravel having specific files to manage all of the file routes. Laravel provides…

All You Need To Know Laravel Routing

In this article, we will discuss Laravel Routing in depth. Laravel provides the wonderful feature to make routing easy and simple. We can manage each of the URLs from a single file.Today we will not only explore the types of the route and…

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. AcceptRead More