Tag: laravel-5-2

Laravel - Confirmation Before Delete Record from Database Example
904
2020-08-11 11:40:32

Hi Guys, In this post we will learn how to open confirm model box before deleting item in laravel 5

Read more  

Laravel 5 email verification with activation code example
1169
2021-06-13 10:55:58

Email verification is a very basic and important part of secure laravel 5 application. In this tutorial i will let

Read more  

How to use sweetalert message box in Laravel?
676
2021-06-13 10:55:58

In this article, we will learn how to implement sweetalert in laravel 5 application. Here i am going to use

Read more  

How to Delete Multiple Records using Checkbox in Laravel?
943
2021-06-13 10:55:58

It's almost need to give feature for remove multiple records using checkbox, if you are developing e-commerce application or any

Read more  

Laravel Create Word Document File using phpoffice/phpword package
734
2020-08-07 23:23:23

Today, i am going to share with you how to generate docx file using phpword in laravel 5 application. After

Read more  

Laravel CURL Request Example using ixudra/curl
963
2020-08-12 21:16:09

If you know about php curl then you can simply run get, post request and get data from url. php

Read more  

Simple Tags System Example in Laravel
851
2021-06-13 10:55:58

If you are writing article for your blog or your personal website then you must need to implement taggable system

Read more  

Laravel Ajax Request with Validation Example
704
2020-08-12 16:04:15

In this example, I am going to show you how to make validation using jquery ajax in laravel 5 application.

Read more  

How to create ban/revoke user functionality in Laravel 5 example ?
792
2020-08-10 11:29:37

In this tutorial, i am going to share with you how to create user block and unblock feature in your

Read more  

Laravel 5 - Create modular structure application example using L5Modular package
698
2020-08-11 00:33:15

Today i am going to share with you how to implement modular design in your laravel application from scratch using

Read more