Laravel

Laravel is a popular PHP framework, used for the development of MVC web applications.
Here are 20,697 public repositories matching this topic...
-
Updated
Jul 30, 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
Sep 1, 2020 - PHP
-
Updated
Aug 30, 2020 - PHP
-
Updated
Jul 30, 2020 - PHP
-
Updated
Aug 31, 2020 - PHP
-
Updated
Jul 26, 2020 - JavaScript
Bug Report
Current Behavior
You can't set an empty username or password for SMTP via the admin interface.
Steps to Reproduce
- Go to Admin > Email
- Leave username or password field blank
- Click Save
- Error message for field required
Expected Behavior
Some SMTP servers do not require a password and possibly not a username either. I think the library handles user
-
Updated
Sep 1, 2020 - PHP
If you use
$model
->addMediaFromRequest('image')
->withResponsiveImages()
And on a later date regenerate the images using php artisan media-library:regenerate
, it won't regenerate the responsive images of the base image, only the responsive images of a conversion.
-
Updated
Jun 17, 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.