1 follower
Full Stack Developer with a passion for building web applications. PHP, Node.js, Laravel, ExpressJS, MySQL, MongoDB. Love collaborating & making a difference
There is a plugin available for reactjs that one can use to add Calendly to Nextjs i.e., react-calendly. The problem is if you want to customize the...
After shifting to Ubuntu from Windows, I constantly look up for the alternatives of the tools that are available in Windows to enhance my arsenal in...
<div className="ratio ratio-16x9"> <video width="900" height="650" muted playsInline autoPlay loop> <source src="/images/test.mp4"...
Creating middleware in Laravel is a common task that helps to filter HTTP requests entering your application. Middleware can perform various tasks...
A service provider is responsible for binding services into the service container, which makes them available for dependency injection. register: This...
In Laravel, a service provider is a central piece of the framework's architecture that is responsible for bootstrapping and configuring services and...