简体   繁体   中英

Laravel: access the <body> of index.html from dashboard

I'm trying to add a snippet to the body tag of index.html (or index.php) and I have no access to the file system, just access to Laravel dashboard: 在此处输入图片说明

Is it possible to somehow edit the index.php through the dashboard? It seems that I can only get access to the pages (such as the homepage and other pages)

Thanks in advance

Since you don't have FTP access, the short answer to your question is you can't (as a developer). but you may be able as a user, if the backend exposes a view for this kind of changes.

OR

If you just want to make this change in browser (Temporary, lost on page reload), you can use the developer tools, making some DOM manipulation using the Elements tab.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM