Skip to content

Instantly share code, notes, and snippets.

View aungsoeo's full-sized avatar
💭
Happy Coding!

Aung Soe Oo aungsoeo

💭
Happy Coding!
View GitHub Profile
@aungsoeo
aungsoeo / google-adsense-sample-code.js
Created October 25, 2023 16:14 — forked from topleague/google-adsense-sample-code.js
Sample Google AdSense Code
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-format="fluid"
data-ad-layout="in-article"
data-ad-client="ca-pub-0123456789101112"
data-ad-slot="9876543210"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
@aungsoeo
aungsoeo / Laravel-permission.md
Created April 25, 2022 03:34 — forked from muhozi/Laravel-permission.md
Setting proper permissions to laravel directory

Setting up proper permissions to a laravel directory

There are basically two ways to setup your ownership and permissions. Either you give yourself ownership or you make the webserver the owner of all files.

Webserver as owner (the way most people do it):

Assuming www-data is your webserver user.