laravel tag

128 questions


1 answers
38 views
0
The Task Scheduling feature should be working properly in Ravel, but it does not work.

I used the task scheduling function in Ravel to create a random update of the quiz, but the task schedule should be working normally, but there is no change at all.Is the description of handle() in Ti...

2 years ago

1 answers
52 views
0
How do I change the validation message?

Lavel 6.0php7.3I have translated the Larvel validation into Japanese, and it says, Please enter half-width alphanumeric characters for name as shown in the image.I would like to make this Please enter...

2 years ago

1 answers
42 views
0
html (I want to include p-tags, h-tags, etc.) in variables

I can't decide how to insert the syntax of html into the variables in the methods in the controller.public function show(profile$profile){$text=profile\n. {$profile->name}\n. Work\n. {$profile-&...

2 years ago

1 answers
41 views
0
Target class [ 〇ed Seeder] does not exist. does not resolve the issue.

I'm running the laravel app on my mac.I tried to use Ravel's seeder function, so I wrote the code, but it didn't work and the following error occurred.Thank you for your cooperation.The error statemen...

2 years ago

2 answers
48 views
0
I want to install two buttons in the form and process them separately.

Is it possible to install two buttons in the form and have them take different actions?Below is Ravel's Blade.For example, action method.a and action method.b on Finish when you teach Next.<form me...

2 years ago

1 answers
42 views
0
Understanding Laravel's Eloquent Model

Let me ask you a rudimentary question about Eloquent.Get() could not retrieve data from the BelongTo destination table.use Illuminate\Database\Eloquent\Model;use Illuminate\Database\Eloquent\Relations...

2 years ago

1 answers
40 views
0
How to Implement the Action to Determine if You Have Been Logged In with Ravel for 24 Hours

Currently, we are trying to create a system where we cannot vote again until 24 hours after logging in as a double vote prevention function in Ravel.I would like to create a method called logintime in...

2 years ago

1 answers
42 views
0
I want to make sure that & is always output by {{&}} through html specialchars in the laravel 4.2 blade.

I want to always use html specialchars when outputting with laravel blade.I think it will be like extending or overwriting the blade, but could you tell me how to implement it?I am using laravel 4.2.

2 years ago

1 answers
84 views
0
Connecting to Ravel Oracle 11g

After installing RavelIntroducing yajra/larvel-oci8Edit php.iniadd extension=php_oci8_11g.dll; Use with Oracle 11gR2 Instant Clientconfig\database.php ConfigurationAfter doing the above and performing...

2 years ago

1 answers
112 views
0
Error when trying to get coverage in xdebug by running laravel unit test

PrerequisitesWhen I tried to get coverage with xdebug by running the unit test of laravel, I got the following error:If anyone knows how to deal with it, I would appreciate it if you could let me know...

2 years ago
« - 9 - »

© 2024 OneMinuteCode. All rights reserved.