Laravel based code that runs my personal website
https://jonnybarnes.uk
- PHP 82.5%
- Blade 14.3%
- JavaScript 1.8%
- CSS 1.2%
- HTML 0.1%
- Other 0.1%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
commit 02c0896ab21422c7b2ee63ad87276de97d2649d1
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Mon Oct 17 20:55:08 2016 +0100
Add change to log
commit 05946ce17bf81f4965da4c241c8b636b81fb15cd
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Mon Oct 17 19:06:22 2016 +0100
The docs implied a different format response, adjusting my code to the actual response
commit 55e3fab71eed3d44591d3742a9e30ae840427d2c
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Mon Oct 17 17:16:07 2016 +0100
Add a missing bracket/semi-colon to end of return statement
commit 08c5b687db7228ebbecb0cd975857c886c6e0851
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Mon Oct 17 17:10:42 2016 +0100
Only add a map for actual places
commit eef45a3ab36015ffd3ce1129afd15f570e4e8496
Author: Jonny Barnes <jonny@jonnybarnes.uk>
Date: Mon Oct 17 17:08:24 2016 +0100
Allow a name to be used instead of co-ordinates
|
||
| app | ||
| bootstrap | ||
| config | ||
| database | ||
| public | ||
| resources | ||
| routes | ||
| storage | ||
| tests | ||
| .env.example | ||
| .env.travis | ||
| .eslintrc.yml | ||
| .gitattributes | ||
| .gitignore | ||
| .styleci.yml | ||
| .stylelintrc | ||
| .travis.yml | ||
| artisan | ||
| bower.json | ||
| changelog.md | ||
| composer.json | ||
| composer.lock | ||
| dependencyci.yml | ||
| gulpfile.js | ||
| license.md | ||
| package.json | ||
| phpunit.xml | ||
| readme.md | ||
| server.php | ||
jonnybarnes.uk
This is the code that runs my website, jonnybarnes.uk.
It’s not quite ready for anyone else, but it will be soon :)