devrohitsblog
devrohitsblog
DevRohit
29 posts
PHP developer with Laravel and Codeigniter experience and also great experience in VueJs. www.devrohit.com
Don't wanna be here? Send us removal request.
devrohitsblog · 10 months ago
Text
Unlock the Power of Laravel with where Conditions!
Tired of sluggish database queries? Transform your Laravel development with this must-read guide on using where conditions like a pro. Your code deserves efficiency—don't miss out on these expert tips!
0 notes
devrohitsblog · 1 year ago
Text
How to use Eloquent when in laravel
Looking to optimize your Laravel code? 🌟 Check out this guide on using Eloquent's `when` method for cleaner conditional queries. It's a game-changer for developers! #Laravel #WebDevelopment #ProgrammingTips
0 notes
devrohitsblog · 1 year ago
Text
How to make policy in laravel?
The policy helps developers streamline authorization logic and keep their code clean and maintainable. Laravel Policies provide a way to authorize user actions on resources.
0 notes
devrohitsblog · 1 year ago
Text
How do you make your traits in laravel?
Traits are a way to reuse code in laravel. You can't instantiate on their own. It provides reusability, flexibility, and adherence to code
0 notes
devrohitsblog · 1 year ago
Text
How to Create Custom Facade in laravel?
A facade is a design pattern that provides a static interface to classes inside the framework's service container. we are creating a custom facade in laravel
0 notes
devrohitsblog · 1 year ago
Text
Faster your application with Laravel Debug Bar Package
We are studying laravel debugbar packages. You use the Laravel Debug bar package to debug and profile the toolbar in your application. It contains different features like performs, queries, and exceptions.
0 notes
devrohitsblog · 1 year ago
Text
Mastering Efficiency: Unleashing the Power of CRUD Operations in Laravel
We are studying step by step guide on crud operations in laravel and validating the user's input given in the request.
0 notes
devrohitsblog · 2 years ago
Text
Unlocking the Secrets: A Beginner's Guide to Laravel Role Magic with spatie's Enchantment
Understanding roles and permissions in web development is key, and Laravel simplifies this with the Spatie Laravel-Permission package.
0 notes
devrohitsblog · 2 years ago
Text
Top 6 Easy Steps to Implement Events in Laravel
Events follow an observer pattern that allows you to subscribe and listen to events inside your application. In the directory structure, All Event classes are stored in the app/Events directory, and we need a listener for them, which is stored in the app/Listeners directory.
0 notes
devrohitsblog · 2 years ago
Text
How to Upload Images in Laravel Application
we can upload files in laravel applications like PDF, doc, txt, jpeg, and png, We will upload an image file in this tutorial. You can make small changes in another extension. It works well.
0 notes
devrohitsblog · 2 years ago
Text
How to Implement Contracts in laravel application
Laravel contracts are a set of interfaces that define the core services. It provides a queue implementation with a variety of drivers. Laravel provides you with a quick reference point for all available contracts.
0 notes
devrohitsblog · 2 years ago
Text
How to Implement Queue in Laravel
Sometimes tasks take too much time to complete, like importing a CSV file and shooting bulk emails. Etc. In this case, we do not want users to wait to complete this process. In that case, we should use a queue to separate out these processes.
0 notes
devrohitsblog · 2 years ago
Text
How to track your emails sent from the laravel application
I got one question while building the laravel application. "How to track your emails sent from the laravel application?". I have searched on google for this question. I got one solution. In this article, we are going to study the Mailtracker package to track users' activity on emails. It is easy to use and maintain all the records.
0 notes
devrohitsblog · 3 years ago
Text
Host your testing laravel application on Heroku for free.
Do you want to #host your laravel application on Heroku? You are going with a new setup of the laravel application.
0 notes
devrohitsblog · 3 years ago
Text
Steps to deploy the laravel application on the Digital Ocean server
We deploy the laravel application on the digital ocean. we find step by step guide on deploying digital ocean droplets.
0 notes
devrohitsblog · 3 years ago
Text
how to deploy the laravel application to the Bluehost server?
Bluehost is the best platform to host the laravel application. They provide 24*7 support. It gives fast and secure CDN service. In this article, we deploy the laravel application to the Bluehost server.
0 notes
devrohitsblog · 3 years ago
Text
How To Implement Bitbucket Login In Laravel
According to a research report, users' session is shorter on every website nowadays. In this case, you can simplify the registration and login process for your application. The socialite package is the best and primarily used package for social login. It is used to reduce the process. In this article, we implement a Bitbucket login to your application.
0 notes