laravel tag

128 questions


1 answers
63 views
0
I want to separate apps by subdirectory, not subdomains

in Apache 2.4/var/www/html/larvel (includes Ravel 5.1)/var/www/html/cakephp with CakePHP 3.2When placed like this, http://example.com/laravelhttp://example.com/cakephpWould it be possible to access it...

2 years ago

2 answers
81 views
0
PHPUnit Test Confirms Registration Test Response Does Not Work and Error Occurs

I am doing multi-posting, thank you for your cooperation.https://teratail.com/questions/c842khs7083hcaI am creating apps with laravel and vue.js in the following environments.MacOSPHP 7.4.1Lavel 6.20....

2 years ago

1 answers
103 views
0
Regarding the problem of not being able to perform screen transition after register (user registration) in Ravel 5.

I would like to transfer to the profile screen after registering with Ravel, but the registration process has been completed, and the URL I want to redirect after POSTing properly with Chrome's develo...

2 years ago

1 answers
117 views
0
The SSLized site appears as unprotected communication.

If you SSL the web app on EC2 and access the site, it says unprotected communication.The reason seems to be that the image used in the logo is not httpsed from the developer tool below.I put the image...

2 years ago

1 answers
117 views
0
Cannot delete files in Cloud Storage

When I try to delete an image that I upload to Cloud Storage, I get the following error and I cannot delete it.Aws\S3\Exception\S3ExceptionError executing ListObjects on myproject.appspot.com AWS HTTP...


1 answers
84 views
0
"InvalidSessionIdException: invalid session id" Error in browser test on disk in laravel 6.0

Code AffectedI don't know how to resolve the error in the next test on laravel diskclass HomeTest extensions DuskTestCase{ /** * ADask test example. * * @return void */ public function testExample...

2 years ago

1 answers
119 views
0
Understanding How to Handle Mixed Character Codes for Distributing Static HTML Files in the Public Folder in Ravel

I would like to distribute static HTML files in laravel 6.x series.I am trying to use the public folder, but there is a problem.Example) public/hogeA/index.html←Shift_JISpublic/hogeB/index.html←UTF-8p...


1 answers
40 views
0
Is Sentry better than Ravel 4.2 authentication?

I'm thinking of using Ravel.If you look at the page called Tutorial, it's not built-in authentication, but Many people have introduced Sentry.What are the benefits of using Sentry?

2 years ago

1 answers
39 views
0
Is there a way to specify the Ravel query rebuild SQL bind variable?

ListArray=[1,2,3];Stack::where('columnA', $ListArray) - > toSQL;I checked the contents of SQL as and found that where(`columnA`=?).I'd like to check if where works for the elements of the array, bu...

2 years ago

1 answers
40 views
0
I'm entering LABEL now. Questions about concepts

I'm going to create a web page linked to DBI'm going to use the La Label Framework because I want to use it to study.We have completed the current installation and succeeded in displaying the main pag...

2 years ago
« - 12 - »

© 2024 OneMinuteCode. All rights reserved.