WordPress to Laravel Converter
Converting...Please wait. Do not refresh, close, or go back.
Your downloadable material will be ready at the end of the process.
1. The XML file should contain the exported pages from your WordPress site.
2. After conversion, Extract the zip file to get two folders: views and routes.
3. The views folder contains all your WordPress pages converted to Blade files (Laravel pages).
4. Copy the contents of the views folder and paste them inside your existing /resources/views directory.
5. The routes folder contains the web.php file with necessary routes for the new converted pages.
6. Copy the content of the generated web.php and paste it to the end of your existing /routes/web.php file.
7. Note that routing for the converted WordPress pages is static, simply calling the view, and no controllers are created. If you have some logic on a certain page that requires a controller, feel free to create it or contact us.
