Closed MarioCake closed 6 years ago
With a layout design you only would have to edit the code in one place to change the site everywhere where it never should change. I don't know how to do it with Laravel but with PHP you could simply include html files which define the layout.
https://laracasts.com/series/laravel-from-scratch-2017/episodes/10
With a layout design you only would have to edit the code in one place to change the site everywhere where it never should change. I don't know how to do it with Laravel but with PHP you could simply include html files which define the layout.