-
Latest version release add Symfony 5 in `composer.json` :
https://github.com/rockettheme/toolbox/compare/1.6.0...1.6.1#diff-d2ab9925cad7eac58e0ff4cc0d251a937ecf49e4b6bf57f8b95aab76648a9d34R13
Fir…
-
Discussed in #785. Basically we should stop overriding `User::delete`, and instead factor out this code and its decision points into model events and controller methods.
The way I see it, we might…
-
I'm been thinking about having a react js based version of userfrosting.
The main reason for this being performance and code quality.
Both Reactjs and Vue.js allow Jquery based plugins to be used in…
-
I followed the install instructions, ran 'composer update' and then 'php bakery bake' and received the following:
`UserFrosting's Migrator
=======================
Fatal error: Uncaught Error: C…
-
bundling the vendor folder in the repo is a security risk: it creates routine huge chore `composer update` commits that are basically *impossible to code-review*, if a developer want to hide a backdoo…
-
Since 4.1, sprinkles [can be loaded dynamically using Composer](https://learn.userfrosting.com/sprinkles/community#sprinkles-and-composer). I think it would be best if the `core`, `account` and `admin…
-
Following [my first attempt at moving into the UF 5.0 structure](#1089), I think we need to define a formal plan regarding the repo and class structure for the future version of UserFrosting.
We al…
-
Hi,
We got Userfrosting running on our systems and I'd like to migrate it to Docker.
So I am trying to deploy Userfrosting in docker using the UF_MODE=production. However, after the installation, th…
-
**Problem:**
When using the default Userfrosting Twig translation function, passing an int as the second parameter to request a plural message results in a TypeError.
app/sprinkles/admin/templates/p…
-
Trying to run `php bakery migrate:rollback` will fail if there is a missing migration class, even if it is not in the last batch that was ran.
![image](https://user-images.githubusercontent.com/33…