▲ | poidos 2 days ago | |||||||
Where would one get started with PHP without picking up Laravel or Drupal? | ||||||||
▲ | hk1337 2 days ago | parent | next [-] | |||||||
▲ | nedt 2 days ago | parent | prev | next [-] | |||||||
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. | ||||||||
▲ | reconnecting 2 days ago | parent | prev [-] | |||||||
|