/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
I still love PHP and JavaScript (2022)
(the.scapegoat.dev)
123 points
jonfelsar
| 1 comments |
09 Sep 25 20:09 UTC
|
HN request time: 0s
|
source
Show context
poidos
◴[
09 Sep 25 20:41 UTC
]
No.
45188670
[source]
▶
>>45188114 (OP)
#
Where would one get started with PHP without picking up Laravel or Drupal?
replies(3):
>>45188724
#
>>45188912
#
>>45189362
#
1.
nedt
◴[
09 Sep 25 21:21 UTC
]
No.
45189362
[source]
▶
>>45188670
#
Every PHP file can work without frameworks. The route is your filename, PHP by itself can do templating and input data is handled by the super globals.
But if you want some small and simple framework as guidance you can also try out Slim Framework.
ID:
GO
↑