Skip to content
#

Laravel

laravel logo

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

Here are 17,451 public repositories matching this topic...

misterjaytee
misterjaytee commented Jun 25, 2019

For maintenance items, currently subscribers only get a notification that a maintenance item was created.

Please could we make the following amendments to notifications for maintenance items:

  • Make sure that the description is in the email so that subscribers don't have to visit the status website to find out more detail about the maintenance item and also let them know what component and/o
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

october
monica
kotnik
kotnik commented Oct 8, 2019

Describe the bug

I visit /journal and little contact images are missing. Contacts have working avatars, changing them does not make them appear in Journal. Images from /journal/entries where the frontend is fetching entries from are just fine, I can open object.attendees[].avatar.url in browser just fine.

Screenshots

**Wh

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-
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

collision
simensen
simensen commented Jun 21, 2019

I wanted to try creating a nicer output for ValidationException so I could see which validation fields and messages were detected. It looked like overriding renderForConsole would do what I wanted. However, the code I put in there never got called.

The code I was writing looked something like this:

![image](https://user-images.githubusercontent.com/191200/59889305-5f4e0380-9391-11e9-9ee0

Created by Taylor Otwell

Released June 2011

Organization
laravel
Website
laravel.com
Wikipedia
Wikipedia

Related Topics

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