← prev | next →
2020-12-23 19:48:07
Ok. Understood. And then.
2020-12-23 19:48:19
GistOf 2020-12-23 19:47:57
Like Jason says, it’s open source. You can inspect it yourself
I’d like if I had time for that)
hypernxf 2020-12-23 19:48:28
It’s too developed with years of battle tested code
hypernxf 2020-12-23 19:48:40
*stable not developed
GistOf 2020-12-23 19:49:17
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
Don’t be so trusting. Taylor doesn’t seem to care much about privacy
hypernxf 2020-12-23 19:49:27
Sure
hypernxf 2020-12-23 19:49:42
I wont say he’s a Saint or something like that.
hypernxf 2020-12-23 19:49:57
I’m just saying there really is no reason for him to do that.
Maybe for Vapour, Forge yes.
hypernxf 2020-12-23 19:50:08
But for the framework itself?
2020-12-23 19:50:43
Ok ok. It sounds real. Yet next one. Is there an overwhelming predefined controller of global “php artisian serve”? What is that? I can see processes but I can’t get how do they work
GistOf 2020-12-23 19:51:09
2020-12-23 19:48:19
I’d like if I had time for that)
Then trust the hundreds of people who have taken time to check that
hypernxf 2020-12-23 19:51:10
I didn’t really use artisan serve. I use Valet.
2020-12-23 19:51:15
I’m not paranoid or something yet curious)
2020-12-23 19:51:54
GistOf 2020-12-23 19:51:09
Then trust the hundreds of people who have taken time to check that
I do trust. But I was away for 8 years). Pretty much for me to run up to shortly)
hypernxf 2020-12-23 19:52:06
I didn’t really look into the artisan serve script before. But if I were to guess, it runs a CLI command to start a PHP process that’s it
hypernxf 2020-12-23 19:52:41
and point it to a certain port and probably some configuration to ensure route is pointed properly and other considerations
2020-12-23 19:52:43
hypernxf 2020-12-23 19:52:06
I didn’t really look into the artisan serve script before. But if I were to guess, it runs a CLI command to start a PHP process that’s it
True. Yet there are specific listeners sometimes that I can’t find in doc
GistOf 2020-12-23 19:52:47
hypernxf 2020-12-23 19:49:57
I’m just saying there really is no reason for him to do that.
Maybe for Vapour, Forge yes.
Zoom makes you pay and still spies on you after making hundreds of millions. Human greed knows no bounds
2020-12-23 19:53:02
Routine 5m 15m, 1h and 3h
hypernxf 2020-12-23 19:53:09
What kind of listeners are you referring to?
hypernxf 2020-12-23 19:53:40
Are you refering to Port Listener?
GistOf 2020-12-23 19:53:48
2020-12-23 19:51:15
I’m not paranoid or something yet curious)
I’m paranoid. You can trust me
2020-12-23 19:53:51
Php cli opens port, waiting for connection for port idle time. And shutdown
2020-12-23 19:54:10
GistOf 2020-12-23 19:53:48
I’m paranoid. You can trust me
That is why I am here)
hypernxf 2020-12-23 19:55:04
the php artisan serve is really just a way for you to easily start a server to view your website on localhost. I think with the wide spectrum of ecosystem surrounding Laravel, the usage for serve is probably in it’s minimal
2020-12-23 19:55:28
hypernxf 2020-12-23 19:55:04
the php artisan serve is really just a way for you to easily start a server to view your website on localhost. I think with the wide spectrum of ecosystem surrounding Laravel, the usage for serve is probably in it’s minimal
Ok ok. Trust you on that. Don’t bother.
hypernxf 2020-12-23 19:55:38
I cant speak of the specific technicality of the listener functionality. But it makes sense that when you spawn a process you need to listen on the port for incoming connection right?
2020-12-23 19:55:54
Just was a bit worried of why should other ports be listened
hypernxf 2020-12-23 19:56:04
When you deploy laravel to a production server, you rely on nginx/Apache etc to run your website
hypernxf 2020-12-23 19:56:25
If you are worried, dont use it 🙂 Try Laravel Valet
2020-12-23 19:56:38
hypernxf 2020-12-23 19:55:38
I cant speak of the specific technicality of the listener functionality. But it makes sense that when you spawn a process you need to listen on the port for incoming connection right?
Not if it is bound officially to certain port as said in “php artisan serve –port xx
2020-12-23 19:56:55
hypernxf 2020-12-23 19:56:25
If you are worried, dont use it 🙂 Try Laravel Valet
I don’t use Mac still. Lol)
GistOf 2020-12-23 19:57:02
hypernxf 2020-12-23 19:55:04
the php artisan serve is really just a way for you to easily start a server to view your website on localhost. I think with the wide spectrum of ecosystem surrounding Laravel, the usage for serve is probably in it’s minimal
I’m not sure but i think php artisan serve runs php -S localhost:8000
hypernxf 2020-12-23 19:57:19
ok sure, I cant really defend much for “Serve” as it’s been like 6 years since I last used serve haha
hypernxf 2020-12-23 19:57:30
I’m being very honest here
← prev | next →