docs

Static assets

Static assets can be divided into css, js, images and assets in general. Inside the public folder, you can create, if it doesn’t already exist, the images and assets folders. The directory for js files is inside the app/resources/js folder. The urls are:

If DRIVE chosen in the .env file is “local”, you can create the “uploads” folder inside the project root. This is where the files will be saved. To access the files saved in the “uploads” folder you can access the url /files.

Summary