Skip to content
#

Laravel

laravel logo

Laravel is a popular PHP framework, used for the development of MVC web applications.

Here are 19,145 public repositories matching this topic...

koel
rentalhost
rentalhost commented Dec 9, 2019

Currently the first parameter $base is a string that could be: top-left (default), bottom-right or transparent as the doc: trim().

There some way to trim by color? In my case, I need trim transparent and/or white color, only. Eg.: trim([ 'transparent', 'white', '#FF0000']) to trim transparent, white and red. The problem is that first parameter

nginxconfig.io
kb6673
kb6673 commented Dec 3, 2019

Yoast SEO is a fairly popular WordPress plugin. I've found the nginxconfig.io breaks the sitemaps on every install I've done.

In /etc/nginx/nginxconfig.io/wordpress.conf we could add

# WordPress SEO
location = /wp-content/plugins/wordpress-seo/css/main-sitemap.xsl {}
location = /wp-content/plugins/wordpress-seo-premium/css/main-sitemap.xsl {}

Above the # WordPress: line

october
monica
xNinjaKittyx
xNinjaKittyx commented Mar 13, 2020

It would be good to specify what version of MySQL is currently supported... I was trying to set it up with mysql 8, and running into all sorts of problems. I know this is written in some places, but it would be nice to have it consistent throughout the README.md and the setup pages. I also saw that there has been some work on postgresql, but no documentation regarding on how to do it. However, I d

jwt-auth
jampack
jampack commented Apr 30, 2019

The quick start guide for version 1.0.0 suggests in the AuthController to apply the 'auth:api' middleware in the constructor in this manner:

public function __construct(){
        $this->middleware('auth:api', ['except' => ['login']]);
}

that means this route: Route::post('refresh', 'AuthController@refresh'); and this method:

public function refresh(){
        return $this-
itkfm
itkfm commented Apr 27, 2020

The accept button on offer pages sent to customers is pretty confusing when IN is set to German.

While not completely false, “zustimmen“ is clearly the wrong word to use here (it's rather equivalent to “agree”). The button should rather say “Angebot annehmen”. (Please note that using only the verb “Annehmen” would very likely still cause the very same confusion!)

Why does this happen?

luceos
luceos commented Nov 15, 2019

Feature Request

Is your feature request related to a problem? Please describe.
When reaching a certain scale in users following discussions, the sync driver can cause xhr calls to time out.

Describe the solution you'd like

We should calculate the number of notifications sent each hour, using the related Model. Once the count reaches a specific threshold we will show a widget

Biepa
Biepa commented Apr 26, 2020

Describe the feature you'd like
1.) After a click on "Move Page" (I'm using another language, if this isn't the correct translation) a new page opens, where a book etc. can be chosen. I think it would be a good idea, to set the focus on

a) the search field, so you can start searching by typing and then
aa) press enter to confirm, if only one result is displayed
ab) press tab to get to t

jakewhiteley-gc
jakewhiteley-gc commented Mar 6, 2020
  • Laravel Mix Version: 5.0.1
  • Node Version: 11.9.0
  • NPM Version: 6.14.2
  • OS: Windows

Description:

The docs for the 5.* branch are out of date.

At the URL here the site states to use the following code:

mix.sass('resources/sass/app.scss', 'public/css')
   .options({
        autoprefixer: {
            optio

Created by Taylor Otwell

Released June 2011

Organization
laravel
Website
laravel.com
Wikipedia
Wikipedia

Related Topics

framework php
You can’t perform that action at this time.