CodeBriefly
Tech Magazine
Browsing Tag

Laravel

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…

Laravel CSRF Protection

In this article, we will discuss Laravel CSRF Protection. As we know, Laravel provides rich security features for a complete web application. Let's start the Laravel CSRF Protection in brief. Laravel provides the easy way to protect the…

Laravel Custom Helper Functions File

In this article, We will discuss how to add in Laravel custom helper functions files. We know that Laravel provides lots of inbuilt features. But sometimes we need to create some reusable functions, which contains as required valuable…

Laravel Default Authentication Setup

In this article, We will discuss Laravel Default Authentication Setup. Laravel is a great PHP framework and currently, it's the most starred PHP project on GitHub. Today, I will show you how easy it to add authentication to it without…

Setup Virtual Host in Windows with Xampp Server

In this article, we are discussing Setup Virtual Host in windows on xampp server. You must be aware of XAMPP Server before this tutorial implementation. XAMPP is a cross-platform open-source web server bundle. Anyone, who is new to the…

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