Browsing Category
Laravel
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…
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…
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…
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…
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…
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…
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…
Secure User Authentication with Regex Validation
In this article, we will discuss how to make secure user authentication with regex validation. With this validation, we are forcing the user to add the password in a…
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,…
How to install Laravel 5 with Xampp using Composer
In this article, we are discussing how to install Laravel 5 with xampp using composer. I'm assuming you are familiar with the xampp.
You will need to make sure your…