this post was submitted on 17 Jun 2026
2 points (53.6% liked)

Web Development

5693 readers
123 users here now

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

Related Communities

Wormhole

Some webdev blogsNot sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

CreditsIcon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 3 years ago
MODERATORS
 

While getting quotes for a site recently the question of filesystem came up a lot and I admittedly didn't know much on the subject.

Doing some research the popular choices appear to be either PHP frameworks or less often ASP.NET frameworks.

Among popular PHP frameworks I see Laravel come up a lot, open source is certainly more reliable than something maintained by Google, Facebook, or Amazon but currently the Laravel maintainers are pushing AI really really hard.

So is the only real solution to learn to program with PHP without using any frameworks or libraries? Can anybody who has implemented a secure fileserver for a website tell me how difficult or easy it would be to learn?

you are viewing a single comment's thread
view the rest of the comments
[–] spartanatreyu@programming.dev 6 points 10 hours ago (1 children)

Bro, you need to stake a step back and take a few breaths.

if you have a rudimentary understanding of tech stack terminology, then you know what FikeSystem [sic] refers to in this context.

No we don't, because your context is incompatible with reality.

A filesystem is just a way to format data.

A filesystem framework is a way to create/manage a format of data.

Neither have anything to do with Web Development.

NodeJS:FS [...] It is literally called a FileSystem in the docs, take your complaints up with them

The first sentence on their docs explicitly say: The node:fs module enables interacting with the file system in a way modeled on standard POSIX functions.

It's not a file system, it's a module for interacting with a file system.

Same thing with Laravel:

Laravel provides a powerful filesystem abstraction thanks to the wonderful Flysystem PHP package by Frank de Jonge.

An abstraction (like everything else in laravel), not a file system.

If that still doesn't convince you that Node and Laravel are not file systems or file system frameworks, consider the fact that Node also has a module called OS and Laravel has a module called database. Is node an operating system? Is Laravel a database?


Please be polite, lest you risk self-burn ironies such as these:

A simple search could do you a world of good, pal.

Anybody who doesn’t understand what is being discussed after reading that should not be trying to answer, I don’t really have a lot of time to educate every single passerby on the most basic of terminology.

I’m an ameteur at best.