Browse AI Field GuideForum Podcast
All ThreadsLeaderboard
  1. Discussions

    1. Popular This Week
    2. Popular All Time
    3. Solved
    4. Unsolved
    5. No Replies Yet

rmlaptopabs's avatar

Reverb WebSockets Integration

I am creating a custom integration with Laravel where I am sending real time sensor data to display that data on a web page. I am using websockets because of the real-time communications, and being a client, I don't need a public IP address for each client either. I am using the wss scheme and using nginx for the SSL handshake along with the reverse proxy (http scheme) to conn

rmlaptopabs's avatar
rmlaptopabs's avatar ianflanaga...1yr agoReverb
5
86
Last reply by ianflanagan1 1yr ago
Rediska's avatar

Why does Supervisor give an error with NGINX PHP?

I am running a project with Laravel. I use Dokploy, Docker, Nginx, PHP 7.4. From time to time there is a high load on the server. I checked the logs and see the following errors: 2024-11-28 05:25:55,583 INFO exited: laravel-queue_04 (exit status 1; not expected) 2024-11-28 05:25:55,595 INFO spawned: 'laravel-queue_03' with pid 1119923 2024-11-28 05:25:55,598 INFO spawned: 'lara

Rediska's avatar
Rediska's avatar JussiManni...1yr agoLaravel
1
1
Last reply by JussiMannisto 1yr ago
alex32's avatar

laravel 11 - install with docker

Following Laravel doc, I've installed Ubuntu 22.04 as a default distro for WSL2. Next, I've installed Docker Desktop and linked to WSL2. Next I open wsl terminal and typed as below, followed by my admin-psw . Then a list of files are displayed with: Permission denied attached, and the folder my-app doesn't exist. Stackoverflow suggest to edit the docker-file, but my folder

alex32's avatar
alex32's avatar assenheime...1yr agoLaravel
5
1
Last reply by assenheimer 1yr ago
ndukachukz's avatar

error creating a new laravel application

when i run laravel new laravel-react-template i get this error: Crafting application... In CurlFactory.php line 200: cURL error 6: Could not resolve host: cabinet.laravel.com (see __hs://curl.haxx.se/libcurl/c/libcurl-errors.html) new [--dev] [--5.2] [--] [<name>] I am using a windows 10 machine I'm new to Laravel and don't know what to do anymore

ndukachukz's avatar
ndukachukz's avatar tykus1yr agoLaravel
1
1
Last reply by tykus 1yr ago
swamydeshetty's avatar

Im getting the timeout issue while hitting the zoho apis

[2024-11-11 12:27:27] local.ERROR: cURL error 28: Failed to connect to www.zohoapis.com port 443 after 10002 ms: Timeout was reached (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://www.zohoapis.com/crm/v2/Contacts?per_page=200&page=3 {"userId":1,"exception":"[object] (Illuminate\Http\Client\ConnectionException(code: 0): cURL err

swamydeshetty's avatar
swamydeshetty's avatar swamydeshe...1yr agoLaravel
0
1
chanksela94's avatar

Laravel Sail on Ubuntu

Hey, guys. I'm trying to install the Laravel project with Sail following the documentation guide. After running curl command (the one provided in laravel documentations) the terminal tells me that the docker is not running. I'm checking from docker desktop and terminal the status of docker and according to it, docker is actually running. I installed Docker and Docker desktop st

chanksela94's avatar
chanksela94's avatar chanksela9...1yr agoLaravel
1
1
Last reply by chanksela94 1yr ago
Lutacon's avatar

Laravel Herd w/ODBC + SAP HANA

Hello, I'm in Mac OS Sequoia 15.0.1 with Laravel Herd. Is it possible to install obdc in the php version of Laravel Herd? Right now the modules installed are: php -m [PHP Modules] bcmath bz2 calendar Core ctype curl date dba dom exif FFI fileinfo filter ftp gd gettext gmp hash herd iconv igbinary imagick imap intl json ldap libxml mbstring mongodb mysqli mysqlnd openssl pcntl p

Lutacon's avatar
Lutacon's avatar Tray21yr agoLaravel
4
1
Last reply by Tray2 1yr ago
treadnought's avatar

Testing error on Laravel Forum

I'm trying to set up Edit Post functionality in the tutorial project https://laracasts.com/series/build-a-forum-with-laravel I am working on a clone of branch episode_51; nothing changed at all except I've added extra Post resource routes edit and update, as well as a new test file EditPost.php. Here's my web.php route: Route::middleware([ 'auth', config('jetstream.auth

treadnought's avatar
treadnought's avatar treadnough...1yr agoTesting
6
1
Last reply by treadnought 1yr ago
davidmarsmalow's avatar

Laravel Sanctum: Route [login] not defined. when invalid token is passed.

i have Laravel Sanctum on this version Laravel 11.28 Sanctum 4.0.3 PHP 8.3.9 I created an api routes of login just to create a token using createToken() and the process is working just fine with the access token is successfully stored in the personal_access_token in my database and also when hit the api with the Auth Bearer Token of the correct plain text token. My problem is

davidmarsmalow's avatar
davidmarsmalow's avatar JussiManni...1yr agoLaravel
6
1
Last reply by JussiMannisto 1yr ago
ahmedde's avatar

Permission issues while dockerizing Laravel App for production

This is a Laravel-Vue-Inertia App. This works well: docker-compose.yml services: app: build: context: . dockerfile: Dockerfile image: laravel-app container_name: app restart: unless-stopped tty: true user: www-data #has no effect depends_on: - db environment:

ahmedde's avatar
ahmedde's avatar ahmedde1yr agoDevOps
0
1
KumarKelashMeghwar's avatar

Error pushing to wasabi storage

I am trying to push my files to wasabi storage but getting an error, I tried to follow their docs but still it did not work out: Code: if ($settingsData->video_encoding == 'on') { $this->moveFileStorage($video['name'], config('path.videos')); } protected function moveFileStorage($file, $path): void { $localFile = public_path('temp/' . $file); // Move the file... S

KumarKelashMeghwar's avatar
KumarKelashMeghwar's avatar KumarKelas...1yr agoLaravel
0
1
azay's avatar

In my local machine broadcasting and it works fine but in Production which is Digital ocean app platform it cannot connect to the server.

In my local machine broadcasting and it works fine but in Production which is Digital ocean app platform it cannot connect to the server. .env BROADCAST_DRIVER=reverb REVERB_APP_ID=my-app-id REVERB_APP_KEY=my-app-key REVERB_APP_SECRET=my-app-secret REVERB_HOST=0.0.0.0 # Bind to all interfaces REVERB_SCHEME=https # Use https for security, especially since your ap

azay's avatar
azay's avatar admin@sand...1yr agoReverb
2
1
Last reply by [email protected] 1yr ago
hpbrandt's avatar

FormSpark Failing with SSL Error

I have a simple form on page for support requests that POSTS to Formspark. It is failing with : [Error] An SSL error has occurred and a secure connection to the server cannot be made. [Error] XMLHttpRequest cannot load https://submit-form.com/xxxxxxxx due to access control checks. in both Chrome and Safari. I can use POSTMAN and submit a form successfully. I can successfully cu

hpbrandt's avatar
hpbrandt's avatar hpbrandt1yr agoRequests
1
1
Last reply by hpbrandt 1yr ago
morawcik's avatar

Blocked communication between hetzner and marketplace api server (both ways)

Hi, With Forge I created 2 hetzner servers (CX22 and CAX21). On both I have the same app/script - store with communication to the local marketplace api and with CAX21 everything is ok but at CX22 i'm getting timeout from curl: GuzzleHttp\Exception\ConnectException: cURL error 28: Failed to connect to erli.pl port 443 after 10002 ms: Timeout was reached (see https://curl.haxx.se

morawcik's avatar
morawcik's avatar morawcik1yr agoServers
0
2
AffData's avatar

Reverb doesn't work after switching from Sail to Herd

No matter what I tried it doesn't work on the frontend with: WebSocket connection to 'wss://app.test:8080/app/laravel-herd?protocol=7&client=js&version=8.4.0-rc2&flash=false' failed: WebSocket is closed before the connection is established. REVERB_APP_ID=1001 REVERB_APP_KEY=laravel-herd REVERB_APP_SECRET=secret REVERB_HOST="app.test" REVERB_PORT=8080 REVE

AffData's avatar
AffData's avatar markusva1yr agoReverb
1
1
Last reply by markusva 1yr ago
eugenefvdm's avatar

Pest PHP Session validation test failing at GitHub Actions but works locally.

I have a Pest automated test that checks to see if the minimum characters are 8 when doing the stock Laravel password reset. I had to implement this because I discovered in legacy code that the code Fortify has for PasswordValidationRules is failing on some websites because it was never updated. When I run this test locally, it works. When I push the code to GitHub where it tri

eugenefvdm's avatar
eugenefvdm's avatar eugenefvdm1yr agoTesting
2
7
Last reply by eugenefvdm 1yr ago
stratboy's avatar

Sail + Scout + Mailisearch: why is my installation not indexing when queue:true and gives errors when queue:false?

Hi, I'm trying scout and meilisearch for the first time. I followed the laracast guide as well as the Scout docs, and the official mailisearch's laravel guide. I managed to have mailisearch recognize the index name, but it's not indexing both when I batch import and when I create a record (Seed in my case). So when I open http://localhost:7700/ I see the mailisearch GUI with 's

stratboy's avatar
stratboy's avatar LaryAI1yr agoLaravel
2
1
Last reply by LaryAI 1yr ago
apollo10's avatar

Error on create laravel project

Hello, help please... thanks. 64/64 [============================] 100% In Git.php line 473: Failed to execute git clone --mirror -- https://ghp...cyg:x-oaut [email protected]/twigphp/Twig.git "C:/Users/Sam Sepiol/AppData /Local/Composer/vcs/https---github.com-twigphp-Twig.git/" Cloning into bare repository 'C:/Users/Username/AppData/Local/ Composer/vcs/https---githu

apollo10's avatar
apollo10's avatar apollo101yr agoLaravel
3
1
Last reply by apollo10 1yr ago
Zoul's avatar

Base table or view not found: 1146 Table 'db.about' doesn't exist

Hi all, i had a migration file named about, then i deleted manually and created another one named abouts which triggered the above error, i searched everywhere in project there is nothing calling about table. i stoped the AppServiceProvider boot method to make sure nothing is running just in case, and also ran many times php artisan make:refresh/fresh but still the same Any id

Zoul's avatar
Zoul's avatar Zoul1yr agoEloquent
14
2
Last reply by Zoul 1yr ago
oliverbusk's avatar

Deploying Laravel application to production - files/app not deployed

I have a standard Laravel application which I have developed locally using Laravel Herd, that I am trying to deploy to my production environment. I am using Portainer, and I only have access to the Portainer ui. I have the following files in my app's root folder: Dockerfile: # Use the official PHP image with FPM FROM php:8.3-fpm # Set working directory WORKDIR /var/www/html #

oliverbusk's avatar
oliverbusk's avatar vincent150...1yr agoLaravel
2
1
Last reply by vincent15000 1yr ago
vincent15000's avatar

Laravel sail + dusk

Hello, I have followed the documentation to install dusk with sail. I run the test with php artisan dusk and I get this error. FAILED Tests\Browser\ExampleTest > basic example WebDriverCurlException Curl error thrown for http POST to /session

vincent15000's avatar
vincent15000's avatar vincent150...1yr agoTesting
0
1
stratboy's avatar

How to rename the database after sail/docker installation?

Hi, I just curl -s "https://laravel.build/example-app" | bash But I'm not happy with the default dateabase name, which is 'laravel'. Updating the .env and database.php files is not enough since the new database does not exists in docker. So maybe I can create another one or just rename the existing one. I guess the latter is the best. But I don't know how. I tried to

stratboy's avatar
stratboy's avatar stratboy1yr agoLaravel
5
1
Last reply by stratboy 1yr ago
Jafo232's avatar

Herd only allowing one connection at a time

I am testing out some code and I have several sites configured in Herd. Site a.test on the backend, needs to communicate with b.test via a curl call, but when that happens, everything locks up and nothing is accessible until the requests times out. So when a.test is trying to make a call to b.test, even if I call b.test in another browser, it is locked until the other process

Jafo232's avatar
Jafo232's avatar Jafo2322yrs agoLaravel
1
1
Last reply by Jafo232 2yrs ago
ndavidson7's avatar

Local CI testing using Nektos/Act fails but remote GH Actions succeeds

My GitHub Actions workflow succeeds remotely but when running locally using Act, I get the following error: SQLSTATE[HY000] [1045] Access denied for user 'root'@'172.18.0.1' (using password: YES) (Connection: mysql, SQL: select table_name as `name`, (data_length + index_length) as `size`, table_comment as `comment`, engine as `engine`, table_collation as `collation` from inform

ndavidson7's avatar
ndavidson7's avatar mellymatt1yr agoDevOps
8
19
Last reply by mellymatt 1yr ago
arthurhetem's avatar

Guzzle Post escapes url in json body

Hello, i'm trying to do a post http request to a API that requires me to send a callback url in the request json body, but when i send the post request, the url get its slashes escaped with backslashes: $request = Http::ddWithCurl()->asJson()->acceptJson()->withOptions( ['debug' => true,] ); $response = $request->post('https://id.magalu.com/oau

arthurhetem's avatar
arthurhetem's avatar s4muel1yr agoRequests
1
1
Last reply by s4muel 1yr ago
alex32's avatar

Cashier webhook | URL not public?

I've installed Stripe on my live server and I'm able to see the transaction in Stripe-dahboard. But when I try to install Stripe-webhook I'm getting an error message saying my url is not public. As a result, the tables subscriptions don't get updated via StripeWebhookController.php I followed Laravel's doc to install Cashier [2] - I didn't install stripe-php like I did for

alex32's avatar
alex32's avatar alex322yrs agoLaravel
4
1
Last reply by alex32 2yrs ago
tenzan's avatar

Sail on Windows: sudo password prompt

Hi, I'm trying to follow docs at https://laravel.com/docs/11.x#sail-on-windows . I have all prerequisites installed. Sudo password on Ubuntu side has been set. The doc mentions to run curl -s https://laravel.build/example-app | bash on Windows Terminal, which opens PowerShell for me (using Win11), so I tried on Command Prompt and it prompted for WSL sudo password. Entering pa

tenzan's avatar
tenzan's avatar puklipo2yrs agoLaravel
3
1
Last reply by puklipo 2yrs ago
Luciano_Canziani's avatar

Cannot upload to R2 via Laravel & S3 API?

Using Laravel 8 with Inertia and React.Js I am bassicly getting this error: Error executing "PutObject" on "https://hiddenforprivacy.cloudflarestorage.com/hiddenforprivacy/uploads/hiddenforprivacy.png"; AWS HTTP error: cURL error 35: error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure (see https://curl.haxx.se/libcurl/c/libcurl-errors.h

Luciano_Canziani's avatar
Luciano_Canziani's avatar Luciano_Ca...2yrs agoLaravel
1
1
Last reply by Luciano_Canziani 2yrs ago
FabioPacifici's avatar

Laravel Documentation occasionally returning error 520 when visiting the website using north VPN

Hi guys, I hope you're all doing great! One of my students is experiencing an issue when attempting to visit the Laravel documentation website (laravel.com/docs) while using North VPN. The issue occurs sporadically, not every day, and it appeared again today. Notably, the error presented itself when visiting the website on a desktop PC but not on a laptop, despite both devices

FabioPacifici's avatar
FabioPacifici's avatar LaryAI2yrs agoLaravel
1
1
Last reply by LaryAI 2yrs ago
brunopincaro's avatar

Error 500 on File Uploads Over 2MB only in Production/Server

Hello everyone, I am experiencing an issue with file uploads in Livewire on my production server. Everything works perfectly in my local development environment, but when I try to upload files that are 2MB or larger in production, I receive a 500 Internal Server Error with the message Files.0 could not be uploaded. Smaller files upload without any issues. Here is my setup for b

brunopincaro's avatar
brunopincaro's avatar brunopinca...2yrs agoLivewire
5
1
Last reply by brunopincaro 2yrs ago
junedc's avatar

MeiliSearch multi-search route throwing 404 error

On PostMan, creating a post request using index search somehow works curl --location 'http://localhost:7700//indexes/e99f2662-5d20-4157-b45e-71fb810f1d7b-applications-index/search' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer masterKey' \ --data '{ "q": "FR", "limit": 20 }' however, using multi-search rout

junedc's avatar
junedc's avatar junedc2yrs agoLaravel
3
1
Last reply by junedc 2yrs ago
lalitesh's avatar

Oauth2 authentication issue in Laravel 11

I am using Laravel 11 new install with Passport package set up, I have created a client id and secret using client_credentials grant_type, when calling oauth/token, I get the access token and that access token works fine when I call this api in my application from third party application ( Postman ) Route::get('/api-testing', function (Request $request) { return ['message'

lalitesh's avatar
lalitesh's avatar lalitesh2yrs agoLaravel
2
1
Last reply by lalitesh 2yrs ago
DavidNineRoc's avatar

RoadRunner can't communicate with the worker

php artisan octane:start --host=0.0.0.0 --workers=8 curl 127.0.0.1:8000/ // console ouput: RoadRunner can't communicate with the worker

DavidNineRoc's avatar
DavidNineRoc's avatar bernhardh2yrs agoLaravel
2
1
Last reply by bernhardh 2yrs ago
suba_ic's avatar

Composer Timeout Error

I am new to Laravel and tried creating new project, But I am stuck with below error I could not proceed at all. Kindly help me resolving this. D:\Learn\Laravel\Workshop\workspace>composer create-project laravel/laravel:^11.0 example-app Creating a "laravel/laravel:11.0" project at "./example-app" Installing laravel/laravel (v11.0.0) Downloading laravel/l

suba_ic's avatar
suba_ic's avatar me-miheer1yr agoLaravel
29
1
Last reply by me-miheer 1yr ago
LucasWEB's avatar

Error with Pusher in Laravel 9

Hello everyone, I'm currently updating a Qr online platform using Pusher in Laravel 9.52 and PHP 8.1.10. I have an issue with the confirmation of my Qr code when they're scanned here's the laravel.log line "exception":"[object] (Pusher\ApiErrorException(code: 0): cURL error 6: Could not resolve host: api-.pusher.com ... at /public/vendor/pusher/pusher-php-server/

LucasWEB's avatar
LucasWEB's avatar gych2yrs agoLaravel
1
1
Last reply by gych 2yrs ago
neoteknic's avatar

Laravel Reverb + SSL + Ubuntu problem

Hello, I have a problem with reverb, I try many configuration but nothing work : Have reverb + ssl cert (letsencrypt, same as the website). Wss is ok on the website, no problem, and it receive push event. But event are spamming the error log with : cURL error 56: OpenSSL SSL_read: error:0A000126:SSL routines::unexpected eof while reading, errno 0 Job fails and retry 3 time (

neoteknic's avatar
neoteknic's avatar jefri132yrs agoReverb
5
6
Last reply by jefri13 2yrs ago
bellenoire's avatar

Laravel API no longer authenticates after server migration

I have a Laravel API that is currently hosted on a GoDaddy server. GoDaddy needed to migrate this application to a smaller server, and once they did, I am able to authenticate with the API with no errors; however, when I send a subsequent request with the API token, I get a 401 error from the API. Authentication Request POST https://blackistory.com/api/v1/authenticate BODY {&qu

bellenoire's avatar
bellenoire's avatar obrunopolo...1yr agoLaravel
11
1
Last reply by obrunopolo-47830258 1yr ago
ivotrompert's avatar

Create a new project with sail and the laravel installer

Is it possible to use the curl -s "https://laravel.build/example-app" | bash command and still use the cli menu from the laravel new command? (I mean the menu where I can choose the starter kit, testing framework and soon)

ivotrompert's avatar
ivotrompert's avatar martinbean2yrs agoGeneral
1
1
Last reply by martinbean 2yrs ago
colq2's avatar

Reuse Inertia Controller for API

I stumble across this problem again and again: How can I reuse my Inertia Controllers for my API? I saw bunch of posts on Laracasts asking the same question. And the answer is always: "Create a new controller for your API." It felt always like writing the same code twice, because the controller already returning JSON response when Inertia is requesting data from the s

colq2's avatar
colq2's avatar colq22yrs agoInertia
2
1
Last reply by colq2 2yrs ago
totoosa's avatar

Hello, anytime i try to spin up a new laravel project within docker + wsl linux 20.04. My build process get terminated or stops here

this is the response from my terminal, i can't seem to get past this process, is there something broken with my setup and how can i fix such issues. Below is the response i get in my terminal and i'm not doing anything entirely different than following the installation guide included in laravel docs ✔ meilisearch Pulled 2.8s ✔ redis Pulled

totoosa's avatar
totoosa's avatar totoosa2yrs agoLaravel
4
1
Last reply by totoosa 2yrs ago
reniar1's avatar

Laravel 11 installation with sail migration problem

Hello I have installed livewire via sail macOS curl -s "https://laravel.build/example-app" | bash next I have done composer require laravel/jetstream and php artisan jetstream:install livewire --dark during the installation I am asked if I want to re-run migrations I answer with yes ... following there is an error while migrating a column in the DB saying: INFO R

reniar1's avatar
reniar1's avatar reniar12yrs agoLaravel
1
1
Last reply by reniar1 2yrs ago
Marchius's avatar

Laravel Octane + Nginx proxy within Docker containers

I don't quite understand - is it an anti-pattern to dockerize Laravel applications in production? 95% of the guides I could find on Google are for local setup, which is different from what a production should be (The mounted app volume for starters), the other 5% use some third-party containers. I'm trying to run my Laravel application container, which would serve the app using

Marchius's avatar
Marchius's avatar navisoft1yr agoLaravel
5
1
Last reply by navisoft 1yr ago
hook's avatar

Unable to Load AJAX Data to Dynamic Dependent Dropdown

I make a program to check shipping cost and used a dynamix dependent dropdown to retrieve province_id and city_id.AJAX successfully retrieved the data from the server, but when I tried to display the data on the selectbox, no change occurred. I have tried several ways to add data into the selectbox but still no change. Here's my code Controller : public function getProvince(){

hook's avatar
hook's avatar gych2yrs agoLaravel
8
1
Last reply by gych 2yrs ago
mohamedhamidi's avatar

Nginx not forwarding laravel sanctum csrf cookie

Description : I have a web app running in docker container as following : Frontend : React Backend : PHP 8.2 / Laravel 10 Nginx v1.25 web server I am using Laravel Sanctum for cookie session handling. Problem : When i hit the /sanctum/csrf-cookie endpoint it returns 200 empty response without setting cookie session or 'Set-Cookie' header whether from frontend or postman .

mohamedhamidi's avatar
mohamedhamidi's avatar mohamedham...2yrs agoLaravel
0
1
onecollectiveDev's avatar

Docker laravel sail with php 8.3 mssql running on Mac M1

Ok so here is the goal, use laravel sail with PHP 8.3, but I need to connect to an external mssql server, thus I need mssql drivers. Here are the instructions on how to install the drivers: https://learn.microsoft.com/en-us/sql/connect/php/installation-tutorial-linux-mac?view=sql-server-ver16#installing-on-ubuntu However, I keep running into errors when trying to build the imag

onecollectiveDev's avatar
onecollectiveDev's avatar onecollect...2yrs agoLaravel
1
2
Last reply by onecollectiveDev 2yrs ago
talel's avatar

Cypress GitHub workflow

Any good reference to set up a GitHub workflow for Cypress with Laravel? The main issue I am facing is that on local development I am using Laravel Herd - which generates a secured TLS for my domain. With Cypress, setting the baseUrl configuration parameter causes the workflow to wait for a server to response before running the tests (GH Workflow). If I try to run npm run vite

talel's avatar
talel's avatar talelmisha...2yrs agoTesting
1
1
Last reply by talelmishali 2yrs ago
amitsolanki24_'s avatar

Upload files using Http client laravel

How can i upload images using http client Here is my code Http::attach('attachment', file_get_contents($image), 'image.jpg') ->post(url('api/upload')); Or Http::attach( 'attachment', file_get_contents($image), 'image.jpg', ['Content-type' =>'image/jpg'] ) ->post(url('api

amitsolanki24_'s avatar
amitsolanki24_'s avatar gych2yrs agoLaravel
12
1
Last reply by gych 2yrs ago
mathewparet's avatar

Laravel Sail broken?

Everything works fine for my existing projects, but when I try to build a new app using: curl -s "https://laravel.build/example-app" | bash This throws an error: ... #0 29.44 Get:12 http://ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 Packages [1451 kB] #0 30.83 Get:8 http://ports.ubuntu.com/ubuntu-ports jammy/universe arm64 Packages [17.2 MB] #0 31.22 Ign:8

mathewparet's avatar
mathewparet's avatar mathewpare...2yrs agoLaravel
7
1
Last reply by mathewparet 2yrs ago
Surajshetty's avatar

css/js is not working in production laravel filament

I deployed laravel filament on production server for testing but css / js file are not including or not working The laravel welcome as proper css / jss applied but when i try to access filament using /admin in url then there is no css / js https://snipboard.io/FfC4Ja.jpg https://snipboard.io/7Fh4Rz.jpg Here is Dockerfile that install all dependencies composer and npm and workin

Surajshetty's avatar
Surajshetty's avatar wolfcoder1yr agoFilament
3
1
Last reply by wolfcoder 1yr ago
nafeeur10's avatar

The stream or file "/var/www/link/storage/logs/laravel.log" could not be opened in append mode

I'm getting the error. Using Docker and Docker Compose to build the Laravel fresh project. What could be the problem? I am using Ubuntu 20.04. The main Laravel Project Folder is in /var/www/link/src File Structure mysql nginx src .env docker-compose.yml Dockerfile Dockerfile: FROM php:8.2-fpm ARG user ARG uid # Install Dependencies RUN apt-get update && apt-get insta

nafeeur10's avatar
nafeeur10's avatar nafeeur102yrs agoLaravel
0
1

Want us to email you occasionally with Laracasts news?

Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for yourself, and massively level up your development skills in the process.

Learn
BrowseSeriesCreatorSeriesLaravel PathLarabitsPlayground
Discuss
ForumPodcastSupport
Extras
Gift CertificatesApparelFAQiOS AppTerms
Social
X(Twitter)TikTokYoutube

© Laracasts 2026. All rights reserved. Yes, all of them. That means you, Todd.

Proudly hosted with Laravel Forge and DigitalOcean.

Want us to email you occasionally with Laracasts news?

Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for yourself, and massively level up your development skills in the process.

Learn
BrowseSeriesCreatorSeriesLaravel PathLarabitsPlayground
Discuss
ForumPodcastSupport
Extras
Gift CertificatesApparelFAQiOS AppTerms
Social
X(Twitter)TikTokYoutube

© Laracasts 2026. All rights reserved. Yes, all of them. That means you, Todd.

Proudly hosted with Laravel Forge and DigitalOcean.