laravel-5 tag

19 questions


1 answers
97 views
0
Transaction rolls back in Ravel 5.8 for some reason

Thank you for your continuous support.Developed in Ravel 5.8/php 7.3.Since there was multiple tables of insert processing, we are processing transactions using \DB::transaction.In the local environmen...

2 years ago

2 answers
166 views
0
I want Laravel to pass the data to the view and display it in the browser, but it's not working.

The following error is causing me to fail.Could someone show me the way to resolve the error?What you want to doIn view, use foreach to extract each record.Specify the properties of the extracted reco...

2 years ago

1 answers
97 views
0
I don't know if the Larvel 5.5 windows function is called correctly.

In Ravel 5, I want to separate Create and Like operations with buttons, but I can't do it well.Buttons are processed in a separate PHP file.<button type=submit class=btn btn-primary name=create>...

2 years ago

2 answers
123 views
0
Understanding Laravel 5.3 Multilingualism

If you want to multilingualize validation messages (this time in Japanese), /resources/lang/ja/validation.phpIn the attributes array of the above files field name =>Japanese name The field name is ...


1 answers
75 views
0
What to do if the css attribute selector is not available in goutte?

Hello.I'm writing something like a tool to collect information using laravel5+goutte.Some sites are struggling to get the URL to the next page because they do not use class in tag a and specify it wit...

2 years ago

2 answers
88 views
0
Installing "ORCHID" in a Ravel 5.5 Development Environment

https://orchid.software/en/docs/requirements/I have installed it with reference to , but it doesn't work.Inherit your model App\Usernamespace App;use Orchid\Platform\Core\Models\User as BaseUser;class...

2 years ago

1 answers
91 views
0
Ravel 5.1 phpartisan route:list indicates Session store not set on request

phpartisan route:list indicates RuntimeException Session store not set on request. I can't see the route list.I would appreciate it if you could give me advice from someone you know.routes.phpRoute::g...

2 years ago

2 answers
121 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
96 views
0
What is the cause of the syntax error, unexpected '@', expecting', 'or') error?

I am currently developing it at Ravel, but I will use the code below.<?php/*|--------------------------------------------------------------------------| Web Routes|---------------------------------...

2 years ago

1 answers
113 views
0
I want to resolve the error in resources/views/layouts.blade.php in Ravel 5.4

Prerequisites/What you want to achieveCurrently, Ravel 5.4.23 creates Blade files for common layouts and individual user-only content settings pages for that link.The following error message occurred ...

2 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.