CodeWithSushil

Sushil Kumar

@CodeWithSushil

A self-taught πŸ•ΈοΈ Web Developer πŸ‘¨πŸ»β€πŸ’» || Linux 🐧 Lover || Open source 🌐 contributor πŸ‘₯ || PHP/Laravel 🐘 and JS fanboyπŸ‘¦πŸ» || Creator of 🌿 Supabase-PHP Client 🀝

β€’ β€’ 168 Posts β€’ 1K Views

0 / 255

Hello πŸ‘‹ PHP/Laravel developers, how often do you use the composer outdated command in your terminal?

$ composer outdated

β€’ β€’

66

β€’

Use php function filemtime(); for track your file changes

php test.php watcher

β€’ β€’

107

β€’

which one

document.addEventListener('DOMContentLoaded', function () {
'use strict';
});

// or

window.onload = function(){
'use strict';
}

β€’ β€’

97

β€’

in JavaScript

let html = `
<h1>Hello</h1>
`
;

in PHP
echo <<<HTML
<h1>Hello</h1>
HTML;

1 β€’ β€’

180

β€’

Yes

β€’ β€’

74

β€’

SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci;

#sql

β€’ β€’

53

β€’