First step towards Laravel 5.5

This commit is contained in:
James Cole
2017-09-09 21:57:24 +02:00
parent 834db4d02f
commit d1e60cd546
11 changed files with 71 additions and 238 deletions

9
server.php Executable file → Normal file
View File

@@ -1,13 +1,4 @@
<?php
/**
* server.php
* Copyright (C) 2016 thegrumpydictator@gmail.com
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
declare(strict_types = 1);
/**
* Laravel - A PHP Framework For Web Artisans