So laravel is a helper to arrange your php structure?

|
2020-12-23 19:57:49
8000 yeap. Or 8080 or whatever you link to by port option. But by cron somehow it runs extra listener)
hypernxf 2020-12-23 19:57:53
Oh I thought the port is 8080 LoL.

For windows, there are Laragon, XAMPP, etc that will work too.

GistOf 2020-12-23 19:58:21
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

Like you said, of course it sets up the environment according to the .env file

2020-12-23 19:58:34
I still using simple physical servers. Have some always)
2020-12-23 19:58:58
laravel_discuss-63762.jpg

hypernxf 2020-12-23 19:59:11
cool!
2020-12-23 19:59:15
Like that I mean. Single unit
GistOf 2020-12-23 20:00:05
2020-12-23 19:58:58

Nice

2020-12-23 20:00:31
Ok. I’m laughing too much right now. Happy there are still people thinking not just executors. I ask one more question when I get it short enough to tell)
GistOf 2020-12-23 20:01:04
I’m planning to use Raspberry Pi 4 or similar as a home server
2020-12-23 20:02:07
GistOf 2020-12-23 20:01:04
I’m planning to use Raspberry Pi 4 or similar as a home server

You broke my rest) so what is you OS choice? Those packet scheduling is pretty complicated compared to one’s were good before

2020-12-23 20:02:37
So torrent last priority, Skype is first priority and similar
hypernxf 2020-12-23 20:03:02
haha I’ll leave you guys now to continue watching my show.

It was a great discussion just now 🙂

2020-12-23 20:03:13
C u
GistOf 2020-12-23 20:03:32
2020-12-23 20:02:07
You broke my rest) so what is you OS choice? Those packet scheduling is pretty complicated compared to one’s were good before

I don’t choose an OS. I mostly just go with Ubuntu without thinking

2020-12-23 20:03:55
GistOf 2020-12-23 20:03:32
I don’t choose an OS. I mostly just go with Ubuntu without thinking

And packet priority? None?

GistOf 2020-12-23 20:04:12
I use Ubuntu as my daily driver, so it’s a no brainer
2020-12-23 20:04:48
Happy one. I have 30mbs and it is not enough to talk and download something larger than few gb
GistOf 2020-12-23 20:05:05
2020-12-23 20:03:55
And packet priority? None?

I don’t worry about nitty gritties. I’m a simple guy

GistOf 2020-12-23 20:05:58
My download needs are not great
2020-12-23 20:07:40
Ok. Than again about laravel. So it is finally a framework etc. Etc. But. It is not only for web. It is also related to api, whatever whatever. Still http and https? Ive found some connectors to straight FS and other proxy listeners, but globally it is just a wrapper for old cms?
GistOf 2020-12-23 20:08:31
No
2020-12-23 20:08:34
I still can’t find obvious for me difference between laravel and modx or similar
GistOf 2020-12-23 20:09:14
Do you know Bootstrap?
2020-12-23 20:09:25
Sure.) pretty old. Like me)
2020-12-23 20:09:39
But its a js and css file finally
GistOf 2020-12-23 20:09:58
It’s that simple
hypernxf 2020-12-23 20:10:18
yes you are right. No matter how you twist Laravel, it’s just PHP.
GistOf 2020-12-23 20:10:30
Laravel is a framework, just like Bootstrap
2020-12-23 20:11:04
So laravel is a helper to arrange your php structure? I never investigate css and plain html
hypernxf 2020-12-23 20:11:16
But through your years of experience, you should know that writing great structured code using Industry standards Design patterns is not an easy task for anyone.
hypernxf 2020-12-23 20:11:54
and many times, your code got so bloated with sphaghetti code all over the place that trying to maintain is become a time bomb
hypernxf 2020-12-23 20:12:25
So Laravel also provide that convenience of a “MVC” model though not really a full MVC
hypernxf 2020-12-23 20:12:58
To simply put, Laravel is a box that fits in all the basic utility needs you may need to develop a full web app.
GistOf 2020-12-23 20:13:03
john do you understand composer and why it exists?
|