laravel tag

128 questions


1 answers
109 views
0
Unable to save image to Amazon S3 using Ravel

I wanted to save the image on Amazon S3, but I cannot save it due to the error below.Permission granted.put produces an error when sending a file:Error when sending file with The .env access key and t...

2 years ago

1 answers
72 views
0
After turning Ravel into https, post is no longer possible.

Regarding the subject, ·cloudfront→ALB→EC2↓·https~→cloudfront→ALB→EC2※ Issue https~ with Certificate ManagerAfter making the changes as shown in , Twitter authentication using post, laravel socialite ...

2 years ago

1 answers
40 views
0
I want to implement two types of login authentication with Ravel 5.

Creating pages that require login in Ravel 5.0.Administrative users (Admin) and general users (Users) exist, and the structure and usage are very different, so we divided them into separate tables.Use...

2 years ago

1 answers
42 views
0
I want to write a code that retrieves an element in iframe and adds css when clicked.

I'd like to get an element in iframe and write the code where z-index:1 is added to the iframe where the element was clicked. There was no change in the code below.Please let me know.<iframe id=Hel...

2 years ago

1 answers
35 views
0
I want to restrict login when the user is disabled by the Auth feature

I'm using Ravel 6.I would like to add a specific column (Invalid) to Users (table for login users) with the default Auth feature, and when this is true, I want the login screen to show that it behaves...

2 years ago

1 answers
36 views
0
Questions about installing Ravel

What do you want to solveI'm trying to install Ravel, but I can't install it because it looks like a screenshot.How can I install it?Please let me know if anyone knows.What I tried myselfI tried to go...

2 years ago

1 answers
38 views
0
I want to specify a stop for the entire validation for any field in laravel

Regarding the validation of laravel, let's do important fields that affect the validation of other fields first, and if not, we want to stop the entire validation.Assuming that the important field is ...

2 years ago

1 answers
43 views
0
I want to take out a specific JSON whose json_decode doesn't work well and make it into an associative array.

There is an array called $parentArr.I want to get a specific array of JSONs out of it and make it an associative array, but it doesn't work.print_r($parentArr);Result ↓ Array([id] = > 1company_id =...

2 years ago

1 answers
41 views
0
I want to get the end of the month date, but it doesn't result in the intended result.

When I tried to get the beginning and end of the month dates from the request parameters year=2022, month=6, the results were as follows:What should I do if I want to get the correct month-end date?Cu...

2 years ago

1 answers
37 views
0
When I upgraded to Ravel 5.7, the column changed to 'password,60' and I got an error.

After upgrading to Raabel 5.7, did the column names in the users table change automatically?Yes. (I'm not sure if that's the cause.) $table->string('password')->nullable();↓$table->string('pa...

2 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.