diff --git a/composer.json b/composer.json index a55a562..b0de42f 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,6 @@ "firebase/php-jwt": "^7.0", "laravel/framework": "^12.0", "laravel/horizon": "^5.44", - "laravel/tinker": "^2.10.1", - "laravel/ui": "^4.6", "socialiteproviders/eveonline": "^4.4", "twbs/bootstrap": "^5.3" }, diff --git a/composer.lock b/composer.lock index 26af7f0..e4d832d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b475a3bddb9a92b26cfa3acb8fd91677", + "content-hash": "05a28b53334b551caf5d62352aa8a6d8", "packages": [ { "name": "brick/math", @@ -1728,135 +1728,6 @@ }, "time": "2026-02-27T13:56:35+00:00" }, - { - "name": "laravel/tinker", - "version": "v2.11.1", - "source": { - "type": "git", - "url": "https://github.com/laravel/tinker.git", - "reference": "c9f80cc835649b5c1842898fb043f8cc098dd741" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/tinker/zipball/c9f80cc835649b5c1842898fb043f8cc098dd741", - "reference": "c9f80cc835649b5c1842898fb043f8cc098dd741", - "shasum": "" - }, - "require": { - "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "php": "^7.2.5|^8.0", - "psy/psysh": "^0.11.1|^0.12.0", - "symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0|^8.0" - }, - "require-dev": { - "mockery/mockery": "~1.3.3|^1.4.2", - "phpstan/phpstan": "^1.10", - "phpunit/phpunit": "^8.5.8|^9.3.3|^10.0" - }, - "suggest": { - "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0)." - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Laravel\\Tinker\\TinkerServiceProvider" - ] - } - }, - "autoload": { - "psr-4": { - "Laravel\\Tinker\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "Powerful REPL for the Laravel framework.", - "keywords": [ - "REPL", - "Tinker", - "laravel", - "psysh" - ], - "support": { - "issues": "https://github.com/laravel/tinker/issues", - "source": "https://github.com/laravel/tinker/tree/v2.11.1" - }, - "time": "2026-02-06T14:12:35+00:00" - }, - { - "name": "laravel/ui", - "version": "v4.6.2", - "source": { - "type": "git", - "url": "https://github.com/laravel/ui.git", - "reference": "4acfa331aa073f169a22d87851dc51eb2f7ac6be" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laravel/ui/zipball/4acfa331aa073f169a22d87851dc51eb2f7ac6be", - "reference": "4acfa331aa073f169a22d87851dc51eb2f7ac6be", - "shasum": "" - }, - "require": { - "illuminate/console": "^9.21|^10.0|^11.0|^12.0", - "illuminate/filesystem": "^9.21|^10.0|^11.0|^12.0", - "illuminate/support": "^9.21|^10.0|^11.0|^12.0", - "illuminate/validation": "^9.21|^10.0|^11.0|^12.0", - "php": "^8.0", - "symfony/console": "^6.0|^7.0" - }, - "require-dev": { - "orchestra/testbench": "^7.35|^8.15|^9.0|^10.0", - "phpunit/phpunit": "^9.3|^10.4|^11.5" - }, - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Laravel\\Ui\\UiServiceProvider" - ] - }, - "branch-alias": { - "dev-master": "4.x-dev" - } - }, - "autoload": { - "psr-4": { - "Laravel\\Ui\\": "src/", - "Illuminate\\Foundation\\Auth\\": "auth-backend/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Otwell", - "email": "taylor@laravel.com" - } - ], - "description": "Laravel UI utilities and presets.", - "keywords": [ - "laravel", - "ui" - ], - "support": { - "source": "https://github.com/laravel/ui/tree/v4.6.2" - }, - "time": "2026-03-10T20:00:50+00:00" - }, { "name": "league/commonmark", "version": "2.8.1", @@ -2858,64 +2729,6 @@ }, "time": "2026-02-13T03:05:33+00:00" }, - { - "name": "nikic/php-parser", - "version": "v5.7.0", - "source": { - "type": "git", - "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82", - "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "ext-json": "*", - "ext-tokenizer": "*", - "php": ">=7.4" - }, - "require-dev": { - "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^9.0" - }, - "bin": [ - "bin/php-parse" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.x-dev" - } - }, - "autoload": { - "psr-4": { - "PhpParser\\": "lib/PhpParser" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nikita Popov" - } - ], - "description": "A PHP parser written in PHP", - "keywords": [ - "parser", - "php" - ], - "support": { - "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0" - }, - "time": "2025-12-06T11:56:16+00:00" - }, { "name": "nunomaduro/termwind", "version": "v2.4.0", @@ -3785,85 +3598,6 @@ }, "time": "2021-10-29T13:26:27+00:00" }, - { - "name": "psy/psysh", - "version": "v0.12.21", - "source": { - "type": "git", - "url": "https://github.com/bobthecow/psysh.git", - "reference": "4821fab5b7cd8c49a673a9fd5754dc9162bb9e97" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4821fab5b7cd8c49a673a9fd5754dc9162bb9e97", - "reference": "4821fab5b7cd8c49a673a9fd5754dc9162bb9e97", - "shasum": "" - }, - "require": { - "ext-json": "*", - "ext-tokenizer": "*", - "nikic/php-parser": "^5.0 || ^4.0", - "php": "^8.0 || ^7.4", - "symfony/console": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4", - "symfony/var-dumper": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4" - }, - "conflict": { - "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.2", - "composer/class-map-generator": "^1.6" - }, - "suggest": { - "composer/class-map-generator": "Improved tab completion performance with better class discovery.", - "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", - "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well." - }, - "bin": [ - "bin/psysh" - ], - "type": "library", - "extra": { - "bamarni-bin": { - "bin-links": false, - "forward-command": false - }, - "branch-alias": { - "dev-main": "0.12.x-dev" - } - }, - "autoload": { - "files": [ - "src/functions.php" - ], - "psr-4": { - "Psy\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Justin Hileman", - "email": "justin@justinhileman.info" - } - ], - "description": "An interactive shell for modern PHP.", - "homepage": "https://psysh.org", - "keywords": [ - "REPL", - "console", - "interactive", - "shell" - ], - "support": { - "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.12.21" - }, - "time": "2026-03-06T21:21:28+00:00" - }, { "name": "ralouphie/getallheaders", "version": "3.0.3", @@ -7582,6 +7316,64 @@ ], "time": "2025-08-01T08:46:24+00:00" }, + { + "name": "nikic/php-parser", + "version": "v5.7.0", + "source": { + "type": "git", + "url": "https://github.com/nikic/PHP-Parser.git", + "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82", + "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-json": "*", + "ext-tokenizer": "*", + "php": ">=7.4" + }, + "require-dev": { + "ircmaxell/php-yacc": "^0.0.7", + "phpunit/phpunit": "^9.0" + }, + "bin": [ + "bin/php-parse" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.x-dev" + } + }, + "autoload": { + "psr-4": { + "PhpParser\\": "lib/PhpParser" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nikita Popov" + } + ], + "description": "A PHP parser written in PHP", + "keywords": [ + "parser", + "php" + ], + "support": { + "issues": "https://github.com/nikic/PHP-Parser/issues", + "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0" + }, + "time": "2025-12-06T11:56:16+00:00" + }, { "name": "nunomaduro/collision", "version": "v8.9.1", diff --git a/resources/views/auth/eve.blade.php b/resources/views/auth/eve.blade.php deleted file mode 100644 index aeb81e1..0000000 --- a/resources/views/auth/eve.blade.php +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - EVE SSO Login - - - -
- @if (session('error')) -
{{ session('error') }}
- @endif - -

Sign in with EVE Online

- - - {{-- Put the official EVE SSO image in: public/images/eve-sso.png --}} - EVE Online Single Sign-On - - -
Click the image to begin the EVE Online SSO flow.
-
- - \ No newline at end of file diff --git a/resources/views/dashboard/dashboard.blade.php b/resources/views/dashboard/dashboard.blade.php deleted file mode 100644 index 6ea42cc..0000000 --- a/resources/views/dashboard/dashboard.blade.php +++ /dev/null @@ -1,144 +0,0 @@ -@extends('layouts.user.dashb4') -@section('content') -
-
-
-
-

Information

-
-
- This page displays the Scopes, Permissions, and Roles you currently have on the services site.
- By clicking on the Register Alt link you can add alts for SRP management.
-
-
-
-
-
-
-
-
-
-

Scopes

-
-
- - - - - - @if($scopeCount > 0) - @foreach($scopes as $scope) - - - - @endforeach - @else - - - - @endif - -
Scope
{{ $scope->scope }}
No Scopes
-
-
-
-
-
-
-

Permissions

-
-
- - - - - - @if($permissionCount > 0) - @foreach($permissions as $permission) - - - - @endforeach - @else - - - - @endif - -
Permission
{{ $permission->permission }}
No Permissions
-
-
-
-
-
-
-

Roles

-
-
- - - - - - @if($roleCount > 0) - @foreach($roles as $role) - - - - @endforeach - @else - - - - @endif - -
Role
{{ $role->role }}
No Role
-
-
-
-
-
-
-
- - - - - - - - @if($altCount > 0) - @foreach($alts as $alt) - {{ Form::open(['action' => 'Dashboard\DashboardController@removeAlt', 'method' => 'POST']) }} - - - - - - {{ Form::close() }} - @endforeach - @else - - - - - @endif - -
Alt NameCharacter IdRemove
{{ $alt->name }}{{ $alt->character_id }} - {{ Form::hidden('character', $alt->character_id) }} - {{ Form::submit('Remove Alt', ['class' => 'btn btn-primary']) }} -
No Alts on Record
-
-
-
-
-
-

Register Alts for SRP Form and Mining Taxes

-
-
- -
-
-
-
-@endsection \ No newline at end of file diff --git a/resources/views/dashboard/guest.blade.php b/resources/views/dashboard/guest.blade.php deleted file mode 100644 index a69284b..0000000 --- a/resources/views/dashboard/guest.blade.php +++ /dev/null @@ -1,15 +0,0 @@ -@extends('layouts.user.dashb4_guest') -@section('content') -
-
-
-
-

Information

-
-
- Test Page for Guest Services
-
-
-
-
-@endsection \ No newline at end of file diff --git a/resources/views/errors/401.blade.php b/resources/views/errors/401.blade.php deleted file mode 100644 index f94f82f..0000000 --- a/resources/views/errors/401.blade.php +++ /dev/null @@ -1,11 +0,0 @@ -@extends('errors::illustrated-layout') - -@section('code', '401') -@section('title', __('Unauthorized')) - -@section('image') -
-
-@endsection - -@section('message', __('Sorry, you are not authorized to access this page.')) \ No newline at end of file diff --git a/resources/views/errors/403.blade.php b/resources/views/errors/403.blade.php deleted file mode 100644 index 00ad810..0000000 --- a/resources/views/errors/403.blade.php +++ /dev/null @@ -1,11 +0,0 @@ -@extends('errors::illustrated-layout') - -@section('code', '403') -@section('title', __('Forbidden')) - -@section('image') -
-
-@endsection - -@section('message', __($exception->getMessage() ?: __('Sorry, you are forbidden from accessing this page.'))) \ No newline at end of file diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php deleted file mode 100644 index 33e8fb2..0000000 --- a/resources/views/errors/404.blade.php +++ /dev/null @@ -1,11 +0,0 @@ -@extends('errors::illustrated-layout') - -@section('code', '404') -@section('title', __('Page Not Found')) - -@section('image') -
-
-@endsection - -@section('message', __('Sorry, the page you are looking for could not be found.')) \ No newline at end of file diff --git a/resources/views/errors/419.blade.php b/resources/views/errors/419.blade.php deleted file mode 100644 index 33e8fb2..0000000 --- a/resources/views/errors/419.blade.php +++ /dev/null @@ -1,11 +0,0 @@ -@extends('errors::illustrated-layout') - -@section('code', '404') -@section('title', __('Page Not Found')) - -@section('image') -
-
-@endsection - -@section('message', __('Sorry, the page you are looking for could not be found.')) \ No newline at end of file diff --git a/resources/views/errors/429.blade.php b/resources/views/errors/429.blade.php deleted file mode 100644 index 8861baa..0000000 --- a/resources/views/errors/429.blade.php +++ /dev/null @@ -1,11 +0,0 @@ -@extends('errors::illustrated-layout') - -@section('code', '429') -@section('title', __('Too Many Requests')) - -@section('image') -
-
-@endsection - -@section('message', __('Sorry, you are making too many requests to our servers.')) \ No newline at end of file diff --git a/resources/views/errors/500.blade.php b/resources/views/errors/500.blade.php deleted file mode 100644 index 6c617a5..0000000 --- a/resources/views/errors/500.blade.php +++ /dev/null @@ -1,11 +0,0 @@ -@extends('errors::illustrated-layout') - -@section('code', '500') -@section('title', __('Error')) - -@section('image') -
-
-@endsection - -@section('message', __('Whoops, something went wrong on our servers.')) \ No newline at end of file diff --git a/resources/views/errors/503.blade.php b/resources/views/errors/503.blade.php deleted file mode 100644 index 11a5f33..0000000 --- a/resources/views/errors/503.blade.php +++ /dev/null @@ -1,11 +0,0 @@ -@extends('errors::illustrated-layout') - -@section('code', '503') -@section('title', __('Service Unavailable')) - -@section('image') -
-
-@endsection - -@section('message', __($exception->getMessage() ?: __('Sorry, we are doing some maintenance. Please check back soon.'))) \ No newline at end of file diff --git a/resources/views/errors/illustrated-layout.blade.php b/resources/views/errors/illustrated-layout.blade.php deleted file mode 100644 index 0bbf179..0000000 --- a/resources/views/errors/illustrated-layout.blade.php +++ /dev/null @@ -1,486 +0,0 @@ - - - - @yield('title') - - - - - - - - - - - - -
-
-
-
- @yield('code', __('Oh no')) -
- -
- -

- @yield('message') -

- - - - -
-
- -
- @yield('image') -
-
- - \ No newline at end of file diff --git a/resources/views/errors/layout.blade.php b/resources/views/errors/layout.blade.php deleted file mode 100644 index c80a0a3..0000000 --- a/resources/views/errors/layout.blade.php +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - @yield('title') - - - - - - - - - -
-
-
- @yield('message') -
-
-
- - \ No newline at end of file diff --git a/resources/views/errors/minimal.blade.php b/resources/views/errors/minimal.blade.php deleted file mode 100644 index b39963a..0000000 --- a/resources/views/errors/minimal.blade.php +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - @yield('title') - - - - - - - - - -
-
- @yield('code') -
- -
- @yield('message') -
-
- - \ No newline at end of file diff --git a/resources/views/inc/error.blade.php b/resources/views/inc/error.blade.php deleted file mode 100644 index 8a1b67e..0000000 --- a/resources/views/inc/error.blade.php +++ /dev/null @@ -1,16 +0,0 @@ -@extends('layouts.b4') -@section('content') -
-
- Error -
-
- @foreach($errors as $error) - - @endforeach -
-
-@endsection \ No newline at end of file diff --git a/resources/views/inc/messages.blade.php b/resources/views/inc/messages.blade.php deleted file mode 100644 index 937272f..0000000 --- a/resources/views/inc/messages.blade.php +++ /dev/null @@ -1,19 +0,0 @@ -@if(count($errors) > 0) - @foreach($errors->all() as $error) -
- {{$error}} -
- @endforeach -@endif - -@if(session('success')) -
- {{session('success')}} -
-@endif - -@if(session('error')) -
- {{session('error')}} -
-@endif \ No newline at end of file diff --git a/resources/views/layouts/admin/b4.blad.ephp b/resources/views/layouts/admin/b4.blad.ephp deleted file mode 100644 index 8e962a2..0000000 --- a/resources/views/layouts/admin/b4.blad.ephp +++ /dev/null @@ -1,15 +0,0 @@ - - -@include('layouts.admin.dashboard.head') - -
-@include('layouts.admin.dashboard.navbar') -@include('layouts.admin.dashboard.main') -@include('layouts.admin.dashboard.content') -@include('layouts.admin.dashboard.control') -@include('layouts.admin.dashboard.footer') -
- -@include('layouts.admin.dashboard.scripts') - - \ No newline at end of file diff --git a/resources/views/layouts/admin/dashboard/content.blade.php b/resources/views/layouts/admin/dashboard/content.blade.php deleted file mode 100644 index 9a5399a..0000000 --- a/resources/views/layouts/admin/dashboard/content.blade.php +++ /dev/null @@ -1,11 +0,0 @@ - -
- - @include('inc.messages') - -
- @yield('content') -
- -
- \ No newline at end of file diff --git a/resources/views/layouts/admin/dashboard/control.blade.php b/resources/views/layouts/admin/dashboard/control.blade.php deleted file mode 100644 index e678b08..0000000 --- a/resources/views/layouts/admin/dashboard/control.blade.php +++ /dev/null @@ -1,11 +0,0 @@ - - - \ No newline at end of file diff --git a/resources/views/layouts/admin/dashboard/footer.blade.php b/resources/views/layouts/admin/dashboard/footer.blade.php deleted file mode 100644 index c50be53..0000000 --- a/resources/views/layouts/admin/dashboard/footer.blade.php +++ /dev/null @@ -1,15 +0,0 @@ - - \ No newline at end of file diff --git a/resources/views/layouts/admin/dashboard/head.blade.php b/resources/views/layouts/admin/dashboard/head.blade.php deleted file mode 100644 index bdb4a0b..0000000 --- a/resources/views/layouts/admin/dashboard/head.blade.php +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - {{ config('app.name', 'W4RP Services') }} - - - - - - - - - - - - - - - - @hasSection('header') - @yield('header') - @endif - \ No newline at end of file diff --git a/resources/views/layouts/admin/dashboard/main.blade.php b/resources/views/layouts/admin/dashboard/main.blade.php deleted file mode 100644 index 1732fb9..0000000 --- a/resources/views/layouts/admin/dashboard/main.blade.php +++ /dev/null @@ -1,37 +0,0 @@ - - \ No newline at end of file diff --git a/resources/views/layouts/admin/dashboard/navbar.blade.php b/resources/views/layouts/admin/dashboard/navbar.blade.php deleted file mode 100644 index c3991a3..0000000 --- a/resources/views/layouts/admin/dashboard/navbar.blade.php +++ /dev/null @@ -1,37 +0,0 @@ - - - \ No newline at end of file diff --git a/resources/views/layouts/admin/dashboard/scripts.blade.php b/resources/views/layouts/admin/dashboard/scripts.blade.php deleted file mode 100644 index b90ffeb..0000000 --- a/resources/views/layouts/admin/dashboard/scripts.blade.php +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - -@hasSection('scripts') -@yield('scripts') -@endif \ No newline at end of file diff --git a/resources/views/layouts/admin/sidebarmenu/contract.blade.php b/resources/views/layouts/admin/sidebarmenu/contract.blade.php deleted file mode 100644 index 33dd73e..0000000 --- a/resources/views/layouts/admin/sidebarmenu/contract.blade.php +++ /dev/null @@ -1,33 +0,0 @@ - -@if(auth()->user()->hasPermission('contract.admin')) - -@endif - \ No newline at end of file diff --git a/resources/views/layouts/admin/sidebarmenu/general.blade.php b/resources/views/layouts/admin/sidebarmenu/general.blade.php deleted file mode 100644 index f918611..0000000 --- a/resources/views/layouts/admin/sidebarmenu/general.blade.php +++ /dev/null @@ -1,39 +0,0 @@ - -@if(auth()->user()->hasRole('Admin')) - -@endif - \ No newline at end of file diff --git a/resources/views/layouts/admin/sidebarmenu/miningtax.blade.php b/resources/views/layouts/admin/sidebarmenu/miningtax.blade.php deleted file mode 100644 index 7826a3e..0000000 --- a/resources/views/layouts/admin/sidebarmenu/miningtax.blade.php +++ /dev/null @@ -1,29 +0,0 @@ -@if(auth()->user()->hasPermission('mining.officer')) - -@endif \ No newline at end of file diff --git a/resources/views/layouts/admin/sidebarmenu/rentaltax.blade.php b/resources/views/layouts/admin/sidebarmenu/rentaltax.blade.php deleted file mode 100644 index 30c87b2..0000000 --- a/resources/views/layouts/admin/sidebarmenu/rentaltax.blade.php +++ /dev/null @@ -1,27 +0,0 @@ - -@if(auth()->user()->hasRole('Admin')) -