File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33declare(strict_types=1);
44
5- namespace App\Themes \%theme_namespace%\Providers;
5+ namespace Theme \%theme_namespace%\Providers;
66
77use Illuminate\Support\ServiceProvider;
88use Pollora\Support\Facades\Asset;
9- use Pollora\Support\Facades\Theme;
109
1110class AssetServiceProvider extends ServiceProvider
1211{
@@ -23,7 +22,7 @@ class AssetServiceProvider extends ServiceProvider
2322 */
2423 public function boot(): void
2524 {
26- Asset::add('%theme_name%/script', 'assets/ app.js')
25+ Asset::add('%theme_name%/script', 'app.js')
2726 ->container('theme')
2827 ->toFrontend()
2928 ->useVite();
Original file line number Diff line number Diff line change 44 <div class =" mt-9" >
55 <h1 class =" text-4xl font-bold tracking-tight text-zinc-800 sm:text-5xl" >@title </h1 >
66 <div class =" mt-6 prose prose-stone" >
7- {{ \Theme \Default \hello () } }
87 @content
98 </div >
109 </div >
You can’t perform that action at this time.
0 commit comments