You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,13 +133,13 @@ php artisan db:seed
133
133
>
134
134
> This user has **all permissions** link to it's account
135
135
136
-
And voilà! You can now serve the platform as a **Laravel** application by running this command `php artisan serve` or use your favorite **WEB** server to serve it.
137
-
138
-
> By default the `helper-dev.zip` contains the assets `public/build` folder, but if you want you can use the following command to generate it:
136
+
> Last thing before you can server the project you need to use the following command to generate vite assets:
139
137
>
140
138
> - Generate assets for production: `npm run build`
141
139
> - Generate assets for development: `npm run dev` or `vite`
142
140
141
+
And voilà! You can now serve the platform as a **Laravel** application by running this command `php artisan serve` or use your favorite **WEB** server to serve it.
142
+
143
143
Last thing to do, run the below command to clear all caches:
0 commit comments