Latest Posts

Laravel 5.8 User Roles and Permissions Tutorial

In this tutorial, i want to share with you how to build roles and permissions on laravel 5.8 application. you can do it acl in laravel 5.8 using spatie composer package. i will explain how to implemen.....
By Hardik Savani May 5, 2021 Category : Laravel

Vue JS Get Dropdown Selected Value Example

In this post, i will let you know how to get selected option value of dropdown in vue js. you can get select box selected value using vuejs onchange event. bellow example you will understand how to ge.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel Change Password with Current Password Validation Example

Today, we will learn to update password with checking old password in laravel 5 application. we will create function to change password with old password validation rule in laravel. we will do old pas.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Get Current Month Records in Codeigniter?

In this example, we will learn how to get current month data in codeigniter. we can get current month data using codeigniter query builder. we will use MONTH() and YEAR() mysql function for getting cu.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Get String Length in Vue JS?

In this small example, i will share with you getting string length in vue js. you can easily get string length in vue.js. we can get vue js get string length using ".length" attribute. It seems very .....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel Update User Status Using Toggle Button Example

In this tutorial, i would like to show you how to create functionality to active and inactive status in laravel 5 application. we can implement change status using ajax with bootstrap toggle button in.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Convert Array to JSON in PHP?

In this example, we will lean to how to convert json objects of array into the php array. we will convert php array into json string. we can convert json object to associative array in php using json_.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Get Last Element from Array using JQuery?

In this example, we will lean how to get last element from array in javascript with example. we can easily get last element in array jquery using length. in bellow example you can see how i get last i.....
By Hardik Savani May 5, 2021 Category : Laravel

How to Install Botman Chatbot in Laravel?

In this tutorial, i would like to show you how to create simple chatbot using botman in your existing laravel 5.8 application. we will install botman with laravel and you can easily use web driver, fa.....
By Hardik Savani May 5, 2021 Category : Laravel

PHP CURL Post Request with Parameters Example

Sometime we need to work with web services and APIs of third party website, at that time we need to use php curl for get request, post request, delete request, put request ect. php curl will help to p.....
By Hardik Savani May 5, 2021 Category : Laravel

Laravel - How to Get .env Variable in Blade or Controller?

In this artical, i will give you simple example how to get config variable (env variable) in view file laravel. we can get env variable value in controller and blade file too. we can simple print env .....
By Hardik Savani May 5, 2021 Category : Laravel

How to Get Current Date and Time in AngularJS?

In this example, we will learn how to get current date time in angular js application. we can get current date and time with specific format like yyyy-mm-dd, dd/mm/yyyy, mm-dd-yyyy hh:mm:ss etc. we wi.....
By Hardik Savani May 5, 2021 Category : Laravel
Shares