project
project copied to clipboard
🚀 Repo to `composer create project` a Bolt 5 project.
php 8.2
Hi, I've tried install bolt on php8.2 with no success. It seems bolt lock with old laminas and it doesn't support php8.2. Please fix it, thank! 
# Issue This error occurs after starting the server in Bolt 5 ```console In CheckCircularReferencesPass.php line 67: Circular reference detected for service "Bolt\Menu\StopwatchBackendMenuBuilder", path: "Bolt\Menu\StopwatchBackendMenuBuilder -> Bolt\Menu\BackendMenu -> Bolt\Menu\StopwatchBackendMenuBuilder". ```...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.4.3 to 2.5.0. Release notes Sourced from guzzlehttp/psr7's releases. 2.5.0 See change log for changes. 2.4.5 See change log for changes. 2.4.4 See change log for changes....
Bumps [api-platform/core](https://github.com/api-platform/core) from 2.7.6 to 2.7.10. Release notes Sourced from api-platform/core's releases. v2.7.10 What's Changed fix(serializer): reset cache key on collection items CVE-2023-25575 by @soyuka Full Changelog: https://github.com/api-platform/core/compare/v2.7.9...v2.7.10 v2.7.9 What's...
Bumps [symfony/http-kernel](https://github.com/symfony/http-kernel) from 5.4.18 to 5.4.20. Release notes Sourced from symfony/http-kernel's releases. v5.4.20 Changelog (https://github.com/symfony/http-kernel/compare/v5.4.19...v5.4.20) no significant changes v5.4.19 Changelog (https://github.com/symfony/http-kernel/compare/v5.4.18...v5.4.19) no significant changes Commits aaeec34 Update VERSION for 5.4.20...
Hi team, I've just done a new install of Bolt through the composer method and configured it to use MySQL. I'm able to load the frontend however I ran into...
Is there a reason the NPM package for @symfony/webpack-encore is still locked to 0.30? They recently released version 4.0 of both the PHP and JS package. Are you open to...
(Not sure if this has to do with me using ( and ) in paths or if it's something else.) Ubuntu 20.04.LTS. Issuing this: "php composer.phar create-project bolt/project Zap" Getting...
After uploading the website to the server, Bolt does not handle the public folder properly which was "public" on the local machine and is "public_html" on the server. clearing cache...