laravel tag

128 questions


1 answers
80 views
0
laravel sql error: SQLSTATE [HY000]: General error: 1364 Field 'user_id' does not have a default value

I am currently making a task list in laravel.I added the user_id column, but the error below appears.I would like you to tell me the possible cause.I don't know which source code to put in the source ...

2 years ago

1 answers
72 views
0
Screen transition during post processing at Level

I would like to post with Ravel and transition the screen, but I cannot.The error details are as follows.The requested URL/hellow was not found on this server.I think there are other settings besides ...

2 years ago

1 answers
99 views
0
I want to ban full-width spaces with regular expressions.

This is what I'm using nowregex:/^[Ah-anger 1- -a-zA-Z0-9]+$/Half-width spaces are no longer available, but full-width spaces are not possible.


1 answers
87 views
0
Scraping in Ravel

Which tool is most suitable for PHP or Ravel for scraping for data collection rather than testing?By the way, I would like to emphasize execution speed.

2 years ago

2 answers
66 views
0
I am creating web applications on laravel.I don't know where to fix the error.

https://gyazo.com/444cce9c9f21cd8fd7e6be288f3e0cfdlocalhost: This is what happens after logging in at 8000. in laravel's .envDB_CONNECTION=mysqlDB_HOST=127.0.0.1DB_PORT=3306DB_DATABASE=todoristDB_USER...

2 years ago

2 answers
166 views
0
I want Laravel to pass the data to the view and display it in the browser, but it's not working.

The following error is causing me to fail.Could someone show me the way to resolve the error?What you want to doIn view, use foreach to extract each record.Specify the properties of the extracted reco...

2 years ago

1 answers
77 views
0
I have a question about the error that does not show the password reissue screen in laravel.

I'm practicing with this laravel tutorial, and I have a question.https://www.hypertextcandy.com/laravel-tutorial-authentication-part-2Development Environment AWScloud9】What I want to realize したいChange...

2 years ago

1 answers
80 views
0
Error in ReflectionException cannot be resolved when configuring HomeMiddleware in Ravel.

I thought I copied the code of the book completely for Ravel's study, but the following error came out.I would appreciate it if you could let me know.Error Contents ReflectionExceptionClass App\Http\C...

2 years ago

2 answers
90 views
0
Page Nation with Ravel

To page using RavelI use the paginate() method every time Two things run: SQL to get the number of cases and SQL to get the results.How does the paginate() method work?

2 years ago

1 answers
125 views
0
Migration does not work.I am using laravel 5.6.

Migration does not work.I am using laravel 5.6.We are doing the first slide 66 below.https://schoo.jp/class/3651#Run Results phpartisan migrate<!doctype html><html><head><title>...

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.