Server Error (500) when starting my dockerized laravel app
I have created a laravel app and then created a Dockerfile: FROM php:7.4-cli RUN apt-get update -y && apt-get install
Continue readingDocker questions and answers
I have created a laravel app and then created a Dockerfile: FROM php:7.4-cli RUN apt-get update -y && apt-get install
Continue readingI’m trying to deploy and old Laravel(5.8) app using docker compose. I’ve been searching the web but all I can
Continue readingMy old Project was in PHP 5.6 & Laravel 5.4 deployed on AWS ec2 server, Now I am deploying new
Continue readingI try to install my laravel 5.5 / postgres app under docker and I encountered error: Carbon 1 is deprecated,
Continue readingI tried to run under docker my laravel 5.5 / postgres 9 app and in composer container I got error
Continue readingMy docker containers are as such: worklog_laravel_app (Laravel app) worklog_laravel_web (Nginx) worklog_laravel_db (MySQL) I have two databases setup in the
Continue readingI just joined a team with Laravel Project and assigned to setup the websocket because I have an experience with
Continue readingI am using maildev in my local development and have this code in my template. @component(‘mail::panel’) @component(‘mail::table’) | Section |
Continue reading