Laravel
Laravel is a popular PHP framework, used for the development of MVC web applications.
Here are 21,215 public repositories matching this topic...
-
Updated
Oct 2, 2020 - Go
-
Updated
Oct 2, 2020 - PHP
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.
- OctoberCMS Build: 466
- PHP Version: 7.2^
- Database Engine: MySQL MariaDB 10.3.23 (with strict set to true through database.php configuration)
Description:
For one of our plugins we're currently running into the error described below:
SQLSTATE[42000]: Syntax error or access violation: 1140 Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if th
-
Updated
Oct 1, 2020 - PHP
-
Updated
Sep 29, 2020 - PHP
-
Updated
Oct 1, 2020 - PHP
-
Updated
Oct 2, 2020 - PHP
-
Updated
Sep 19, 2020 - JavaScript
-
Updated
Oct 3, 2020 - PHP
Flarum provides extensibility by allowing extensions to hook into domain events. For example, various Saving, Deleting, LoggedIn, etc. Before our stable release, we should make sure that all core/bundled models (and other domain events) have are properly dispatched when they should be. For example:
- Tag's Saving should be dispatched in CreateTagHandler (https://github.com/flarum/tags/pul
-
Updated
Oct 3, 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);
Ability to use conversion file namers in v8 was a great addition! Thank you!
However, responsive file names don't respect the format defined in the custom implementation of ConversionFileNamer.
I think responsive images should either follow that format or there should also be ResponsiveImagesFileNamer allowing custom file names for responsive images too.
Any thoughs?
-
Updated
Oct 3, 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.