avatar
get url path after domain PHP

For example: http://127.0.0.1:8000/storage/muyexl6ep7q3ovyrmolezadb.png. Here is syntax:

parse_url($url,PHP_URL_PATH);

Output

/storage/muyexl6ep7q3ovyrmolezadb.png
24
save file in folder
You need to login to do this manipulation!