Add minor changes that should be made to codebase in readme

This commit is contained in:
Jonny Barnes 2016-12-10 12:01:40 +00:00
parent d13292d0be
commit 93f62b6fba

View file

@ -39,5 +39,9 @@ $ php artisan migrate
Now we need to edit some config values. In `config/app.php` edit `name`, and in
`config/syndication.php` edit it to the appropriate values or set targets to `null`.
Some other things that should be changed. Go to `resources/views/master.blade.php`,
you may not want to link to a projects page. Also in the `<head>` the two last links
are to my profile pic and pgp key, ammend/remove as desired.
Now point your server to `public/index.php` and viola. Essentially this is a
Laravel app so debugging things shouldnt be too hard.