128 questions
environmentWSL2 (Ubuntu 22.04)DockerNginxMysqlPhpmyadminWhat do you want to doSince Mysql cannot be started, I want to find out the cause and start it.StatusMigration failed → Mysql is not starting → ...
I'm trying to use config('app.env') to make a decision to run only when local in Ravel 9.However, it doesn't work.No matter how you configure .env, it always returns local.Other files, such as .env.te...
In laravel, I created an API that outputs JSON search results, but since there is a lot of data to output, I created it to send data in split echo.In this case, if I want to run the API within php of ...
I'm developing with Ravel 9+docker.You are about to run db:seed to create initial or sample data.This will create data in the development database.I'm also trying to add initial and sample data to the...
The Ravel app is working properly in docker environment.docker exec-it app bashinto the container, and just under the laravel project, phpartisan command:test_commandWhen you run the and commands, Wit...
We introduced mailhog to test mail transmission with Ravel, which is operated by docker.However, an error has occurred and cannot be sent.Swift_TransportExceptionConnection could not be established wi...
After entering characters using the store mezzot, when I press the registration button, I want to do the registration process and add it to the list screen, but I got the following error, so it doesn'...
There is an application currently under development at Ravel, and I would like to treat nested data as a single array, but I am having a hard time because I do not know how to do it.The forms we want ...
I use laravel,vue.js,docker (local uses nginx for docker) on my Mac to create a web app locally. I think it's because the .env configuration is strange, but it doesn't connect to the local mysql that ...
I ran DB definition on Ravel with the following command:$phpartisan migrateIs there a way to automatically create Model files/classes after this?I've seen how to make migration at the same time as mak...
- 1 - | » |
© 2024 OneMinuteCode. All rights reserved.