Coders Drive is a place where you can find useful examples and cases related to web development technologies. Our scope includes PHP, Laravel Framework, AJAX usage, MySQL database as backend, Frontend Frameworks like Bootstrap, Vue etc.


Install Git on Windows 10 and Ubuntu 20.04

By CodersDrive
22-Jul-2020
git

Git is a distributed version control system used by software developers for tracking changes and also for proper coordinating work among programmers while developing an application. Git has the capability to track changes at each file level. Git is one of the popular and widely used version control tool, git can be used freely for individual purpose by registering, it supports both private and public repositories. Git also has pro version for bigger companies and for larger teams usage.

Continue Reading

Install Node.Js, npm on Windows and Ubuntu systems

By CodersDrive
21-Jul-2020
Laravel

In this post you will see the step by step procedure to install 'Node.Js' and 'npm' on your Windows or Ubuntu system. For Laravel application 'npm' is required to download the 'js' packages required for your application and also for 'Scaffolding' of your application.

Continue Reading

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 MySQL 8 on Ubuntu 20.04

By CodersDrive
30-Jun-2020
MySQL

In this post you can get step by step procedure of installing MySQL 8 on Ubuntu 20.04 systems and also do Secure server configuration.

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

Bootstrap 5 What's new and release date

By CodersDrive
27-Jun-2020
Bootstrap 5

Bootstrap is one of the most popular CSS framework which probably would have been used or come across by every web developer. Bootstrap 5 is going to be released soon. Let's see what is new in it and more about it.

Continue Reading

CKEditor in Laravel

By CodersDrive
23-Jun-2020
JQuery

CKEditor is a very popular Javascript rich text editor, which enables webpage content editing directly inside a webpage. We will see how to start using it in Laravel application.

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

Pagination in Laravel

By CodersDrive
21-Jun-2020
Laravel

When you want to fetch more records in any web application it is always better to paginate records to avoid delay in page loading. Laravel has pagination function enabled out of the box. You can use this feature in a simple way.

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

Search blog..!

Connect with us