Any reason for migrating to laravel 7?

|
rebory 2020-08-27 11:40:26
laravel_discuss-48872.jpg

rebory 2020-08-27 11:42:08
laravel_discuss-48873.jpg

sriniprabu 2020-08-27 11:43:00
Nimit1906 2020-08-27 10:03:19
@sriniprabu brother divice provider give the sdk so how i work on it

they certainly will give you also a manual of how to use it

sriniprabu 2020-08-27 11:43:32
we do for NFC and card readers such programming.
rebory 2020-08-27 11:45:31
rebory 2020-08-27 11:42:08

?????

themanojyadav 2020-08-27 14:19:42
I have an issue in my application.
I am sending two same name fields from Form. But php is only getting the last one. But i want that it will get the first one. How i can do this
Billa_Bongg 2020-08-27 14:38:06
themanojyadav 2020-08-27 14:19:42
I have an issue in my application.
I am sending two same name fields from Form. But php is only getting the last one. But i want that it will get the first one. How i can do this

You will have to change the name so that they can have a unique identify otherwise I don’t think same name will work but I stand to be corrected

2020-08-27 14:44:43
HI… I have order page where i select my customer name form customer master and i have two buttons pant and shirt ,if i select pant button it goes to pant measurment page but how i take customer id when i cilick pant or shirt button to redirct to that page
themanojyadav 2020-08-27 14:56:09
Billa_Bongg 2020-08-27 14:38:06
You will have to change the name so that they can have a unique identify otherwise I don’t think same name will work but I stand to be corrected

Actually i am preventing my application from HTTP parameter pollution attack.

themanojyadav 2020-08-27 14:56:29
Thats why i need to know how i can access precedence parameter from form fields
mrbiryani 2020-08-27 15:01:54
Laravel 7 tuturial link please
2020-08-27 15:03:50
mrbiryani 2020-08-27 15:01:54
Laravel 7 tuturial link please

try devdojo buddy

2020-08-27 15:04:01
YouTube
mrbiryani 2020-08-27 15:04:10
2020-08-27 15:03:50
try devdojo buddy

Okay

shikhar3198 2020-08-27 15:04:12
Any one have Update On Laravel 8 ??
mrbiryani 2020-08-27 15:07:01
Any detail video on laravel 7 migration
shubhamdhyani 2020-08-27 15:16:22
Any reason for migrating to laravel 7?
shubhamdhyani 2020-08-27 15:17:15
https://laravel.com/docs/7.x/upgrade
shubhamdhyani 2020-08-27 15:18:15
you wont find many video links and its better to read and understand the depth of reasons
Christoph 2020-08-27 15:25:15
shubhamdhyani 2020-08-27 15:16:22
Any reason for migrating to laravel 7?

To update your application from Laravel 6 to 7 takes you like 5-10 minutes. If you don’t update your application in a long time it’s going to be much more difficult to do it later since then you have to upgrade first to 7, then to 8, then to 9. Why no just keep it up to date and invest those 5-10 minutes?

Christoph 2020-08-27 15:28:03
shikhar3198 2020-08-27 15:04:12
Any one have Update On Laravel 8 ??

Laravel 8 is going to be released on September 8th

Christoph 2020-08-27 15:28:33
https://laravel.com/docs/7.x/releases
shubhamdhyani 2020-08-27 15:32:05
Christoph 2020-08-27 15:25:15
To update your application from Laravel 6 to 7 takes you like 5-10 minutes. If you don’t update your application in a long time it’s going to be much more difficult to do it later since then you have to upgrade first to 7, then to 8, then to 9. Why no just keep it up to date and invest those 5-10 minutes?

Hmm i like to keep moving from lts to lts

shubhamdhyani 2020-08-27 15:32:15
Security updates are rather more important for me
shubhamdhyani 2020-08-27 15:32:37
Also those 5-10 mins are still applicable at a later time
Christoph 2020-08-27 15:33:12
shubhamdhyani 2020-08-27 15:32:05
Hmm i like to keep moving from lts to lts

Yes, that is also not bad if you don’t need the new functionalities.

Christoph 2020-08-27 15:34:21
But the changes are not big. You know with the new version numbers they use. It’s like you move from 5.6 to 5.7.
mrbiryani 2020-08-27 16:14:05
I have just started learning laravel 7. So I trying to understand the concepts of it. Can you help me?
Christoph 2020-08-27 16:22:12
mrbiryani 2020-08-27 16:14:05
I have just started learning laravel 7. So I trying to understand the concepts of it. Can you help me?

If you starting learning, I would recommend Laracasts. It’s the best way to start

Christoph 2020-08-27 16:22:24
https://laracasts.com

Laracasts
Push your web developments skills to the next level, through expert screencasts on Laravel, Vue, and so much more.
mrbiryani 2020-08-27 16:22:54
Christoph 2020-08-27 16:22:24
https://laracasts.com

Thank you. I will try

Himanshu sharma 2020-08-27 16:27:24
Does anybody know how to open drive document in adobe view sdk
Himanshu sharma 2020-08-27 16:27:35
https://documentcloud.adobe.com/view-sdk-demo/index.html#/view/SIZED_CONTAINER/Bodea%20Brochure.pdf
Himanshu sharma 2020-08-27 16:28:07
I want to know what to be passed in file url so it can open drive document on website using adobe sdk
Himanshu sharma 2020-08-27 16:28:18
Normal generated google drive link is not working
Himanshu sharma 2020-08-27 16:28:32
Please help i am beginner in development
Billa_Bongg 2020-08-27 16:35:01
themanojyadav 2020-08-27 14:56:29
Thats why i need to know how i can access precedence parameter from form fields

What if I get the parameters passed and put them in an array then check the values

DesolatorMagno 2020-08-27 16:48:31
Billa_Bongg 2020-08-27 14:38:06
You will have to change the name so that they can have a unique identify otherwise I don’t think same name will work but I stand to be corrected

Using array let you use the same name.

themanojyadav 2020-08-27 16:58:55
Billa_Bongg 2020-08-27 16:35:01
What if I get the parameters passed and put them in an array then check the values

How

GistOf 2020-08-27 18:02:08
shaildark 2020-08-26 22:06:30
Anyone know how to upload laravel website on bytehost, I created my account on that to upload my demo project so that I can show it in job interview, it shows only htdocs folder on online file manager

Did you get help?

GistOf 2020-08-27 18:02:40
shaildark 2020-08-26 22:06:30
Anyone know how to upload laravel website on bytehost, I created my account on that to upload my demo project so that I can show it in job interview, it shows only htdocs folder on online file manager

Did you fix the problem?

GistOf 2020-08-27 18:41:40
themanojyadav 2020-08-27 14:19:42
I have an issue in my application.
I am sending two same name fields from Form. But php is only getting the last one. But i want that it will get the first one. How i can do this

If you set a value to a variable twice guess which value the variable is going to hold…
Why don’t you put them in an array or give the suffixes which you can remove in PHP?

GistOf 2020-08-27 18:43:32
Something like name_1 and name_2
GistOf 2020-08-27 18:44:03
Why should they have the same name anyway?
kuzmich321 2020-08-27 18:45:16
themanojyadav 2020-08-27 14:19:42
I have an issue in my application.
I am sending two same name fields from Form. But php is only getting the last one. But i want that it will get the first one. How i can do this

It doesn’t make sense to duplicate

kuzmich321 2020-08-27 18:46:40
themanojyadav 2020-08-27 14:19:42
I have an issue in my application.
I am sending two same name fields from Form. But php is only getting the last one. But i want that it will get the first one. How i can do this

How would you find something if those are identical ? IRL

kuzmich321 2020-08-27 18:48:33
themanojyadav 2020-08-27 14:19:42
I have an issue in my application.
I am sending two same name fields from Form. But php is only getting the last one. But i want that it will get the first one. How i can do this

Anyway
name=”name[]” should work 🙂

GistOf 2020-08-27 18:52:21
2020-08-27 14:44:43
HI… I have order page where i select my customer name form customer master and i have two buttons pant and shirt ,if i select pant button it goes to pant measurment page but how i take customer id when i cilick pant or shirt button to redirct to that page

You can put the buttons in two different forms with two different actions. You may need to populate the forms with JS taking the user’s input from a third form. Sounds messy, I know.

Another way is to make them choose between the two items in the form so you can redirect them accordingly based on that field’s value

GistOf 2020-08-27 18:53:45
2020-08-27 15:03:50
try devdojo buddy

You’re rewarding laziness

GistOf 2020-08-27 18:57:47
kuzmich321 2020-08-27 18:48:33
Anyway
name=”name[]” should work 🙂

Exactly

|