Inimist Technologies Blog

DevArticles – Tips, Tricks, References and Bookmarks

  • Home
  • Hindi to Unicode
  • About
  • Contact

Category: Laravel

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

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

Routes are entry points to a Laravel application. There are two route files available in Laravel 8 by default. These are called 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.”

How to Clear cache in Laravel 10/9/8/7

Arvind KumarLaravel2 Comments on How to Clear cache in Laravel 10/9/8/7

In this simple tutorial I will show you how to clear cache in Laravel application easily. I will also show you the artisan commands to run and I will also show you how you can create a simple function to…

Read More→

Posts navigation

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

Recent Posts

  • How to create a custom form request validator in Laravel 7/8/9/10
  • Laravel Carbon addMinutes() | Laravel Carbon Add Or Subtract Minutes and Hours Examples
  • How to build a basic Frontend Application using Laravel and Livewire
  • Auto Renew Let’s Encrypt Certificates using Certbot
  • How to compress and extract files using tar command in Linux – Basic Example

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