Update laravel to 9.x

This commit is contained in:
Deon George
2023-01-27 21:35:00 +11:00
parent e0185345c8
commit daeea9a1f6
16 changed files with 6785 additions and 7636 deletions

2
resources/js/app.js vendored
View File

@@ -1 +1 @@
require('./bootstrap');
import './bootstrap';

View File

@@ -38,9 +38,6 @@
@section('scripts')
@include('architect::layouts.partials.scripts')
{{-- Scripts --}}
{!! Asset::scripts() !!}
@yield('page-scripts')
@show
</body>

View File

@@ -12,9 +12,6 @@
@section('scripts')
@include('architect::auth.partials.scripts')
{{-- Scripts --}}
{!! Asset::scripts() !!}
@yield('page-scripts')
@show
</body>

View File

@@ -38,9 +38,6 @@
<link rel="stylesheet" href="{{ url('/css/flags16-both.css') }}">
<link rel="stylesheet" href="{{ url('/css/flags32-both.css') }}">
<!-- STYLESHEETS -->
{!! Asset::styles() !!}
<!-- Theme style -->
<link rel="stylesheet" href="{{ asset('/css/architect.min.css') }}">