2 followers
Its me Shree Krishna Lamichhane , I am Web Developer from Kathmandu, Nepal. I have rich experience in website design and building and customization, also I am good at Laravel & Wordpress.
Full Social Media Tag Template: Article <!-- Update your html tag to include the itemscope and itemtype attributes. --> <!-- Place this data between...
First ssh into your server using the ssh key. ssh -i "Mysecretkey.pem" ubuntu@ec2-ip.compute-1.amazonaws.com Once you are logged in, switch to root...
var isMobile = false; //initiate as false // device...
Original Post Url : https://www.w3schools.in/php/examples/time-ago-function PHP Time Ago functionality is used to display time in a different...
Original Blog Link : https://code.tutsplus.com/tutorials/working-with-date-and-time-in-php--cms-31768 By Monty Shokeen on Feb 26, 2021 You'll often...
$request->validate([ 'email' => ['required','string','unique:users,email,'.$user_id], 'username' =>...