Programming Fields

  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter

How to Implement Yajra Datatables in Laravel 6

November 23, 2019 by Umesh Rana Leave a Comment

Yajra Datatables

Are you stuck in managing a large number of data in a table? Then why don’t you go with the Datatables? Datatable is an open-source library that is used to manage the data. It provides pagination, sorting, searching, etc in the tables. Without using Datatable, you can have a kind of complexity to apply these […]

Filed Under: AJAX Tutorial, jQuery, Laravel Tagged With: jQuery DataTable, Laravel 6 DataTables, Laravel DataTables, Yajra DataTable

How to Use AJAX in Laravel 6 with ToDo Application

November 16, 2019 by Umesh Rana Leave a Comment

AJAX in Laravel 6

When you want to submit a form in Laravel 6 without reloading the page then you will have to use AJAX. It prevents the page reload when you request to the server for the data. That means when you want to send and receive data from the server it will pass the data asynchronously. AJAX […]

Filed Under: AJAX Tutorial, jQuery, Laravel Tagged With: AJAX Form Handling in Laravel 6, jQuery Ajax Form Handling, Laravel 6 AJAX, Laravel 6 AJAX CRUD

How to Send Email in Laravel 6 Via Gmail Using SMTP

November 7, 2019 by Umesh Rana Leave a Comment

Send Email in Laravel 6

Sending an email is not a difficult task in Laravel 6. In comparison to the normal PHP script, Laravel provides libraries and classes. Laravel has prefaced the Mailable class for sending emails. There are some API based drivers for sending emails in the Laravel 6. These are much faster and secure to send emails. Today, […]

Filed Under: Laravel Tagged With: Laravel 6 Routing, Laravel 6 Send Email, Laravel Email, Send Email in Laravel 6

Laravel 6 REST API For ToDo Application with Passport Auth

October 30, 2019 by Umesh Rana Leave a Comment

laravel passport

Laravel Passport authentication is really a powerful feature. It enables an authentication system with a token. On the basis of the token, it manages all the HTTP requests which are using the web services. The token identifies the user whether it is valid or not. In other words, every single request that is trying to […]

Filed Under: Laravel Tagged With: Laravel 6 Eloquent, Laravel 6 Model, Laravel 6 Passport Authentication, Laravel 6 REST API with Auth, Laravel 6 REST APIs, Laravel 6 Routing

How to Integrate Laravel 6 Application with Firebase

October 20, 2019 by Umesh Rana 22 Comments

Laravel 6 Firebase Integration

Google Firebase is a realtime database. It manages the database operations in the realtime. Basically, it is a NoSQL database that stores data in the JSON format. The JSON data is a combination of key/value pairs. So, there is no restriction to store data in the Firebase in real-time. However, in the Laravel, it is […]

Filed Under: Laravel Tagged With: Firebase Realtime Database, Laravel 6 Firebase Database, Laravel 6 Firebase Integration, Laravel 6 Routing, Laravel Firebase

RESTful APIs in Laravel 6 with Passport Authentication

October 13, 2019 by Umesh Rana 10 Comments

Laravel 6 REST API

REST or RESTful is a web service that is used to send requests to the server for accessing the web resources. It stands for REpresentational State Transfer which returns the response with the stateless operation. A RESTful API uses HTTP Requests to perform the GET, POST, PUT, and DELETE operations on the data. These requests […]

Filed Under: Laravel Tagged With: Laravel 6 Passport Authentication, Laravel 6 REST API with Auth, Laravel 6 REST APIs, RESTful APIs

Laravel 6 Login and Registration with Authentication

October 6, 2019 by Umesh Rana 1 Comment

Laravek 6 Registration and login

User authentication and data security access are the most important key for any database system. If you are creating an application and the login access of that application is not much secure and authentic. Then someone can manipulate or access your data. So, to prevent these types of un-authentic access, we will need to create […]

Filed Under: Laravel Tagged With: Laravel 6 Routing, Laravel 6 User Authentication, User Login, User Registration

How to Upload Files and Images in Laravel 6 with Validation

September 29, 2019 by Umesh Rana 3 Comments

Laravel 6 File Upload

In Laravel 6 the file upload is much more secure than the normal file upload in a PHP script. Laravel file upload provides the proper validation before uploading the files. Basically, in the file upload concept, Laravel moves files from the tmp directory to the public directory of the project folder, which is accessible by […]

Filed Under: Laravel Tagged With: File Upload Laravel, File Validation, Image Upload, Laravel 6 File Upload, Laravel Upload File to Storage

Laravel 6 CRUD Application For Beginners

September 26, 2019 by Umesh Rana 5 Comments

Laravel 6 CRUD Example

Laravel 6 CRUD application will contain the approach to create and use the Insert, Select, Update, and Delete functionalities. You can build your own advanced applications by using this concept in Laravel 6. Laravel has several inbuilt features that make it more secure, robust, and authentic to our application. Before moving to the Laravel 6 […]

Filed Under: Laravel Tagged With: Laravel 6 CRUD, Laravel 6 CRUD Tutorial, Laravel 6 Eloquent, Laravel 6 Model, Laravel 6 Routing, Laravel Composer Install

How to Install Laravel 6 in Windows and Ubuntu

September 18, 2019 by Umesh Rana 4 Comments

Laravel Install

This is my first post on the Laravel 6 series. From, today, I will be posting the tutorials on the most popular PHP framework. Recently, the laravel has released the latest version which is Laravel 6. It is more robust and secure. Currently, it is released in the LTS (long term support). That means the […]

Filed Under: Laravel Tagged With: Download Composer, Laravel Composer Install, Laravel Download, Laravel Install

  • « Previous Page
  • 1
  • …
  • 19
  • 20
  • 21
  • 22
  • Next Page »

Categories

  • AJAX Tutorial (13)
  • Angular (3)
  • CodeIgniter 4 (13)
  • Git (3)
  • Interview Questions & Answers (1)
  • jQuery (17)
  • Laravel (142)
  • Linux (14)
  • Livewire (8)
  • MacOS (3)
  • Node (2)
  • PHP (16)
  • React (21)
  • Tailwind CSS (1)
  • WordPress (7)

Support Us on YouTube

The Mind Behind This Blog

A passionate Full Stack Developer with a flair for crafting web and mobile solutions that deliver outstanding user experiences. With 6+ years of hands-on experience in the world of software development. I thrive on turning complex ideas into elegant, efficient, and user-friendly applications. Apart from it, I am a knowledge enthusiast, and devoted content creator. Read More…

Quick Navigation

  • Home
  • About Us
  • Privacy Policy
  • Contacts

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Copyright © 2025· Programming Fields· All rights Reserved. And Our Sitemap.All Logos & Trademark Belongs To Their Respective Owners·

Programming Fields
  • Interview Q&A
    • Laravel Interview Q&A
  • Laravel
  • Livewire
  • React
  • Angular
  • Node
  • CodeIgniter