Add minor changes that should be made to codebase in readme
This commit is contained in:
parent
d13292d0be
commit
93f62b6fba
1 changed files with 4 additions and 0 deletions
|
@ -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 shouldn’t be too hard.
|
||||
|
|
Loading…
Add table
Reference in a new issue