Laravel
Laravel is a popular PHP framework, used for the development of MVC web applications.
Here are 21,390 public repositories matching this topic...
-
Updated
Oct 10, 2020 - Go
-
Updated
Oct 2, 2020 - PHP
When in your form setting is something like this:
trigger:
action: disable
field: common_text_or_number_field
condition: value[]
...everything works as expected. "" value is compared with empty text field "" and result is true.
But in this case:
trigger:
action: disable
field: dropdown_field
condition: value[]
... "" is compared wi
When creating or editing a relationship, we should group the relationship type list with the same tag as on the contact page (Love, Family, Other kind, ...), i.e. with an element.
-
Updated
Oct 6, 2020 - PHP
-
Updated
Oct 1, 2020 - PHP
-
Updated
Oct 9, 2020 - PHP
-
Updated
Oct 1, 2020 - PHP
-
Updated
Oct 6, 2020 - PHP
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Oct 11, 2020 - PHP
This should be done in small, maximally isolated PRs: no more than a few files updated per PR so that we can slowly review and phase these in over time. Community contributions appreciated!
-
Updated
Oct 10, 2020 - PHP
If you don't configure the destination disk properly, it will be very hard to understand what's happening because this message:
"Endpoints must be full URIs and include a scheme and host"
Is hidden by the exception handler:
public static function create(string $diskName, string $backupName): self
{
try {
$disk = app(Factory::class)->disk($diskName);
When enabled via withResponsiveImages() or withResponsiveImagesIf() directly on the MediaCollection class, the responsive image generation doesn't respect the queue_conversions_by_default config. It always dispatches a job regardless of the config.
-
Updated
Oct 8, 2020 - PHP
Created by Taylor Otwell
Released June 2011
- Organization
- laravel
- Website
- laravel.com
- Wikipedia
- Wikipedia
Under the 'Theme' settings tab you can upload images. It would be great if vector images can be added so it can scale without causing artifacts.