Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Evolution Laravel Package

evolution-cms/evolution

Evolution CMS is an open-source PHP content management system focused on speed, security, and flexibility. Build and manage websites with a familiar manager interface, powerful templating, plugins, and extensions, with modern development tools and an active community.

View on GitHub
Deep Wiki
Context7
3.5.7

Evolution CMS 3.5.7 is a maintenance and stability release focused on safer updates, improved manager usability, more reliable backups, and cleaner developer experience.

Added

  • Added a manager site update flow with improved handling for core migrations, Composer steps, custom packages, branch-based updates, and post-update reload behavior.
  • Added database backup support before manager-driven updates.
  • Added directory ZIP downloads in the file manager.
  • Added autocomplete support for @ bindings in TVs, chunks, and snippets in CodeMirror.
  • Added OPcache and JIT status to the system information screen.
  • Added the niceCount() helper for compact quantity formatting.
  • Added support for module-controlled resource tree visibility.
  • Added EvoUI manager support.
  • Added vendor publish symlink support.
  • Added optional per-user image upload base directory setting for the file browser.

Fixed

  • Improved consistency between CLI, manager, and installer update flows.
  • Fixed repeated updates so custom packages are preserved correctly.
  • Fixed Composer handling during site updates, including Composer binary resolution and avoiding unintended package updates.
  • Fixed SQLite backup restore with serialized settings.
  • Fixed SQL backup and restore handling to preserve string delimiters and reduce overhead.
  • Fixed snapshot consistency and SQLite snapshot paths containing colons.
  • Fixed stale resource lock cleanup and sanitized resource lock alerts.
  • Fixed scheduled publish date handling so scheduled and actual publish dates stay separate.
  • Fixed manager view option spacing, datepicker icon behavior, module tabs, manager icons, and theme chrome alignment.
  • Fixed dark theme readability for Store version options.
  • Fixed localization typos and synchronized reported localization keys.
  • Fixed database host port syntax and clarified database collation warnings during installation.
  • Fixed migration consistency for update paths and PostgreSQL system task migrations.
  • Fixed helper loading order and bootstrap cache path handling.

Updated

  • Updated bundled vendor dependencies.
  • Refreshed the Store module and Extras update metadata.
  • Renamed manager news/RSS wording to release-oriented labels.
  • Improved updater language strings and update confirmation text.
  • Removed the old Store self-update banner.

Upgrade Notes

This release is recommended for all Evolution CMS 3.5.x users.

The update flow received significant internal improvements. As always, make a full database and filesystem backup before upgrading production projects, especially when using custom Composer packages or custom update branches.

3.5.6

[2106997] - [FIX] Keep the light theme toggle out of the active state. (middle:Duck) [6c1a94b] - [FIX] Prevent zero-size dump batches for small tables. (middle:Duck) [8d8dcdd] - [FIX] Replace redundant roles logout and view developers list with dashboard widgets recent changes and online users view roles. (Artur Kyryliuk) [1aff71a] - [FIX] Fixed semi-transparency making protected resource titles hard to read. (Artur Kyryliuk) [8ca05ab] - [FIX] Keep lightness active menu items readable. (middle:Duck) [9f3f064] - [FIX] Remap dashboard widget permissions during updates. (middle:Duck) [d3ff323] - [FIX] Bootstrap legacy tree state for TinyMCE4 link dialogs. (middle:Duck) [bb537a0] - [UPD] Guard file_groups creation in migrations. (middleDuckAi) [35b4820] - [DEL] Liquid draft theme. (middle:Duck) [09f072f] - [UPD] Refresh Store module for 0.2.0. (middleDuckAi) [a4188e5] - [UPD] Polish Store UI follow-ups. (middleDuckAi) [b42873e] - [UPD] Restore TinyMCE4 legacy API compatibility. (middleDuckAi) [de3cef1] - [UPD] Add legacy Store delete flow and UI polish. (middleDuckAi) [8cec37b] - [REF] Stabilize Store runtime task flows and installed-state handling. (middleDuckAi) [652631c] - [UPD] Cache console catalog and unify initial load. (middleDuckAi) [b361c6a] - [UPD] Align catalog loader with Evo default style. (middleDuckAi) [6f019f1] - [UPD] Remove custom catalog loader and align layout. (middleDuckAi) [ddfa745] - [UPD] Remove module version from title. (middleDuckAi)

3.5.5

[d027f4d] - [REF] Finalized the MODX_* to EVO_* compatibility transition and prepared legacy constants for removal. (Seiger) [8b0e83a] - [ADD] Added resource group ACL management for the file and image managers. (Artur Kyryliuk) [dd7e331] - [ADD] Added deprecated:list command to find code marked for removal by semantic version. (Artur Kyryliuk) [550cf13] - [FIX] TransAlias now uses the current manager language for alias transliteration. (middle:Duck) [01e4267] - [FIX] Preserved explicit TransAlias table overrides when custom table settings are used. (middle:Duck) [d4dfcb9] - [FIX] Preserved portable path settings when saving system configuration. (middle:Duck) [6f77af6] - [FIX] Prioritized KCFinder callbacks over TinyMCE fallback in the file browser flow. (middle:Duck) [a6ff481] - [FIX] Prevented moving documents into deleted resources from the manager tree. (middle:Duck) [63f3bd5] - [FIX] Resolved an internal forward loop that could break request processing. (Seiger) [44ab3f4] - [REF] Updated Composer dependencies, improved tests, and fixed multiple PHP 8.4 deprecation warnings. (Artur Kyryliuk)

3.5.4

[1dc4453] - [REF] Mark $modx as Deprecated. (Seiger) [1aaf916] - [FIX] Reverted prefix placeholder support and fixed login issue. (Elcreator) [236b1ec] - [FIX] Reverted inability to login if NO_SESSION is set. (Elcreator) [5e4704f] - [FIX] MCPUK via evo.EVO_MANAGER_URL. (Seiger)

3.5.3

[032c5dd] - [ADD] Automatic register alias config file for custom packages. (Seiger) [e46ec54] - [ADD] Laravel session compatibility layer through EvoSessionProxy and middleware integration. (Dmi3yy) [6ded2cb] - [ADD] Initialize Laravel session support in manager via EvoSessionProxy. (Dmi3yy) [8541461] - [ADD] SQLite to the web installer. (Elcreator) [b3db5ce] - [ADD] Init new theme liquid. (Dmi3yy) [243020b] - [ADD] Introduce refined tab and popup styles, update theme variables, and adjust menu padding for improved UI consistency. (Dmi3yy) [7857ee8] - [ADD] Add SqliteDumper class and integrate SQLite backup support into database management actions. (Dmi3yy) [60da28d] - [ADD] Preset install command. (Dmi3yy)

Full Changelog: https://github.com/evolution-cms/evolution/compare/3.5.2...3.5.3

3.5.2
3.5.1
  • [GitHub: 3ce16e5] - [ADD] Performance optimization: cache dotenv to speed up bootstrap. (Seiger)
  • [GitHub: f0ba72a] - [FIX] Dates. (Seiger)
  • [GitHub: cc2fb6b] - [FIX] Fixes #2164: speed up TTFB performance. (Seiger)
  • [GitHub: 0eea7ad] - [FIX] style typo error (Dmi3yy)
  • [GitHub: 0c141c2] - [FIX] Phx inarray (Dmi3yy)
3.5.0

photo_2025-12-22_21-56-45

Evolution CMS 3.5 — 21 Years of Proven Evolution

Evolution CMS is a content management platform with 21 years of continuous development, originating in 2004 with MODX Evolution 0.7 and evolving into a modern, stable system used for projects of any scale — from simple websites to complex digital products.

What Evolution CMS Is Today

Evolution CMS is: • a fast and reliable CMS, • a platform that covers a full spectrum of use cases, • a flexible system designed for long-term projects and sustainable growth.

Laravel as a Strategic Foundation

Since Evolution CMS 2.0, the entire backend has been built on Laravel. This was a strategic decision that: • significantly expanded the platform’s capabilities, • provided a modern, industry-standard architecture, • reduced long-term maintenance and development costs, • eliminated risks related to custom backend support.

By leveraging Laravel, Evolution CMS benefits from a stable, well-supported ecosystem and predictable long-term development.

Evolution CMS 3.5

Release 3.5 delivers: • a core upgrade to Laravel 12, • architectural and UI improvements, • a solid foundation for future updates.

We deliberately focus on updates, not breaking changes. Backward compatibility remains a core principle, ensuring existing projects continue to work without disruption.

Ecosystem and Scalability

Evolution CMS features a growing ecosystem of modules, including solutions for: • e-commerce, • SEO, • multilingual content, • multisite architectures, • asynchronous task processing, • structured content and media management.

This ecosystem allows Evolution CMS to function as a flexible platform for building scalable digital products.

Development Direction

Our approach is evolution, not revolution. Stability, backward compatibility, and long-term value are the foundation of every decision.

Further platform updates and ecosystem expansion are planned for 2026, continuing the steady and predictable growth of Evolution CMS.

Key Points

21 years of continuous developmentLaravel-based backend as a strategic coreBackward compatibility as a priorityScalable architecture and modular ecosystemClear long-term development roadmap

Evolution CMS 3.5 represents a mature platform that continues to evolve with modern technology while preserving long-term stability.

3.3.0

!!! Notice: minimum PHP version 8.3. !!!

[GitHub: 74dd478] - Add Priority registration Service Providers. (Seiger) [GitHub: 8400156] - Add niceEta - Format ETA seconds into human-readable format. (Seiger) [GitHub: 7858c0a] - Add Multiply Tailwind css files compile. (Seiger) [GitHub: f2355a6] - Fix missing value from config. (elcreator) [GitHub: d6ecb76] - Fix Ignore suffix is Manager Middleware. (Seiger) [GitHub: bfef7e7] - Fix Mark nicesize() as deprecated, use niceSize() via ISO standard. (Seiger) [GitHub: b3a71f2] - Fix Refactor MODX_CLASS to EVO_CLASS. (Seiger) [GitHub: af8c774] - Fix Support PHP 8.4. (Seiger) [GitHub: 0899f09] - Fix Logo images. (Dmi3yy)

3.2.7

[GitHub: 10ad67b] - Add Core up to Laravel 11. (Seiger) [GitHub: d746b49] - Add Specified Evolution CMS version via platform-packages to check module compatibility. (Seiger) [GitHub: 8316dd8] - Add Directive @evoConfig(). (Seiger) [GitHub: c187865] - Add Tailwind CSS v4 with Build command without Node.js. (Seiger) [GitHub: 5a3272b] - Add CSP via nonce and removed jQuery dependency in the web installer. (elcreator) [GitHub: 8be64dc] - Add Command for missing translation keys. (elcreator) [GitHub: 1588ec7] - Fix Core Method sendRedirect(). (Seiger) [GitHub: af8c774] - Fix Installation failure when DB name contains dash. (elcreator) [GitHub: 0071423] - Fix CLI EVO installer. (Seiger)

3.2.6

login-background [GitHub: c6db1d0] - Add Implemented automatic detection of foreign key dependency handling for database backup. (Seiger) [GitHub: 4e1078c] - Add EVO_ define configs. (Seiger) [GitHub: 746d8c7] - Add Composer update in CLI installation. (Seiger) [GitHub: e0ee516] - Add Azerbaijani lang. (Seiger) [GitHub: 50c6d16] - Add DE core updater. (Seiger) [GitHub: 74bd6e5] - Add Access to all groups is Role Admin on frontend. (Seiger) [GitHub: 6654bf6] - Add Name of the module being Execute module. (Seiger) [GitHub: 54c455e] - Add Ability to log module events. (Seiger) [GitHub: e836aa7] - Add Daily log with project name. (Seiger) [GitHub: 0986af2] - Fix Replaced hardcoded path with actual one in the error description. (elcreator) [GitHub: 2c4a0dc] - Fix Inability to log in to admin panel if NO_SESSION is set. (elcreator) [GitHub: 9ca046e] - Fix Assets path and Url generate. (Seiger) [GitHub: af8c774] - Fix TracyServiceProvider for PHP 8+. (Juniorbuka) [GitHub: 2376df3] - Fix RSS widgets error if an RSS link is empty. (Seiger) [GitHub: 464b891] - Fix Last active users action. (Seiger) [GitHub: 9436cb6] - Fix Deprecated htmlspecialchars(). (Seiger)

3.2.5

[GitHub: 25400e7] - Fix PHP 8.3 fixes. (Seiger) [GitHub: e275891] - Fix Json error in TV Controller. (Seiger) [GitHub: 0692c69] - Fix Manager CSS version and refactor code. (Seiger) [GitHub: ef7241f] - Fix Last users highlight. (Seiger) [GitHub: e33b3ec] - Fix Image browser. (Seiger) [GitHub: 8f1fde6] - Add License file. (Seiger)

3.2.4

[GitHub: 29045e9] - Add Nginx config file. (Seiger) [GitHub: bda3ee8] - Add 'document' as content type in case if it's defaulted due to plugin error. (elcreator) [GitHub: 9a0f5e9] - Fix security CVE-2023-43340-Evolution-Reflected-XSS---Installation-Admin-Options (GHSA-432f-967f-vxg4). (Seiger) [GitHub: 770a6f3] - Fix security CVE-2023-43341-Evolution-Reflected-XSS---Installation-Connection- (GHSA-5h47-9rm5-fx3f). (Seiger) [GitHub: 77064bb] - Fix PHP 8 errors in page to show document's data. (Seiger) [GitHub: 7d8e446] - Fix Resources tree. (Seiger) [GitHub: c2d7261] - Fix text/html content type by default.text/html content type by default. (Seiger) [GitHub: 12862bf] - Fix UK translates. (Seiger) [GitHub: a49b088] - Fix Manager lang if install lang is English. (Seiger) [GitHub: fe7f44c] - Fix Refactor installation. (Seiger) [GitHub: 1e472b3] - Fix Refactor executeParser(). (Seiger)

3.2.3

[GitHub: 818812a] - Add WEBP thumbnail. (Seiger) [GitHub: 1a1e0e9] - Add Active class for custom admin panel menu item. (Seiger) [GitHub: 779f4ad] - Add setLexicon(). (Seiger) [GitHub: a975842] - Fix Standard link not working #2065. (Seiger) [GitHub: 5643a1e] - Fix Bug with getDocumentChildren() and getAllChildren() #2089. (Seiger) [GitHub: 16d1956] - Fix Error: The session id is too long or contains illegal character #2104. (Seiger) [GitHub: 2931ba6] - Fix Help tabs refactor. (Seiger) [GitHub: 8a8725a] - Fix Core toDateFormat with Nesbot Carbon. (Seiger) [GitHub: ed97c18] - Fix CLI Installer. (Seiger) [GitHub: 32f1834] - Fix Legacy/Cache/escapeDoubleQuotes(). (Seiger) [GitHub: 660d7d1] - Fix HTTPS:// for route(). (Seiger) [GitHub: 594dc1b] - Fix Mutate content dynamic. (Seiger) [GitHub: b1ad0b4] - Fix UK translate. (Seiger) [GitHub: 3fa7d70] - Fix Last login in Manager widget. (Seiger) [GitHub: 40219fb] - Fix Tree sorting if id is 0. (Seiger) [GitHub: 2ec0607] - Fix Friendly url in php 8.2. (Seiger) [GitHub: bbfc1b8] - Fix Attempt to modify property "config" on null. (Seiger) [GitHub: b1a7abe] - Fix Mainloader. (Seiger) [GitHub: dcd99ad] - Fix Double slashes in resourcePath(). (Seiger)

3.2.2

[GitHub: a3ebb44] - Fix Version Updater. (Seiger)

3.2.1

[GitHub: 0442861] - Fix Errors bkmanager. (Seiger ) [GitHub: ff1d0b7] - Add Check Role and Blade directive. (Seiger) [GitHub: 2ccccc4] - Add Redirect after save configuration #91. (Seiger) [GitHub: 5c99f20] - Add Sortable Table in Manage Files #169. (Seiger)

3.2.0

Notice: minimum PHP version 8.1.

Change-log:

  • [GitHub: bb9e30072] - Up Core to Laravel 10.x components (Seiger )
  • [GitHub: 41b368d3c] - Fix for PHP 8.1 (Seiger)
  • [GitHub: ef10cd2e7] - Add custom Icons for Modules (Seiger)
  • [GitHub: 0524a8c28] - Delete some deprecated methods (Ser1ous)
  • [GitHub: c4ce08e46] - Add Schedule (Seiger)
  • [GitHub: e69a9bd03] -Fixed RSS (elcreator)
  • [GitHub: bb5453581] - 3.x refactor (yama)
3.1.10

evo-war-release

1.4.17
3.1.9

Change-log:

  • [GitHub: 4daa05017] - Fix Reflected XSS - RCE in Manager Panel, thanks Positive Technologies (dmi3yy)
  • [GitHub: b4f46da0a] - fix for 3.1.8 (dmi3yy)
  • [GitHub: 25ef5b193] - Update vendor folder (dmi3yy)
  • [GitHub: 939f452a9] - update tracy. clear vendor (dmi3yy)
  • [GitHub: 5eaee0269] - Update AbstractLaravel.php (zatomant)
  • [GitHub: 079117fb8] - Update app.php (zatomant)
  • [GitHub: 10ad672a9] - link change: http -> https (lazar2038)
  • [GitHub: ac9b1073d] - PHP8 Error : Undefined array key "richtext" fix (lazar2038)
  • [GitHub: 20ec67754] - Update remove_installer.processor.php (Martin Plavala)
  • [GitHub: f7ae313ba] - Update Debugger.php (lazar2038)
1.4.16

Bugfixes

  • [GitHub: c4b613012] - 1.4.16 (Pathologic)
  • [GitHub: fb14b3a3c] - fix tables selection is not working (Pathologic)
  • [GitHub: bece02909] - PHP 8.0 public __wakeup fix (lazar2038)
  • [GitHub: 5b467957a] - Update FS.php (lazar2038)
  • [GitHub: c686f783a] - PHP 8.0 public __wakeup fix (lazar2038)
  • [GitHub: 119d26799] - Update login.processor.php (Pathologic)
  • [GitHub: bb56fc6c9] - Rename MODX to EVO (Marc)
  • [GitHub: 6fc7c5aee] - Update class.summary.php (Mr B)
  • [GitHub: a1776f17b] - Update plugin.updater.php (zatomant)
  • [GitHub: 6a19f0025] - contentType (ProjectSoft)
3.1.8
  • [GitHub: 0a0bbff33] - core (fix) lang in template (Serious)
  • [GitHub: 740755d75] - core (fix) when user blockeduntil and blockedafter show info in global table fix #1784 (Serious)
  • [GitHub: bbca383b4] - core (fix) search for all user who can view document fix #2015 (Serious)
  • [GitHub: ace27c8ee] - update composer (dmi3yy)
  • [GitHub: c798659aa] - [FIX] PHP 8.1 Deprecated: Function str_replace() and trim() is deprecated. (Serhii Kornelyuk)
  • [GitHub: 18fc2e883] - [FIX] PHP 8.1 Deprecated: Function strftime() is deprecated in settings and dataGrid (Serhii Kornelyuk)
  • [GitHub: 520b1539a] - [FIX] PHP 8.1 Deprecated: Function strftime() is deprecated (Serhii Kornelyuk)
  • [GitHub: c4a34fd18] - check that request is set (mnoskov)
  • [GitHub: e9ea41236] - [FIX] Deprecated: Function strftime() is deprecated in /www/public/core/src/Core.php on line 4639 (Serhii Kornelyuk)
  • [GitHub: f2c36d6dc] - core (fix) Added controller Modules (s.kochin)
  • [GitHub: 1ec509628] - core (add) Added controller Modules (s.kochin)
  • [GitHub: 12ed837b8] - [F] missing Date import for functions now and today (mnoskov)
  • [GitHub: 6dad9783e] - PHP Notice: Undefined variable: path_parts in .../www/core/src/HelperProcessor.php:26 (Kamil)
  • [GitHub: f39547c46] - Update artisan (Ser1ous)
  • [GitHub: 065a5c51d] - fix laravel session (mnoskov)
  • [GitHub: 321daeff4] - Update Core.php (Ser1ous)
3.1.7

Important:

  • Abandoned i-rocky/eloquent-dynamic-relation

Changelog:

  • [GitHub: d8f3cf066] - update composer, delete i-rocky/eloquent-dynamic-relation (Dmi3yy)
  • [GitHub: f4e12443a] - revert ht.access (Dmi3yy)
  • [GitHub: a2095509d] - Update Core.php (Ser1ous)
  • [GitHub: 86b2aa463] - composite key query (mnoskov)
  • [GitHub: 952842fef] - disable primary key (mnoskov)
  • [GitHub: c3f69fce9] - overloadable methods for resulting thumbnames (mnoskov)
  • [GitHub: 1b25bae9e] - fix error showing (mnoskov)
  • [GitHub: 0c855b28c] - Bug fix salo (Ser1ous)
  • [GitHub: 934868e23] - Add evolution-cms/salo package (Ser1ous)
  • [GitHub: d3a296356] - Docker work update (Ser1ous)
  • [GitHub: d7a3ca0a9] - prepare docker (Ser1ous)
  • [GitHub: 9f08f0b76] - Fix user -> values relation (Dzhuryn Volodymyr)
3.1.6

Important fix:

Update oh-thumb for correct work with Google Page Speed and web

Changelog:

  • [GitHub: 3eaf63692] - fix phpthumb webp support (Dmi3yy)
  • [GitHub: fd50690b7] - minify fixed js (mnoskov)
  • [GitHub: 39af92a74] - fix: search in tv (Klym)
  • [GitHub: f26debaaa] - Fix isDasboard to isDashboard(lost letter h) (by_scrimm)
  • [GitHub: 3c5812cb6] - fix default views for links (mnoskov)
  • [GitHub: 8dae96062] - default pagination lang (mnoskov)
  • [GitHub: 2edc1f26f] - stop blockscreen after 3 secs (mnoskov)
1.4.15

Important fix:

Update oh-thumb for correct work with Google Page Speed and web

Changelog:

  • [GitHub: 6a3cbda19] - fix phpthumb webp support (Dmi3yy)
  • [GitHub: b0cb798d1] - manager (add) add check user and resource groups (Serious)
  • [GitHub: b6726eadb] - manager (remove) remove preview to image TVs (Serious)
  • [GitHub: d7319a548] - manager (add) add preview to image TVs (Serious)
  • [GitHub: 8afe4a446] - Update DocLister.abstract.php (Dreamer0x01)
3.1.5

Hot fix for 3.1.4

3.1.4

Change log:

  • [GitHub: 67766f17e] - composer update (Dmi3yy)
  • [GitHub: d0e0638b9] - update git ignore (Dmi3yy)
  • [GitHub: 8ef8c052e] - fix config (mnoskov)
  • [GitHub: 7a6a7fd29] - fix setLocale (mnoskov)
  • [GitHub: d500d96ac] - fix setLocale/getLocale methods (mnoskov)
  • [GitHub: f4f6e3fe9] - disable caching headers in ap (mnoskov)
  • [GitHub: 11ae627c9] - removed environment method (mnoskov)
  • [GitHub: e87bf1de7] - core (refactor) clear sprintf (Serious)
  • [GitHub: e30d47046] - can hide modules from menu (mnoskov)
  • [GitHub: 7bfe35115] - fix routes root, fix routes maked from ajax (mnoskov)
  • [GitHub: 38f564a0f] - disable module routes in cli (mnoskov)
  • [GitHub: a63fab38a] - trailing slash removed (mnoskov)
  • [GitHub: f0a221e42] - fix validator helper (mnoskov)
  • [GitHub: 466cf4fce] - default validation messages (mnoskov)
  • [GitHub: c3c27543e] - add illuminate middlewares (mnoskov)
  • [GitHub: 733f2a5dd] - routing for modules (mnoskov)
  • [GitHub: 675ebb21a] - view, cache helpers (mnoskov)
  • [GitHub: 7a3e93279] - add route func (mnoskov)
  • [GitHub: bd8aa3745] - fix trace when file and line not set (mnoskov)
  • [GitHub: c3552bddb] - fix classnames (mnoskov)
  • [GitHub: b851b99c0] - stack renamed to global (mnoskov)
  • [GitHub: e7d7a9f7d] - middleware priority, aliases, fixed bindings (mnoskov)
  • [GitHub: 55eac0559] - core (add) add clear password fields in user settings (Serious)
  • [GitHub: 994c73280] - fix classes (mnoskov)
  • [GitHub: 18276b4fe] - restore app global middleware (mnoskov)
  • [GitHub: 5651f138f] - fix views path setting (mnoskov)
  • [GitHub: 51b34922c] - fix in CodeMirror (by_scrimm)
  • [GitHub: a4b3cb79b] - Update 1.blade.php (Ser1ous)
  • [GitHub: 270ff044b] - manager (add) add check user and resource groups (Serious)
  • [GitHub: fb207dc0b] - Update index.php (Ser1ous)
  • [GitHub: ededcfce9] - Update preload.php (Ser1ous)
  • [GitHub: 12035a690] - Update global.php (masco123)
  • [GitHub: 554f0ab83] - core (fix) Selected 'Minimum missed ID' fix #1927 (Serious)
  • [GitHub: 0722c522c] - core (fix) view unpublished doc when auth in admin (Serious)
  • [GitHub: 68f4dea82] - core (add) add OPTIMIZE TABLE function to Database class (Serious)
  • [GitHub: be28955ac] - core (fix) fix CSRF validate when install (Serious)
  • [GitHub: e20aeeed6] - Update global.php (masco123)
  • [GitHub: 6b3ac823d] - Update global.php (masco123)
  • [GitHub: 46b5f17b8] - Create ja.php (masco123)
  • [GitHub: dc61268e6] - manager (add) add preview to image TVs (Serious)
  • [GitHub: 0d5bc57dc] - manager (fix) fix check CSRF (Serious)
  • [GitHub: 5a1ea8521] - Added method, which set empty request for console. Fix for ide-helper work and other packages which work in console, and needed request object (Dzhuryn Volodymyr)
  • [GitHub: 1953356f3] - Remove blank method loadDeferredProviders from Path traits. This trait use only in one class, and parent this class has this working method (Dzhuryn Volodymyr)
  • [GitHub: dfbd47d74] - Fix possibility pass query as string param in $ modx-> db-> getValue method, which was not documented in 1.4 but worked (Dzhuryn Volodymyr)
  • [GitHub: cfaff08be] - seeders autoload by namespace (mnoskov)
3.1.3

Important changes:

  • Add artisan route:list
  • Update composer-merge-plugin version
  • External image in [(login_logo)] & [(login_bg)]

Changelog

  • [GitHub: 2d7f11f37] - update phpthumb ( migrate to composer) (Dmi3yy)
  • [GitHub: bbc97d752] - core (fix) change OnWebPagePrerender event (Serious)
  • [GitHub: a46f9542d] - fix composer-merge-plugin version (Dmi3yy)
  • [GitHub: 3ebfa0f17] - up from 1k to 3k update tree (Dmi3yy)
  • [GitHub: 8e848b7f5] - return lost constant (Pathologic)
  • [GitHub: c7debfab5] - Update ManagerTheme.php (Ser1ous)
  • [GitHub: b266175f4] - Japanese update (masco123)
  • [GitHub: cd5dc719c] - fix prefix (mnoskov)
  • [GitHub: d33b53952] - fix backtrace (mnoskov)
  • [GitHub: d4ccf1b3b] - console exceptions handling (mnoskov)
  • [GitHub: 6226f01cd] - fix password field in extras (Dmi3yy)
  • [GitHub: 801a0d9e3] - fix console detection (mnoskov)
  • [GitHub: 2acdc2e1b] - disable exceptions handler in console (mnoskov)
  • [GitHub: e7caa0920] - exceute parser only on notFound&notAllowed exception (mnoskov)
  • [GitHub: b98305d39] - artisan route:list (mnoskov)
  • [GitHub: 57aabc670] - core (fix) add check for admin (Ser1ous)
  • [GitHub: 9616055db] - Update Core.php (Ser1ous)
  • [GitHub: a561d02ef] - fix External image in [(login_logo)] #1468 (Dmi3yy)
  • [GitHub: 8d99db88c] - fix Uses Template drop-down doesn't list templates by category #1893 (Dmi3yy)
  • [GitHub: 863c2d19f] - fix [pagetitle@1] not working on Error page #1892 (Dmi3yy)
  • [GitHub: 6196edd22] - Update ht.access (Ser1ous)
  • [GitHub: 3b9d38ef1] - Update Core.php (Ser1ous)
  • [GitHub: d2e93ccba] - fix {{chunk[+ph+]}} (Dmi3yy)
  • [GitHub: 00359aecb] - Update Dockerfile (Pavel Bihel)
  • [GitHub: a0beb80e0] - fix getLoginUserName (mnoskov)
1.4.14

Updated phpthumb

1.4.13

Support for autoloading from the "assets/vendor" folder. You should create your composer.json and run composer commands in the "assets" folder, not root, because composer.json changes in root folder are lost after updates. Ability to disable aliasListing completely. Ability to disable elements (chunks, snippets, plugins) caching. Some bugs were fixed, some components were updated.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
besmartand-pro/php-quality-config
sentix/ai-chatbot
codifyo/ts-generator-bundle
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor