Laravel Demo Challenge
Setup Virtual to laravel.demo <VirtualHost 127.0.0.1> DocumentRoot "C:\wamp\www\laravel-demo-master\public" ServerName laravel.demo
<Directory "C:\wamp\www\laravel-demo-master\public"> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all
Add/Update hosts file on windows 127.0.0.1 laravel.demo
Restart Apache/Nginx Server Launch browser to http://laravel.demo
Select the id number to view contents.
Will Display 3 tables for the selected ID#
- Category & Weight
- Scheduled Posted Content
- Posted Content