DEV Community

Discussion on: The easy way to turn a website into a Progressive Web App

Collapse
 
pranavlute profile image
pranavlute

Hi,

I'm having website developed in codeigniter and having index.php in the root folder, so can I convert my website into PWA..

I'm trying to migrate it but it's giving an error..

Is there any problem with .php files in PWA

Collapse
 
pixeline profile image
Alexandre Plennevaux

Hello!
The short answer is : no problem !

PWA is a frontend technology. PHP is a backend technology, so since CodeIgniter is a MVC framework, you should probably work on the Views to include the necessary javascript, manifest, ... files.