laravel tag

128 questions


1 answers
34 views
0
phpartisan migrate: Cannot refresh

phpartisan migrate:fresh is not possible.The following error will appear during execution.I would like to know the possible cause.SQLSTATE [42S21]: Column already exists: 1060 Duplicate column name 'u...

2 years ago

1 answers
53 views
0
Unable to respond to notification with ERROR: Class'App\Http\Controllers\Api\Firebase\Factory'not found error

We are currently using the firebase-php library to support Push notifications within the EC2 server.https://github.com/kreait/firebase-phpWe are trying to install and test the notification confirmatio...

2 years ago

1 answers
72 views
0
OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno54 when downloading Homestead

After installing virtual box and vagrant, vagrant box add larvel/homesteadI typed, but the homestead installation didn't work.I tried about five times, but I got the same error.This may be the cause b...


1 answers
87 views
0
Display AJAX communicated data via WordPress in header.blade.php on the laravel side

The data (header and footer) that WordPress communicated with AJAX were displayed on the laravel side, respectively, but the source code below is not possible.Where is it wrong?<iframe id=myiframes...

2 years ago

1 answers
92 views
0
Absolute path to Twitter share URL in Ravel

If you put https://example.com/member/show/1 on Twitter's OGP (press the share button to share images and URLs), the URL can be skipped.The URL of Ravel does not fly well.(url={route('member.show', ['...

2 years ago

1 answers
82 views
0
Error when installing laravel in Cloud9 and testing phpunit.

The following steps will result in an error.(1) Install Ravel in Cloud9.(2) Copy route.php to route_a.php.Add the following description to route_a.phpRoute::get('/test/', function(){ echo'test';});(3)...

2 years ago

1 answers
39 views
0
Ravel, PHP gets Operation not Permitted error when using chmod method

I am currently implementing scraping in Ravel, but when I moved from the local environment to the staging environment, I received the error failed to open stream: Permission denied for the file_put_co...

2 years ago

1 answers
36 views
0
I want to pass data to select box (Larvel)

What you want to doWhat's in the select box (hobby)·Walking·Cooking·MoviesIf you have a 1 ID (hobby: walking), I would like to make the select box (hobby) a walk.Current Code (★★★★.blade.php) <sele...

2 years ago

1 answers
125 views
0
I want to download files from the S3 server to the EC2 server.

I am developing it with laravel.This may be a rudimentary question, but how do I download files from the S3 server to the EC2 server?Can I download it as a byte array?We are thinking of retrieving fil...


1 answers
127 views
0
Understanding Blade Directives for JWT API Authentication

JWThttps://packagist.org/packages/tymon/jwt-authI would like to use @auth with the above authentication.What should I do?

2 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.