
JavaScript
Update Model Status using Toggles in Laravel
In this short tutorial, we will implement the user's model status update functionality using JQuery and Switchery.
9 August 20197 min read
All 5 posts filed under this topic.

In this short tutorial, we will implement the user's model status update functionality using JQuery and Switchery.

This is part 12 of the Laravel E-Commerce Application Development series. In this part will add the admin section for our attribute values using VueJS.

Laravel provides a fluent utility to compile all your frontend assets like stylesheets and scripts called Laravel Mix.

This post will give you a quick overview of what JavaScript Arrays are and how we can utilize them to store data.

In this post, we will look at how we can utilize the Laravel's flash helper function to show toastr notifications in our application.