diff --git a/app/Entities/Masters/Master.php b/app/Entities/Masters/Master.php deleted file mode 100755 index 1a3a347..0000000 --- a/app/Entities/Masters/Master.php +++ /dev/null @@ -1,16 +0,0 @@ -name; - } - -} \ No newline at end of file diff --git a/app/Entities/Masters/MastersRepository.php b/app/Entities/Masters/MastersRepository.php deleted file mode 100755 index 64245c7..0000000 --- a/app/Entities/Masters/MastersRepository.php +++ /dev/null @@ -1,18 +0,0 @@ -=7.0.0", "backup-manager/laravel": "dev-master", - "barryvdh/laravel-dompdf": "^0.8.0", "intervention/image": "^2.3", "laracasts/flash": "~2", "laracasts/presenter": "^0.2.1", diff --git a/composer.lock b/composer.lock index a79fd96..0262f5f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "fc5bb1ecce7c375fae4d8ca2d512da7c", + "content-hash": "f1fd8e5aced5f88b95ebbe2f66adb308", "packages": [ { "name": "backup-manager/backup-manager", @@ -134,62 +134,6 @@ "time": "2017-09-27T05:15:29+00:00" }, { - "name": "barryvdh/laravel-dompdf", - "version": "v0.8.1", - "source": { - "type": "git", - "url": "https://github.com/barryvdh/laravel-dompdf.git", - "reference": "3b2235e589616331d68482d61b7763789a2600fe" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/3b2235e589616331d68482d61b7763789a2600fe", - "reference": "3b2235e589616331d68482d61b7763789a2600fe", - "shasum": "" - }, - "require": { - "dompdf/dompdf": "^0.8", - "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x", - "php": ">=5.5.9" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.8-dev" - }, - "laravel": { - "providers": [ - "Barryvdh\\DomPDF\\ServiceProvider" - ], - "aliases": { - "PDF": "Barryvdh\\DomPDF\\Facade" - } - } - }, - "autoload": { - "psr-4": { - "Barryvdh\\DomPDF\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Barry vd. Heuvel", - "email": "barryvdh@gmail.com" - } - ], - "description": "A DOMPDF Wrapper for Laravel", - "keywords": [ - "dompdf", - "laravel", - "pdf" - ], - "time": "2017-07-29T19:01:17+00:00" - }, - { "name": "doctrine/inflector", "version": "v1.2.0", "source": { @@ -311,68 +255,6 @@ "time": "2014-09-09T13:34:57+00:00" }, { - "name": "dompdf/dompdf", - "version": "v0.8.1", - "source": { - "type": "git", - "url": "https://github.com/dompdf/dompdf.git", - "reference": "9ea852c4bdc74fac5def165e6cd52353f7ca3b3f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dompdf/dompdf/zipball/9ea852c4bdc74fac5def165e6cd52353f7ca3b3f", - "reference": "9ea852c4bdc74fac5def165e6cd52353f7ca3b3f", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-gd": "*", - "ext-mbstring": "*", - "phenx/php-font-lib": "0.5.*", - "phenx/php-svg-lib": "0.3.*", - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "4.8.*", - "squizlabs/php_codesniffer": "2.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-develop": "0.7-dev" - } - }, - "autoload": { - "psr-4": { - "Dompdf\\": "src/" - }, - "classmap": [ - "lib/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-2.1" - ], - "authors": [ - { - "name": "Fabien Ménager", - "email": "fabien.menager@gmail.com" - }, - { - "name": "Brian Sweeney", - "email": "eclecticgeek@gmail.com" - }, - { - "name": "Gabriel Bull", - "email": "me@gabrielbull.com" - } - ], - "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", - "homepage": "https://github.com/dompdf/dompdf", - "time": "2017-09-14T01:36:24+00:00" - }, - { "name": "egulias/email-validator", "version": "2.1.2", "source": { @@ -1502,83 +1384,6 @@ "time": "2017-03-13T16:27:32+00:00" }, { - "name": "phenx/php-font-lib", - "version": "0.5.1", - "source": { - "type": "git", - "url": "https://github.com/PhenX/php-font-lib.git", - "reference": "760148820110a1ae0936e5cc35851e25a938bc97" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/760148820110a1ae0936e5cc35851e25a938bc97", - "reference": "760148820110a1ae0936e5cc35851e25a938bc97", - "shasum": "" - }, - "require-dev": { - "phpunit/phpunit": "^4.8" - }, - "type": "library", - "autoload": { - "psr-4": { - "FontLib\\": "src/FontLib" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0" - ], - "authors": [ - { - "name": "Fabien Ménager", - "email": "fabien.menager@gmail.com" - } - ], - "description": "A library to read, parse, export and make subsets of different types of font files.", - "homepage": "https://github.com/PhenX/php-font-lib", - "time": "2017-09-13T16:14:37+00:00" - }, - { - "name": "phenx/php-svg-lib", - "version": "v0.3", - "source": { - "type": "git", - "url": "https://github.com/PhenX/php-svg-lib.git", - "reference": "a85f7fe9fe08d093a4a8583cdd306b553ff918aa" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/a85f7fe9fe08d093a4a8583cdd306b553ff918aa", - "reference": "a85f7fe9fe08d093a4a8583cdd306b553ff918aa", - "shasum": "" - }, - "require": { - "sabberworm/php-css-parser": "8.1.*" - }, - "require-dev": { - "phpunit/phpunit": "~5.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Svg\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "LGPL-3.0" - ], - "authors": [ - { - "name": "Fabien Ménager", - "email": "fabien.menager@gmail.com" - } - ], - "description": "A library to read, parse and export to PDF SVG files.", - "homepage": "https://github.com/PhenX/php-svg-lib", - "time": "2017-05-24T10:07:27+00:00" - }, - { "name": "phpoffice/phpexcel", "version": "1.8.1", "source": { @@ -1958,50 +1763,6 @@ "time": "2017-09-08T07:28:55+00:00" }, { - "name": "sabberworm/php-css-parser", - "version": "8.1.0", - "source": { - "type": "git", - "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", - "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/850cbbcbe7fbb155387a151ea562897a67e242ef", - "reference": "850cbbcbe7fbb155387a151ea562897a67e242ef", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "require-dev": { - "phpunit/phpunit": "*" - }, - "type": "library", - "autoload": { - "psr-0": { - "Sabberworm\\CSS": "lib/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Raphael Schweikert" - } - ], - "description": "Parser for CSS Files written in PHP", - "homepage": "http://www.sabberworm.com/blog/2010/6/10/php-css-parser", - "keywords": [ - "css", - "parser", - "stylesheet" - ], - "time": "2016-07-19T19:14:21+00:00" - }, - { "name": "spatie/fractalistic", "version": "2.7.0", "source": { diff --git a/database/migrations/2016_03_04_030804_create_site_references_table.php b/database/migrations/2016_03_04_030804_create_site_references_table.php deleted file mode 100644 index c12654b..0000000 --- a/database/migrations/2016_03_04_030804_create_site_references_table.php +++ /dev/null @@ -1,33 +0,0 @@ -increments('id'); - $table->string('cat', 20); - $table->char('code', 1); - $table->string('name', 60); - }); - } - - /** - * Reverse the migrations. - * - * @return void - */ - public function down() - { - Schema::drop('site_references'); - } -} diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 4afefdf..b62df9a 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -4,28 +4,25 @@ @section('content') @include('flash::message') -
-