-
Updated
Jul 22, 2022 - PHP
language
Here are 241 public repositories matching this topic...
-
Updated
Jun 28, 2022 - PHP
-
Updated
Jun 10, 2022 - PHP
-
Updated
Mar 1, 2022 - PHP
-
Updated
May 5, 2022 - PHP
-
Updated
Jun 6, 2022 - PHP
-
Updated
May 17, 2022 - PHP
We would love to increase the number of translations for Laravel Nova strings in our community-based package.
We currently have 10 languages fully translated for the current Nova version, around 30 languages partly translated, and are seeking translations for [30 more untranslated languages](https://github.com/coderello/larav
-
Updated
Oct 22, 2020 - PHP
-
Updated
Sep 30, 2020 - PHP
Under the namespace PhelTest\Unit\Compiler\Analyzer\SpecialForm; we don't have TrySymbolTest yet. But you can find a lot of examples of unit tests for other SpecialForms inside the directory:
tests/php/Unit/Compiler/Analyzer/SpecialForm/
<img width="1349" alt="Screenshot 2022-05-10 at 20 01 27" src="https://user-images.githubusercontent.com/5256287/167693102-b4e2ca8b-9711-4a4f-a0b7-80
-
Updated
Jul 14, 2022 - PHP
-
Updated
Nov 20, 2019 - PHP
-
Updated
May 23, 2022 - PHP
-
Updated
Jun 25, 2022 - PHP
-
Updated
Jul 12, 2022 - PHP
-
Updated
Jul 20, 2022 - PHP
-
Updated
May 22, 2022 - PHP
-
Updated
Jan 27, 2019 - PHP
Currently import std.types will always import module types into variable types, or import std.term.colors: Fg will always import name Fg from module std.term.colors into variable Fg.
What we want to allow are these:
>>> import std.types as lol_std_types
... or:
>>> import import std.term.colors: Fg as colors_fg
... or even:
>>> import import s
-
Updated
Aug 2, 2020 - PHP
-
Updated
May 24, 2022 - PHP
-
Updated
Jul 17, 2018 - PHP
-
Updated
Dec 21, 2017 - PHP
Improve this page
Add a description, image, and links to the language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the language topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I understand that a change within a translation does not affect a translated model's database table.
However, logically it changes the model's attributes, so it would be nice to also get the changed translation values with their corresponding keys within the result when calling
$model->getChanges()within an update operation.