-
Updated
Jun 30, 2020 - PHP
laravel-package
Here are 1,091 public repositories matching this topic...
-
Updated
Jul 4, 2020 - PHP
-
Updated
May 22, 2020 - PHP
-
Updated
May 17, 2020 - PHP
According to the documentation in ChatMember class
@method string getStatus() (Optional). The member's status in the chat. Can be “creator”, “administrator”, “member”, “left” or “kicked”
getStatus() should return the member's status, but actually there is a conflicting getStatus() in BaseObject that returns the status of the request.
As a workaround, get('status') re
-
Updated
Jun 4, 2020 - PHP
With SVG output, text is not centered vertically.
Chrome : not well centered
Edge : text is on top
Solution : correct default value + add parameters to give an offset X, Y to the text.
version : 2.1.0
-
Updated
Apr 5, 2020 - PHP
There's currently no classifier for Observers. As Observers are plain PHP Classes which do not extend other classes, detecting those is a bit trickier.
Laravel uses [observe and registerObserver](https://github.com/laravel/framework/blob/9f313ce9bb5ad49a06ae78d33fbdd1c92a0e21f6/src/Illuminate/Database/Eloquent/Concerns/HasEvents.php#L34-L61
-
Updated
Jun 25, 2020 - PHP
-
Updated
Jun 5, 2020 - PHP
Currently, no models are unit tested (only collection)
-
Updated
Mar 18, 2020 - PHP
-
Updated
Apr 14, 2020 - PHP
Hi, this looks like a great extension but, unless I'm not finding it in the right place, it's hard to know which parameters should be passed to each method, unless we dig into the code and find it. So the question is, is there any place where we can find the minimum required docs?
Thanks!
-
Updated
Jun 24, 2020 - PHP
-
Updated
Feb 20, 2020 - PHP
-
Updated
Apr 27, 2020 - PHP
-
Updated
Apr 8, 2020 - PHP
-
Updated
Jun 11, 2020 - PHP
-
Updated
Apr 3, 2020 - PHP
-
Updated
Apr 5, 2020 - PHP
-
Updated
Jun 18, 2020 - CSS
-
Updated
Aug 27, 2019 - HTML
General Information
it will be helpful to add how to make locale result for the package i see a lot of question even some people make pull request etc..
so its better to make it clear its possible to achieve without code changing
code shall be as following
use Geocoder\Query\GeocodeQuery;
$geocoder = app('geocoder');
$provider = $geocoder->getProvider();
$geocoder = new \Ge
Bug Description
If an entry is not "dirty" then the Save & Publish button should be greyed out like it is in the Term screen.
How to Reproduce
Here's how I can recreate the bug:
- Create an entry
- Save it
- Notice the state of the Save & Publish button
Expected Behavior
I expected the Save & Publish to act like it does in Term, and be inactive when it doesn't need saving.
Improve this page
Add a description, image, and links to the laravel-package topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the laravel-package topic, visit your repo's landing page and select "manage topics."


Bug report
Title
Add a section in category to view all product assigned to that category.
Issue Description
Add a section in category to view all product assigned to that category.
Preconditions
Steps to reproduce