Posts by L. Pinto • 11 points
4 posts
-
0
votes1
answer493
viewsQ: Place auth folder in subfolder (Laravel)
I’m new in Laravel and in my project I want to put the auth view folder inside the admin folder, getting like this: C:\xampp\htdocs\projeto\resources\views\admin\auth\ However, I know I must still…
-
0
votes1
answer135
viewsQ: How to interact with database data with Javascript
I was looking to build a chart with HTML Canvas using Javascript as well. The required data is in the Mysql database. However, how can I interact and access this data from the Javascript database,…
-
0
votes1
answer75
viewsQ: Reverse redirect 301
In the index.php file, I accidentally wrote the following code: <?php header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.habbo.com.br"); ?> The redirect was only supposed…
-
1
votes0
answers40
viewsQ: Doubt application Laravel
I am developing an application with Laravel in a Hostgator hosting, but the access path of the entry page (the index) is as follows: http://www.meusite.com/projeto1/public/ How do I get the site…