Skip to content

Commit 0a7a475

Browse files
committed
Updates default template to use css from local path to allow users rendering via artisan serve. resolves #36
1 parent 5f48d3f commit 0a7a475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/templates/default.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>{{ $invoice->name }}</title>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
66

7-
<link rel="stylesheet" href="{{ asset('/vendor/invoices/bootstrap.min.css') }}">
7+
<link rel="stylesheet" href="{{ public_path('vendor/invoices/bootstrap.min.css') }}">
88

99
<style type="text/css" media="screen">
1010
* {

0 commit comments

Comments
 (0)