I built a website, a single-page (landingpage), without Ajax, but with a gallery on the Bootstrapv3.3.7 framework, I chose the Laravel v5.4.19 framework to implement the admin. I know that in order to transfer the layout, you need to pay attention to the blade files and connect them separately, but I decided to make an index.php file with all the layout files in the Public folder, after this action, I could not access the admin panel at http: // localhost : 8000 / admin , I think the problem is that I did not add the php code on the page and did not change the .htaccess file? I ask for help in this issue.

  • No code here to figure it out. - labris
  • Route for / admin is available? And I honestly don’t really understand what the Blade didn’t please you, is it possible that in one large file the view ... - Konstantin Soroka
  • @KonstantinS, yes, there is no layout for 1000 lines of code, divided into 7 parts, transferred to blades, styles and js components refused to work there, asked laravel in the chat, got stuck into the documentation, but I didn’t understand how to overcome the docks This ailment - oleja

0