Vue.js example in Laravel 7

By CodersDrive
04-Jul-2020
Laravel 7
Vue.js

Vue.Js will be very handy to build HTML elements as DOM (Document Object Model) in your web application, because by changing the structure at a single Vue.js template, will be reflected in your entire application. Also they can be reused where ever required just with its template name.

Continue Reading

Install Vue.js in Laravel 7

By CodersDrive
28-Jun-2020
Vue.js

Vue.js is an open source progressive JavaScript framework used to develop interactive web applications. Vue is a reactive system that uses plain JavaScript objects and optimized re-rendering of elements in a DOM (Document Object Model).

Continue Reading

DataTables plugin in Laravel application

By CodersDrive
22-Jun-2020
JQuery

DataTables JavaScript is a very useful plugin for web developers to make any HTML table to include the feature of pagination, sort and search for data. In this post we will see how to download and use it in any laravel application.

Continue Reading

Import google fonts, font awesome into a Laravel application

By CodersDrive
19-Jun-2020
Laravel

In many laravel applications you may need to use different google fonts, font awesome icons. It is always better to use them by importing them into your project rather than using them from their libraries. Here I will show you how to import them into a laravel project.

Continue Reading

Laravel 7 CRUD Tutorial with image class

By CodersDrive
11-Jun-2020
Laravel
Php

With this CRUD tutorial you will learn basics required to create any laravel application like Creating, Updating and Deleting a record with MySQL database. Please follow every step and do along for better understanding.

Continue Reading

Search blog..!

Connect with us