PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Question By
Unsolved

access to the public folder in laravel

amir-shirdel

Feb 25th, 2019 08:51 AM

I bought a Laravel script and now I want to edit it. When I put a file like a jquery, I give a 404 error in the laravel public folder. But the files that were already in the public folder of laravel are running without problems, but when I create a file there, I encounter the error.

my laravel project cannot access to public folder in url like : http://basagan.com/js/jquery.js

but default file like : http://basagan.com/js/app.js is fine , work and run without problem

andrewo0

Feb 25th, 2019 11:36 AM

Hi @amir-shirdel

What laravel script are you using?