database - Uploading a webpage made via Laravel on a core PHP based website -
how upload laravel based webpage on php server? main website coded in core php , made webpage using laravel. guy working uploading of webpages didn't know how integrate either? tell me how can upload webpage coded via laravel on php server?
laravel php framework , individual laravel webpages not exist - define routes , use controller method direct request appropriate view or response (look mvc). if made single route, controller , view , want html on live site copy generated page source static html file. need stylesheets , scripts go it. bad idea in terms of maintainability , ease of deployment though. should either make entire site (or section of site) in laravel or not @ all.
alternatively need install laravel application on web server following the docs.
Comments
Post a Comment