Cron jobs in php laravel

Cron jobs are time-based tasks that run automatically at specified intervals on a Unix-based system. Laravel’s Task Scheduler allows you to define and manage these cron jobs using expressive syntax…

0 Comments

Phonepay integration using php

PhonePe Payment Gateway Example! Today In this post we will integrate the Phonepe payment gateway into out php application. This tutorial is also useful for the php framework like laravel…

0 Comments

css curve

.box { width: 500px; height: 100px; border: solid 5px #000; border-color: #000 transparent transparent transparent; border-radius: 50%/100px 100px 0 0; } https://blog.logrocket.com/how-to-create-fancy-corners-in-css/    

0 Comments

Background overlay in css

.bg_image_2 { background-color: steelblue; background-image: url(https://source.unsplash.com/VWcPlbHglYc); background-size: cover; background-position: center; background-blend-mode: multiply; color: #fff; }

0 Comments