Laravel is an Opensource PHP framework. It has MVC(Model View Controller) architecture which is very robust and easy to learn and implement. The web applications developed using this framework will be more robust, secured, structured, pragmatic and scalab
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.
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.
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).
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.
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.
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.
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.
Generate Fake Data in Laravel 7 using Faker
By CodersDrive
14-Jun-2020
Laravel
As a developer in many situations we require fake data for testing purpose. In laravel we can generate "Fake Data" using built in "Faker" utility.
Create a new Laravel 7 project with bootstrap scaffolding and authentication
By CodersDrive
13-Jun-2020
Laravel
Php
In this tutorial you will see how to create a new laravel project with bootstrap scaffolding and also how to add authentication to a project.
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.
How to install and configure Image Intervention package in Laravel and its features
By CodersDrive
30-May-2020
Laravel
In this post we will discuss about the installation of 'Intervention Image' package for laravel. This package is very useful for doing image manipulations at server end and it is widely used. Let's see how to install and configure it.
How to upload image or file in Laravel using AJAX
By CodersDrive
29-May-2020
Ajax
In this example we will give you step by step procedure for uploading images or files in Laravel application using AJAX. We also provide you a demo link to show you how it is working live.
Search blog..!
Connect with us
Recent Posts
- Install Git on Windows 10 and Ubuntu 20.04
- Install Node.Js, npm on Windows and Ubuntu systems
- Vue.js example in Laravel 7
- Install MySQL 8 on Ubuntu 20.04
- Install Vue.js in Laravel 7
- Bootstrap 5 What's new and release date
- CKEditor in Laravel
- DataTables plugin in Laravel application
- Pagination in Laravel
- Import google fonts, font awesome into a Laravel application
- Install MySQL 8 on windows system and configuration
- Install PHP on ubuntu 20.04 system
- Install PHP on windows system
- Install Apache2.4 on Ubuntu 20.04 systems and configure with php
- Install Apache2.4 on Windows systems and configure with php
- Generate Fake Data in Laravel 7 using Faker
- Create a new Laravel 7 project with bootstrap scaffolding and authentication
- Laravel 7 CRUD Tutorial with image class
- Install Apache2.4 on Windows10, Ubuntu 20.04 systems
- Install PHP on Windows10, Ubuntu 20.04 machines and configure
Top Viewed
- Install PHP on ubuntu 20.04 system
- Install MySQL 8 on windows system and configuration
- Install PHP on windows system
- Import google fonts, font awesome into a Laravel application
- Pagination in Laravel
- Generate Fake Data in Laravel 7 using Faker
- Create a new Laravel 7 project with bootstrap scaffolding and authentication
- Laravel 7 CRUD Tutorial with image class
- How to upload image or file in Laravel using AJAX
- What is composer and how to install it on Ubuntu 20.04, Windows10
- How to install and configure Image Intervention package in Laravel and its features
- Install Vue.js in Laravel 7
- Bootstrap 5 What's new and release date
- DataTables plugin in Laravel application
- CKEditor in Laravel
- Install PHP on Windows10, Ubuntu 20.04 machines and configure
- Install Apache2.4 on Windows10, Ubuntu 20.04 systems
- Install Node.Js, npm on Windows and Ubuntu systems
- Install Git on Windows 10 and Ubuntu 20.04
- Vue.js example in Laravel 7