InimistTech Blogs

Web & Mobile App Tech Weblog

  • Home
  • Laravel
  • React
  • Javascript
  • Linux
  • PHP
  • git
  • WordPress
  • Hindi to Unicode

Category: Laravel

Sending Laravel Notifications Email to Single Email Address

Arvind KumarLaravelLeave a Comment on Sending Laravel Notifications Email to Single Email Address

Laravel Notifications system is an inbuilt notification system in Laravel Framework. It supports sending notifications to different channels. By default it supports sending notifications as Emails, SMSs and Slack Notifications. Laravel notifications can be sent via Notifiable trait. In order…

Read More→

Database rollback transactions in Laravel

Arvind KumarLaravelLeave a Comment on Database rollback transactions in Laravel

In this post I will show you an example of database rollback in Laravel application. Rolling back database changes in your Laravel application is required when you have many db operations to run in the process of completing a particular…

Read More→

CSV Content Validation with FormRequest Rules in Laravel

Arvind KumarLaravelLeave a Comment on CSV Content Validation with FormRequest Rules in Laravel

In this example I am going to show and brief my implementation of validating CSV row content with custom CSV Content Validation rule created in FormRequest in my Laravel application. Scenario I need to create a simple custom CSV importer…

Read More→

Using Unique Validation Rule in Form Request in Laravel

Arvind KumarLaravelLeave a Comment on Using Unique Validation Rule in Form Request in Laravel

Sometimes you want to make a field unique in a database table so that duplicity should be avoided. The very common case is email address. Laravel provides useful tools to achieve this, including the Unique validation rule. However to make…

Read More→

Send email with Amazon AWS SES in Laravel 8/9

Arvind KumarLaravelLeave a Comment on Send email with Amazon AWS SES in Laravel 8/9

Sending emails using Laravel is quite easy. All you need to do is to configure your MAILER service properly. In this simple tutorial I am going to show you two methods to configure your Laravel application to send emails with…

Read More→

How to Create Custom Routes for protected Admin/Manager area in Laravel 8

Arvind KumarLaravelLeave a Comment on How to Create Custom Routes for protected Admin/Manager area in Laravel 8

In my last article I showed you How to Create Custom Route File in Laravel 8. In that article I created an admin custom routes which is accessible at http://127.0.0.1:8000/admin. In this articles I will show you how you can…

Read More→

How to Create Custom Route File in Laravel 8/9/10

Arvind KumarLaravel1 Comment on How to Create Custom Route File in Laravel 8/9/10

Routes are the entry points to a Laravel application. There are two route files available in Laravel 8 by default. These are  web.php and api.php. If required one can create custom route file in Laravel easily. In this article I…

Read More→

How to run migrations by schema name in Laravel

Arvind KumarLaravelLeave a Comment on How to run migrations by schema name in Laravel

Migrations are like version control for your database, allowing your team to define and share the application’s database schema definition. Typically, migrations will use Schema facade to create and modify database tables and columns – Laravel Documentation In general, one…

Read More→

Simplest way to create and include a helper functions file in Laravel 6/7/8/9

Arvind KumarLaravelLeave a Comment on Simplest way to create and include a helper functions file in Laravel 6/7/8/9

Helper functions are time saving tools in any application. Laravel comes with many built-in useful PHP functions which may include Array & Objects functions, String functions, URL functions and many more. Please see the complete list before you decide to…

Read More→

Useful functions in Laravel and its Usage explained

Arvind KumarLaravelLeave a Comment on Useful functions in Laravel and its Usage explained

There are many useful “helper” PHP functions in Laravel. According to documentation, “Many of these functions are used by the framework itself; however, you are free to use them in your own applications if you find them convenient.”

Posts navigation

Previous 1 2 3 4 Next
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • Build Reusable Components in React
  • Introduction to Node.js for Beginners
  • Getting Started with the MERN Stack: A Beginner’s Guide
  • Introduction to Node.js for Beginners
  • How to Modify WooCommerce Templates

About Arvind

Arvind Thakur is a Full Stack Web Developer. He founded and runs a Software Development company by the name Inimist Technologies in Chandigarh, India. >> know more
Copyright © All rights reserved.
Blog Kit by WP Charms
Facebook
fb-share-icon
LinkedIn
Share
WhatsApp
Follow by Email
Twitter
Post on X
Reddit
Pinterest
Instagram
RSS
Telegram