laravel tag

128 questions


1 answers
46 views
0
Illuminate\Database\QueryException: SQLSTATE [HY000]: General error: 1364 Field

What do you want to solveI am creating a simple posting site like Twitter while referring to articles on the Internet.The login function is being implemented and the dummy data of the user is being cr...

2 years ago

1 answers
43 views
0
Show the name of the commented user

I would like to display the name of the user who posted the comment.Comments can be displayed, but the name of the contributor cannot be displayed.Try changing the migration file method and typeI look...

2 years ago

1 answers
88 views
0
make: Why is the use App\Http\Requests written in the controller?

When you create a controller with the command, use App\Http\Requests;Why does it come with ?It works even if you erase it as a trial.Do you expect any expansion?I would appreciate it if you could let ...

2 years ago

1 answers
64 views
0
docker: Error response from daemon: the working directory 'C:/Program Files/Git/opt' is invalid, it needs to be an absolute path

I try to install Ravel 9 using sail, but I get an error.Git-bash to the location of the folder you want to install (or create)Run Curl-s https://larvel.build/example-app|bash by following the

2 years ago

1 answers
35 views
0
Ravel8 Which SQL query is better?

There are two tables. ArArticlesList of articles posted by users FFavoritesList of articles that users have registered as favoritesThe article and its information are registered in には.② will have the ...

2 years ago

1 answers
49 views
0
I want to upload images with laravel.

When I tried to register the image on the new registration screen, I checked it with verification and Failed to load resource: the server responded with a status of 404 (Not Found) This error occurred...

2 years ago

1 answers
128 views
0
Error installing laravel disk

PrerequisitesAn error occurred when trying to install the laravel disk.I would appreciate it if you could tell me how to deal with it.Ravel Framework 9.26.1 composer require -- devlaravel/duskt I am a...

2 years ago

1 answers
82 views
0
I want to download the processed image from the Intervention Image locally asynchronously.

Send a request via ajax and Backend processed images using Intervention ImageI'd like to download it locally.I couldn't convert the processed image data to blob and it was blocked.I heard that there a...

2 years ago

1 answers
68 views
0
a system in which documents, etc., are sent to the management and approved for the system

I am currently thinking of sending documents such as identification cards to management, such as those used in fx services, stock trading, and Uberreats delivery staff apps, and creating an app that o...


1 answers
44 views
0
Ravel Eloquent fails to get user_id

Current StateWhy can't I get [user_id] with the current code?I would appreciate it if someone could tell me.Also, I would appreciate it if you could point out any additional files in the comments.<...

2 years ago
« - 10 - »

© 2024 OneMinuteCode. All rights reserved.