Skip to content
WebOmnizz
  • Home
  • WordPress
  • Laravel
  • JavaScript
    • ReactJs
    • React Native
    • VueJs
WebOmnizz

REST API and Passport Authentication with Laravel

WebOmnizz | May 21, 2020 | Laravel

REpresentational State Transfer or REST is an architectural style for providing standards between computer systems on the web. We need REST API’s to communicate over various mediums like web, desktop or mobile application through the same database. API’s do not maintain session state between requests, except use tokens to authenticate users requests.

REST API and Passport Authentication with LaravelRead More

Custom Validation With Laravel

WebOmnizz | August 21, 2019 | Laravel

Laravel provides a variety of validation rules that improve productivity. We can easily manage and customize the validation as per the requirement. You can also use the Rule class while defining the validation rules. Let’s use the exits validation rule.

Custom Validation With LaravelRead More

Laravel Form Validation with example

WebOmnizz | August 20, 2019 | Laravel

There are a bunch of ways to handle Form Validation through Laravel. It just depends on the developer. The robust ways to form validation is by creating a form request by the artisan command. It will help to separate the validation logic from the controller. Another way is by adding manual validatation rules within the method.

Laravel Form Validation with exampleRead More

Laravel Echo, Socket.io and Redis Setup

WebOmnizz | August 19, 2019 | Laravel

Laravel introduced the Broadcasting event if your working on web applications that require real-time responses through WebSocket. You can send messages to a server and receive event-driven responses.

Laravel Echo, Socket.io and Redis SetupRead More

Laravel On-Demand Notifications

WebOmnizz | August 18, 2019 | Laravel

Notification is a way to notify the application users for a particular activity, event etc. It already exists on the User Model. The User Model comes with already implemented notification functionality. The user model used the Notifiable trait.

Laravel On-Demand NotificationsRead More

Working with Laravel Queues

WebOmnizz | July 4, 2020 | Laravel

Laravel queues help to defer the processing of heavy/time-consuming tasks. The benefits of the queue are to not interrupt website visitor with slow performances. Laravel provides a variety of queue backends like Beanstalk, Amazon SQS, Redis, Database and synchronous driver.

Working with Laravel QueuesRead More

← Previous 1 … 11 12 13 … 27 Next →

Divi WordPress Theme

Bloom Email Optin Plugin

Recent Posts

  • Why Automating WooCommerce Tasks Saves You Hours Every Week
  • What Is n8n and How It Works with WooCommerce: Complete Beginner Guide
  • TypeScript + React in 2026: The Complete Setup Guide
  • Server-Side Rendering with Gutenberg
  • Vue + Firebase Authentication with Facebook Login

Categories

  • Automation (2)
  • Codeigniter (1)
  • Docker (3)
  • Flask (3)
  • Free Stuff (42)
  • Gatsby Js (1)
  • Gutenberg (3)
  • JavaScript (5)
  • jQuery (2)
  • Laravel (23)
  • N8N (2)
  • NodeJs (8)
  • PHP (3)
  • Python (3)
  • React Native (12)
  • ReactJs (14)
  • TypeScript (1)
  • VueJS (9)
  • WordPress (29)
  • Search Results

WebOmnizz is a free resource site for everyone who loves to write codes. The main goal of this site is to provide quality tips, tricks, hacks, and other resources that allow everyone to improve their skills.

Helpful Links
  • Hire WordPress Developer
Facebook-f Twitter
Copyright © 2012 – 2024 WebOmnizz. All rights reserved.