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
@@ -162,16 +162,14 @@ Deployments are triggered by committing to Git and pushing to GitHub.
162
162
163
163
- Create a site in your [Netlify](https://netlify.com) account
164
164
- Link the site to your desired GitHub repository
165
-
- Add build command `php please ssg:generate` (if you need to compile css/js, be sure to add that command too and execute it before generating the static site folder. e.g. `npm install && npm run build && php please ssg:generate`).
166
-
- Set publish directory `storage/app/static`
167
-
168
-
After your site has an APP_URL...
169
-
170
-
- Set it as an environment variable. Add `APP_URL``https://thats-numberwang-47392.netlify.com`
171
-
172
-
Finally, generate an `APP_KEY` to your .env file locally using `php artisan key:generate` and copy it's value, then...
173
-
174
-
- Set it as an environment variable. Add `APP_KEY``[your app key value]`
165
+
- Add build command `php please ssg:generate`
166
+
- If you need to compile css/js, be sure to add that command too and execute it before generating the static site folder
0 commit comments