Skip to content

Instantly share code, notes, and snippets.

View azonedev's full-sized avatar
📢
Open to contribute to impactful projects, regardless of their complexity!

Abdullah Al mamun azonedev

📢
Open to contribute to impactful projects, regardless of their complexity!
View GitHub Profile
@azonedev
azonedev / .md
Last active September 4, 2024 04:37
Perfect free alternative of Ngrok tunneling

Cloudflare Tunneling

The Pros:

- No bandwidth limit 
- Easy to start 
- No account / access token requires

The Cons:

- Domain will be changes when process exited
Traits :
Traits is kind of virtual path, in php we can't support multiple inheritance. So here comes the solution we can use multiple traits in a single class.
Interface :
Interface like a contact where we can declar properties & method And we can implement that on other class.
Abstract :
Sometimes we may come across a situation where we cannot provide implementation to all the methods in a class. We want to leave the implementation to a class that extends it.