laravel tag

128 questions


1 answers
45 views
0
I have a question about setting the PHP built-in web server option.

To change the PHP built-in web server root directory, I ran it on the terminal using the option below, but the root directory does not change when I run the actual server. Is the command I use wrong?$...

2 years ago

1 answers
30 views
0
Contact Label Migration Rollback

Hi, everyone. I'm doing this and that because I'm practicing migration, I'm asking you because there's something I don't understand because I'm trying to create a todos table and add a column with the...

2 years ago

1 answers
41 views
0
label SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect critical value: 'buy_amt * 0.00097812555575316' for column 'price' at row 1 error

I want to update the entire data, but I have to calculate the margin rate at the purchase price and divide it by the exchange rate, but there is a data format errorㅠ;; SQLSTATE[22007]: Invalid datetim...

2 years ago

1 answers
40 views
0
Table JOIN + additional questions left join query query builder representation by tying to the label Eloquent relationship

Hi, everyone.Using the label Eloquent to import table data, at the end of the search belongsto()hasMany()I knew I had to use it, but when I searched, I found that I used with() and I also used join()....

2 years ago

2 answers
47 views
0
Unable to register due to no message error when registering a lavel post

When I turned on the debugging, I don't think I can get all the name values, and I'm asking you because the post hasn't been properly registered in DB.//Create a post Route::post('/list/create/content...

2 years ago

1 answers
35 views
0
Save and load multiple checks using php power() function

Hi, everyone.When handing it over to DB, I used pow() to hand it over, but I didn't know how to get it, so I registered the question ㅠ

2 years ago

1 answers
42 views
0
I would like to ask you about the PHP built-in server settings used when using Laravel.

I used Java mostly, but this time I got the opportunity to use one of PHP and PHP frameworks, Lavel. In order to conduct the practice on Mac OS, we are checking the results of coding through a browser...

2 years ago

1 answers
37 views
0
lavel login error

function login(Request $request) { $user = $request->only('email', 'password'); if (Auth::attempt($user)) { // dd(Auth::check()); true check completed return redirect()->route('home'); } r...

2 years ago
« - 13 -

© 2024 OneMinuteCode. All rights reserved.