Skip to content

Tag Archives: Laravel

Laravel is an open-source web framework written in PHP that follows the model–view–controller (MVC) architectural pattern. It is intended for the development of web applications… Read More
Laravel is a free and open-source web PHP framework, which is based on MVC (Model-View-Controller) architecture. A Framework provides structure and starting point for creating… Read More
For web applications, importing Excel sheet data into our database and exporting data from the database into an Excel sheet, is an important feature. Because… Read More
Captcha validation is extremely vital for safeguarding kind submission from the sender. It helps us to protect specious kind submissions to our website by bots.… Read More
To learn about Customize Pagination, you want to understand the following points. What is pagination Types of pagination What are the methods Steps to write… Read More
What is a MAC address?MAC is the abbreviation of “Media Access Control” and it is a 48-bit physical address associated with every networking device. It… Read More
AsgardCMS is made for developers. It is a full-featured, multilingual modular CMS developed on top of the Laravel framework. The built-in quick-development tools allow the… Read More
Laravel Laravel is a PHP based framework. It is developed by Taylor Otwell June 2011 and it is free to open-source PHP web framework as… Read More
To delete records we can use DB facade with the delete method. To do so follow the below steps one by one: Step 1: Create… Read More
The two back-end web frameworks i.e. Laravel, Django, and the run-time environment NodeJS helps in the development activities. All end up acquiring the same objective,… Read More
The Laravel and Ruby on Rails both are the backend web frameworks. Both of them are popular in developing field, the main difference between them… Read More
Front-end Scaffolding means to create a basic structure for an application. Laravel provides a very simple way to change the front-end presets/scaffolding with any of… Read More
Laravel provides different ways to pass data to a view. We can pass data directly from routes or through the controller. Here are some of… Read More
Laravel is an MVC based PHP framework. In MVC architecture, ‘C‘ stands for ‘Controller‘. A Controller is that which controls the behavior of a request.… Read More
Validating the data coming from the user’s end is very important as it can help the user in filling proper data and prevent them from… Read More