Update leenooks/laravel and now using @js @css shortcuts

This commit is contained in:
Deon George
2021-12-20 14:08:00 +11:00
parent b7b6a575bc
commit 0aa7ff3b2c
30 changed files with 922 additions and 1778 deletions

View File

@@ -263,8 +263,9 @@ DO NOT request making changes to an active service here, it will not be processe
@endsection
@section('page-scripts')
@js('plugin/jqBootstrapValidation/jqBootstrapValidation.js','jq-validation','jquery')
@js('//code.jquery.com/ui/1.12.1/jquery-ui.js','jquery-ui-js','jqery')
<!-- @todo change to blade service provider -->
@themejs('plugin/jqBootstrapValidation/jqBootstrapValidation.js','jq-validation','jquery')
@themejs('//code.jquery.com/ui/1.12.1/jquery-ui.js','jquery-ui-js','jqery')
<script>
$(function () { $("input,select,textarea").not("[type=submit]").jqBootstrapValidation(); } );