Questions tagged [laravel]

Laravel is a PHP framework.

19 questions
0
votes
1 answer

Laravel | Why create a public_html folder and link/move it?

I am using laravel on shared hosting. Under my domain in my folder is the laravel app. Now I see online that many people do weird stuff with the laravel public folder, they either move it to a different location or create a sys link, but why? Isn't…
Roman
  • 157
  • 8
0
votes
1 answer

If I seperate VPS into WebApp/MySQL VPS & separating WebApp projects into Admin/User projects. Is It more secure?

If I want to deploy Laravel WebApp using MySQL DB on VPS like DigitalOcean, Vultr or similar platforms, should I separate VPS into WebApp VPS & MySQL VPS? Is it more secure? And what if I separate Laravel project into AdminProject and UserProject…
PoundXI
  • 3
  • 1
0
votes
1 answer

Use another ssl certificate even if server has other certificates

I deployed a laravel project to a server (in which I have root access). Then I was asked to install a ssl certificate to that project. But there are some projects that already have installed a ssl certificate in the server. My question is if I…
Gun Ho
  • 1
-2
votes
2 answers

How to leave a backdoor in a Laravel application?

I'm pretty curious how someone could leave a backdoor in a Laravel application? In my opinion there isn't a way, because the entry point of the requests is a route file, and you have to write code for the route in order for there to be something to…
Comrade
  • 97
  • 1
  • 3
1
2