-
v1.26.0 Stable
released this
2025-03-17 11:12:23 +01:00 | 0 commits to master since this releaseChanged
- upgrade murph/murph-core
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
-
v1.25.1 Stable
released this
2024-05-13 17:56:19 +02:00 | 4 commits to master since this releaseFixed
- fix murph-npm version
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
v1.25.0 Stable
released this
2024-05-12 22:55:11 +02:00 | 7 commits to master since this releaseChanged
- upgrade murph/murph-core
Upgrade
Update
src/Kernel.phpby adding:use App\Core\DependencyInjection\Compiler\BuilderBlockPass; use Symfony\Component\DependencyInjection\ContainerBuilder;And
protected function build(ContainerBuilder $container): void { $container->addCompilerPass(new BuilderBlockPass()); }Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
3 downloads
-
v1.23.0 Stable
released this
2023-11-01 16:35:12 +01:00 | 14 commits to master since this releaseChanged
- upgrade murph/murph-core
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
2 downloads
-
v1.22.0 Stable
released this
2023-09-28 18:15:45 +02:00 | 18 commits to master since this releaseAdded
- update woodpecker ci base file
Fixed
- fix #1: add UniqueEntity constraint in the User entity
Changed
- upgrade murph/murph-core
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
v1.21.0 Stable
released this
2023-08-11 09:50:15 +02:00 | 23 commits to master since this releaseChanged
- upgrade murph/murph-core
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
3 downloads
-
v1.20.0 Stable
released this
2023-07-27 18:20:36 +02:00 | 25 commits to master since this releaseFixed
- fix collection widget: allow_add/allow_delete and prototype
Added
- add user admin controller and simples views in default files
- add chdir in the console entrypoint
Changed
- upgrade murph/murph-core
Upgrade
- copy this directory into your project: https://gitnet.fr/murph/murph-skeleton/src/branch/master/templates/admin/user_admin
- copy this file into your project: https://gitnet.fr/murph/murph-skeleton/src/branch/master/src/Controller/UserAdminController.php
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
v1.19.0 Stable
released this
2023-04-15 10:53:52 +02:00 | 32 commits to master since this releaseChanged
- upgrade murph/murph-core
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
2 downloads
-
v1.18.0 Stable
released this
2023-01-13 18:29:40 +01:00 | 36 commits to master since this releaseAdded
- feat(update): update dependencies
- feat(update): apply new recipe for phpunit
- feat(update): apply recipes:update doctrine/doctrine-bundle
- feat(update): apply recipes:update doctrine/doctrine-migrations-bundle
- feat(update): apply recipes:update liip/imagine-bundle
- feat(update): apply recipes:update stof/doctrine-extensions-bundle
- feat(update): apply recipes:update symfony/apache-pack
- feat(update): apply recipes:update symfony/console
- feat(update): apply recipes:update symfony/debug-bundle
- feat(update): apply recipes:update symfony/flex
- feat(update): apply recipes:update symfony/mailer
- feat(update): apply recipes:update symfony/framework-bundle
- feat(update): apply recipes:update symfony/monolog-bundle
- feat(update): apply recipes:update symfony/routing
- feat(update): apply recipes:update symfony/security-bundle
- feat(update): apply recipes:update symfony/translation
- feat(update): apply recipes:update symfony/twig-bundle
- feat(update): apply recipes:update symfony/validator
- feat(update): apply recipes:update symfony/web-profiler-bundle
- feat(update): apply recipes:update symfony/webpack-encore-bundle
- feat(update): apply recipes:update scheb/2fa-bundle
Fixed
- fix(config): fix typo in 2fa conf
- fix(config): fix firewall config
Downloads
-
Source code (ZIP)
3 downloads
-
Source code (TAR.GZ)
2 downloads
-
v1.17.0 Stable
released this
2022-11-19 20:38:13 +01:00 | 66 commits to master since this releaseChanged
- upgrade murph/murph-core
- replace annotation with attributes
- use encore from node_modules in npm scripts
Upgrade
Replace all annotations with PHP8 attributes and change the doctrine configuration:
# config/packages/doctrine.yaml doctrine: ... orm: ... mappings: App\Core\Entity: type: attribute ... App\Entity: type: attribute ...Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
4 downloads