laravel tag

128 questions


2 answers
57 views
0
Schema difference management between production and development environments

In PHP:I would like to have the schema of the table changed in the development environment be reflected programmably in the production environment. What kind of management do you recommend?As I use PH...

2 years ago

1 answers
45 views
0
Can I use something like a binding variable in Ravel?SQL non-numeric error

I tried to select using the code below, but an error occurred.I'd like to run a SQL query by connecting specific parameters from another variable to a SQL statement. Is there a good way?error messages...

2 years ago

2 answers
120 views
0
Call to undefined method App\User::getAuthIdentifierName() in Ravel.

I thought there was a problem with the description of index.blade.php as shown in the error statement, so I checked the file, but I couldn't find the description about getAuthIdentifierName(), so I di...

2 years ago

1 answers
153 views
0
Where do I set Access-Control-Allow-Origin:*?

I'm developing with Ravel and Vue, but I'm having trouble with this kind of error.Where can I set Access-Control-Allow-Origin:* to resolve this?

2 years ago

1 answers
47 views
0
About Ravel Authentication

phpartisan make:authIn , I made authentication.What should I type in url to jump to the page where login, register is displayed?

2 years ago

1 answers
159 views
0
Laravel's command-line program does not recognize the parameters and drops them.

This is a beginner's question.I've created a simple Ravel command-line program like this: ElasticIndexMaker.php<?phpnamespace App\Console\Commands\User;use Illuminate\Console\Command;class ElasticI...

2 years ago

1 answers
50 views
0
I don't know why the error is happening: Uncaught SyntaxError: Unexpected token ':'

Uncaught SyntaxError: Unexpected token ':'There is...I don't know why it's an error.I think I made a mistake on JS.<script> function createLink(){ const div3 = document.getElementById(div3); i...

2 years ago

1 answers
46 views
0
Missing cache location for second argument in WorkCommand constructor after Ravel 6.x

The second argument was incremented in the Illuminate\Queue\Console\WorkCommand constructor in Ravel 6.x and later.Prior to 6.x/** * Create a new queue work command. * * @param\Illuminate\Queue\Worker...

2 years ago

1 answers
56 views
0
Cannot access node in Laradock environment

ProblemsI am currently making a product in the React+Lavel environment.Server-side rendering is required and is being built using spatie/larvel-server-side-rendering.The local test environment was suc...

2 years ago

1 answers
50 views
0
How do I modify the SQL syntax to have the same word count as 1 in the post?

As shown in the code below, the total of multiple strings such as delicious and delicious in the body column of the DB table can be displayed on the Blade, but if there are multiple words such as deli...

2 years ago
« - 5 - »

© 2024 OneMinuteCode. All rights reserved.