WordPress-Like Blog Laravel 5.6/5.7 and AdminLTE 3 (4) – Dynamic Data
In this fourth part of creating WordPress-Like Blog using Laravel 5.6/5.7 and AdminLTE 3, we will : Replace the Static HTML data on the home screen with data from the posts table In the home screen, 0nly display the posts that has been published. Firstly, we need to modify routes/web.php by adding the following route: Read more about WordPress-Like Blog Laravel 5.6/5.7 and AdminLTE 3 (4) – Dynamic Data[…]