Browse blocks
Welcome back
Enter your credentials to access your account
or continue with
By continuing, you agree to our Terms of Use and Privacy Policy.
Vanilla PHP Web Stories generator with native AMP. Convert to WebP, auto-crop images, boost SEO, and clear server files via automated unlink().
Run this first, inside the extracted project folder. These files are tied to the original machine and must never be reused.
Remove-Item vendor -Recurse -Force Remove-Item node_modules -Recurse -Force Remove-Item bootstrap\cache\*.php -Force Remove-Item public\storage -Force Remove-Item storage\logs\*.log -Force
composer install
npm install
Required for images and uploaded files to display correctly.
php artisan storage:link
php artisan serve
Then open http://127.0.0.1:8000 in your browser.
npm run build
.env file and database .sql are already configured,
you don't need to run key:generate or migrate.