We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4dea2 commit af785c8Copy full SHA for af785c8
www/resources/views/welcome.blade.php
@@ -45,6 +45,16 @@
45
</svg>
46
</div>
47
48
+ <div class="mt-8 bg-white dark:bg-gray-800 overflow-hidden shadow sm:rounded-lg">
49
+ <div class="grid grid-cols-1">
50
+ <div class="ml-12">
51
+ <div class="mt-2 p-6 text-gray-600 dark:text-gray-400 text-lg">
52
+ Congrats you have successfully installed Laravel desktop application using Electron.js!
53
+ </div>
54
55
56
57
+
58
<div class="mt-8 bg-white dark:bg-gray-800 overflow-hidden shadow sm:rounded-lg">
59
<div class="grid grid-cols-1 md:grid-cols-2">
60
<div class="p-6">
0 commit comments