franciccio-ITALIANO Posted August 19, 2020 Posted August 19, 2020 Hi, I forgot the admin access url. Actually, not the main site, but the site installed locally through laragon. I hadn't used it in a while, so I forgot it. Is there a way to retrieve it? Mysite.com/urladminareaprocesswire I forgot this!
Zeka Posted August 19, 2020 Posted August 19, 2020 @franciccio-ITALIANO You can get it from DB in the "pages" table. Row where id = 2. 2
franciccio-ITALIANO Posted August 19, 2020 Author Posted August 19, 2020 Okay, but on the Laragon installation of the local site, where do I find the database? I opened it but I can't find the FILES, I find a panel with 3 tabs: "settings", "advanced", "statistics". The files do not open and are not there!
franciccio-ITALIANO Posted August 19, 2020 Author Posted August 19, 2020 I'm sorry, I didn't understand. Do I have to install another program to see the database files installed locally with laragon? Anyway, I accessed the laragon installation folder, and I think I found the database folder, but there are first 20 files and then inside other folders another 100 files, how can I find the file you indicated to me?
kongondo Posted August 19, 2020 Posted August 19, 2020 Alternatively, @franciccio-ITALIANO, given that you are on a local site... echo $pages->get(2)->name; in any template file of a page accessible in the frontend should do it. 3
franciccio-ITALIANO Posted August 19, 2020 Author Posted August 19, 2020 3 hours ago, kongondo said: Alternatively, @franciccio-ITALIANO, given that you are on a local site... echo $pages->get(2)->name; in any template file of a page accessible in the frontend should do it. Ok all work I discover it, thanks! :D 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now