laravel-5 tag

19 questions


1 answers
116 views
0
I want to change the image destination of laravel.

In the default directory of laravel, the image is stored in storage/app/public, but I would like to change the destination of the image to the public/images file, what should I do?

2 years ago

1 answers
72 views
0
Cannot pass an instance of a form request to an attemptLogin overridden in the LoginController in Ravel 5.5

So that you can log in with both id and email address in Ravel 5.5I customize the login form, create app\Http\Requests\UserRequest to validate when I log in, and use app/Http/Controllers/Auth/LoginCon...

2 years ago

1 answers
83 views
0
Understanding Configuration Settings in Ravel 5.3

Thank you for your continuous support.I am studying Ravel using Ravel Framework version 5.3.I wanted to put the constants and arrays used in each place in one place, so I checked various things and to...

2 years ago

1 answers
144 views
0
I want to use axios to flip the DB value every time I click it asynchronously.

I'm using Ravel and vue to create a TODO app, and I don't know how to implement it (using axios to flip DB values every time I click on them), or even if DB doesn't have a true value in the done colum...


1 answers
85 views
0
I want to disable logins for users who have deleted logic (soft-delayed)

Thank you for your continuous support.Regarding the captioned matter, I tried coding by referring to the website below.Implementing logical deletion of user information (soft delete) with Ravel's auth...

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
88 views
0
make: Why is the use App\Http\Requests written in the controller?

When you create a controller with the command, use App\Http\Requests;Why does it come with ?It works even if you erase it as a trial.Do you expect any expansion?I would appreciate it if you could let ...

2 years ago

1 answers
97 views
0
How to obtain user information after authentication with jwt-auth in Ravel 5.5

Ravel 5.5 uses jwt-auth to make api.Based on the information obtained by searching, I have obtained user information after authentication by using the me method to the controller.If this is the case, ...

2 years ago

1 answers
101 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
« - 2 -

© 2024 OneMinuteCode. All rights reserved.