Karthick K
Explore posts from serversSpatie Media Library on a custom page
This is my code and I know I am missing something. All the documentation relating to Spatie media library is confusing. Can you someone help me what I have to do to upload and edit the image uploaded later. Submit method is empty coz i don't really know what to put here now.
11 replies
internal communication in railway not working.
I am trying to deploy a laravel application in docker. Due to certain requirements I need to deploy it in two containers. one laravel container which runs php-fpm and another one is nginx server.
I have enable private network for both the containers and I named the fpm contanier private domain app. Now if I use app:9000 in the proxy pass it is not working getting
host not found in upstream "app" in /etc/nginx/conf.d/default.conf:30
error.
everthing works for me in local. can someone help on this ?
16 replies