Skip to content

Update page builder guide with Laravel 12.x links and storage:link#2796

Open
rvyhvn wants to merge 1 commit intoarea17:3.xfrom
rvyhvn:docs/fix-page-builder-guide
Open

Update page builder guide with Laravel 12.x links and storage:link#2796
rvyhvn wants to merge 1 commit intoarea17:3.xfrom
rvyhvn:docs/fix-page-builder-guide

Conversation

@rvyhvn
Copy link
Copy Markdown

@rvyhvn rvyhvn commented Feb 2, 2026

Description

This PR updates the documentation to align with current versions of Laravel and Twill, and addresses common setup hurdles for new users:

  • Laravel 12.x Updates: Updated references and links in the "Installing Laravel" guide to point to the 12.x documentation.
  • Twill 3.5 Recommendation: Updated composer require commands to recommend ^3.5 (reflecting the current 3.5.3 tag).
  • Missing Setup Steps: Added the php artisan storage:link command, which is essential for media library functionality.
  • Troubleshooting Tip: Added a note regarding APP_URL configuration. Specifically, advising users to use 127.0.0.1:8000 instead of localhost when using php artisan serve to avoid potential image cropping issues.

Related Issues

N/A

- Updating Laravel version references to `12.x`
- Adding the `storage:link` command step
- Including the troubleshooting tip for `APP_URL`
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 2, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants