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.
No updates recorded for this project yet.
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.