Skip to content

Instantly share code, notes, and snippets.

View eymeen's full-sized avatar
🇸🇾

Ayman Eid eymeen

🇸🇾
View GitHub Profile
@eymeen
eymeen / backdooring_Laravel.MD
Last active September 7, 2024 18:23
Assassinate a Laravel Project

Caution

Disclaimer: The code and information presented here are for educational purposes only. Do not use or deploy this technique in real-world systems, services, or environments without proper authorization. Unauthorized use or exploitation of security vulnerabilities is illegal and against GitHub’s terms of service. Always adhere to ethical hacking standards.

did you read the Disclaimer? you did? you still want use this for fraud? go f*ck yourself 😡

If you'll use it for good, welcome ☺️

@eymeen
eymeen / SSL-vhost.MD
Last active March 28, 2026 14:01
Creating SSL Virtual Host (local domain) using xampp. PHP, Laravel, Symfony, Yii

Tailwind CSS Container Padding Adjustment

This Gist provides custom CSS to add Y-axis padding around Tailwind CSS container breakpoints. The padding is applied dynamically, with padding added or removed before and after each breakpoint.

Variables

Define CSS variables for padding and breakpoints:

:root {
@napsterrahul
napsterrahul / List.md
Last active June 9, 2025 10:32
List of open source projects made with Laravel
@benbalter
benbalter / gist.md
Last active May 24, 2025 09:51
Example of how to embed a Gist on GitHub Pages using Jekyll.

Here's an example of how to embed a Gist on GitHub Pages:

{% gist 5555251 %}

All you need to do is copy and paste the Gist's ID from the URL (here 5555251), and add it to a gist tag surrounded by {% and %}.