Laravel
Laravel is a popular PHP framework, used for the development of MVC web applications.
Here are 17,451 public repositories matching this topic...
API documentation
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
In the generated "_ide_helper.php":
/**
* Returns the host name.
*
* This method can read the client host name from the "X-Forwarded-Host" header
* when trusted proxies were set via "setTrustedProxies()".
*
* The "X-Forwarded-Host" header must contain the client host name.
*
* If your reverse prox
Documentation Bug?
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
OctoberCMS Build: v1.0.462
validation.php lacks translation for the "extensions" rule which is used by FileUpload widget:
https://github.com/octobercms/october/blob/master/modules/backend/formwidgets/FileUpload.php#L435
I'm not good in English, so it's better to have it fixed by someone else. Thanks
After generating _ide_helper.php hover info functionality doesn't seem to work in PhpStorm 2018.3 EAP. Here's the generated _ide_helper.php for reference.
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
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-
-
Updated
Feb 7, 2020 - PHP
-
Updated
Feb 6, 2020 - JavaScript
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
Is it possible to add an icon to this list when a document is attached to an expence.
Kind regards, Koen
use static analyzer
Use static analyzer
Variants:
https://github.com/phpstan/phpstan
https://github.com/vimeo/psalm
Describe the feature you'd like
On the markdown editor, I would like to have a link to some markdown help. It would also be nice to have some buttons which insert the markdown syntax for you.
Two examples of what I mean:
Github markdown
On the page http://laravel-boilerplate.com/6.0/start.html, under 'php artisan migrate' the 'this file' link leads to a 404 page.
(should be seeds/Auth/ not seeds/Access/)
Hey all,
(The black line around the edge shows the edge of the paper/page)
- I have made custom page which doesn't exist, essentially 1/3 of A4 =
DLpaper size, however I overrode this,
See the example, I have us
It will be great if for every media collection we can specify the folder name then all files in that media collection will be in that folder inside the generated zip file.
Would be really helpful when we use MediaStream to create a zip file consisting of files from multiple media collections attached to the same record.
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:



Hi,
I was looking for a complete documentation of the actual Koel API, but I could not find any in the wiki. Not sure if I missed it somewhere, in such case I am really sorry.
If there is no such documentation, I think adding one somewhere, like in the wiki, would be a great addition!
Thanks!