If it is OK to ask I would like to know what is laravel?

|
fam85 2020-12-23 13:27:11
Acird Burn 2020-12-23 13:25:30
Yes

Do u have a demo?

rootkings 2020-12-23 13:31:18
hypernxf 2020-12-23 13:04:05
Why dont you just format it yourself?

laravel_discuss-63681.jpg

rootkings 2020-12-23 13:31:29
Finally i do that
hypernxf 2020-12-23 13:43:59
rootkings 2020-12-23 13:31:18

Congrats!

rootkings 2020-12-23 13:44:26
hypernxf 2020-12-23 13:43:59
Congrats!

Thx for you help! Regards i learn a lot of thing carbon.

hypernxf 2020-12-23 13:46:02
You are welcome!
2020-12-23 14:44:43
laravel_discuss-63686.jpg

LambdaVector 2020-12-23 15:03:30
looking for the latest youtube downloader that is working,
i understand that youtube updates its algorithms so these downloaders stop working after a while
Acird Burn 2020-12-23 15:13:46
fam85 2020-12-23 13:27:11
Do u have a demo?

Inbox

2020-12-23 16:29:19
https://www.linkedin.com/posts/athira-sattan-b025b1185_vaas-intelligent-technology-services-technology-activity-6747502661219819520-gWuz

Athira Sattan on LinkedIn: VAAS Intelligent Technology Services TECHNOLOGY SERVICE PVT. LTDLinkedin
#hiring #jobvacancy of #android apps developer
Vacancy: Android Developer
Location: #workfromhomeopportunity
Job description: Android UI development,…
2020-12-23 19:36:12
Hi. If it is OK to ask I would like to know what is laravel? Framework ok, assistance ok. I mean what is laravel in purpose? It is a complicated extendable php script which links/filters input and parces output? The very question is why laravel exists? If people can do their own cms, sites, apies, whatever you call. Is there very reason for laravel? Not against nor for. But just why? Learning laravel for few weeks)
GistOf 2020-12-23 19:38:49
2020-12-23 19:36:12
Hi. If it is OK to ask I would like to know what is laravel? Framework ok, assistance ok. I mean what is laravel in purpose? It is a complicated extendable php script which links/filters input and parces output? The very question is why laravel exists? If people can do their own cms, sites, apies, whatever you call. Is there very reason for laravel? Not against nor for. But just why? Learning laravel for few weeks)

I don’t know how others feel about this, but I think this is a very good question

hypernxf 2020-12-23 19:38:57
yes
hypernxf 2020-12-23 19:39:46
I agree. I think personally for me, Laravel as a framework allows me to focus on writing business logic code without having to worry about other aspects of it as compare to when you write your own code from scratch
hypernxf 2020-12-23 19:40:23
I’ve been down that rabbit hole in the past. Simply trying to create a flexible/dynamic route on your own is alot of effort and the end result it’s probably still not even close to what Laravel is capable of producing
2020-12-23 19:40:29
Happy I’m not alone) very old sysasmin with some knowledge of how web works)
hypernxf 2020-12-23 19:40:56
Then you should know in the past creating url routes is a pain in the ***…
2020-12-23 19:41:15
Resource? That helps. A bit)
hypernxf 2020-12-23 19:41:19
index.php?page=home

that kinda thing. It’s a killer to write a good code for it.

2020-12-23 19:42:08
Ok ok. Thinking of exact next question. Please wait if you can)
hypernxf 2020-12-23 19:42:25
What Laravel as a framework does is to provide all these none business related infrastructure code for you. So that you dont have to worry about it.
2020-12-23 19:43:32
But this code is not yours, so you should worry if someone will not take care of of overwhelming value length or similar, no?
hypernxf 2020-12-23 19:44:02
You are right to say that. Using Third party code always has that great concern of code being abadoned
GistOf 2020-12-23 19:44:37
2020-12-23 19:36:12
Hi. If it is OK to ask I would like to know what is laravel? Framework ok, assistance ok. I mean what is laravel in purpose? It is a complicated extendable php script which links/filters input and parces output? The very question is why laravel exists? If people can do their own cms, sites, apies, whatever you call. Is there very reason for laravel? Not against nor for. But just why? Learning laravel for few weeks)

The way I see it, Laravel is just a framework. I’m sure you’re familiar with CSS or Javascript frameworks. Laravel is like that for PHP. It is to PHP what Bootstrap is to CSS. It gives you a starting point that helps you avoid the usual tasks associated with building a PHP web app

2020-12-23 19:44:48
I installed laravel. Ran “npm install && npm run dev” and saw 79 something installed) scared)
hypernxf 2020-12-23 19:45:00
However, Laravel has a very huge community support behind it and the founders/owners/contributors are very dedicated to their craft probably also because of the business value in it.
hypernxf 2020-12-23 19:45:29
when you run npm install, you are really referring more towards the frontend more then Laravel as a PHP framework for the backend
2020-12-23 19:45:41
GistOf 2020-12-23 19:44:37
The way I see it, Laravel is just a framework. I’m sure you’re familiar with CSS or Javascript frameworks. Laravel is like that for PHP. It is to PHP what Bootstrap is to CSS. It gives you a starting point that helps you avoid the usual tasks associated with building a PHP web app

Css and html are OK. But php has some extra access to file system and/or packet transfer)

hypernxf 2020-12-23 19:46:12
laravel code is fully open source. There’s no secret at all.
hypernxf 2020-12-23 19:46:40
So I personally think there is a certain level of trust there in terms of privacy if that’s your concern
2020-12-23 19:46:58
May be I am too old. It’s OK. But open source doesn’t mean safe. I mean if you have experience – how often global breaches are found? Not officially, but locally, to your pov
hypernxf 2020-12-23 19:47:03
Plus, Taylor Otwell really has no reason to do such things when he’s already earning millions haha
hypernxf 2020-12-23 19:47:27
That’s the beauty about Laravel personally for me, whenever there’s a security vulnerability found, the team released a patched in less then 1 to 2 days
GistOf 2020-12-23 19:47:57
2020-12-23 19:45:41
Css and html are OK. But php has some extra access to file system and/or packet transfer)

Like Jason says, it’s open source. You can inspect it yourself

hypernxf 2020-12-23 19:48:04
Though I cant speak for the future, I would say at this point, Laravel will not be an abandon framework
|