-
~~~~php
class CartController extends Controller
{
public function add(Request $request)
{
//Cart::add('192ao12', 'Product 1', 1, 9.99);
//Cart::add('1239ad0', 'Product 2', 2, 5.95, ['siz…
-
My `composer.json`:
```json
"si6/base-rest-framework": "2.3.*"
```
Output of `composer diagnose`:
```
The version field is present, it is recommended to leave it out if the package is publ…
ghost updated
3 years ago
-
On https://laravel.com/docs/7.x/localization it says:
> For languages that differ by territory, you should name the language directories according to the ISO 15897. For example, "en_GB" should be u…
-
Getting "An error occurred uploading the image" when trying to paste or upload images. I updated to 0.31.0 yesterday and it caused me some issues involving the artisan migration. I had to drop a coupl…
-
Hi, thanks for the work on this package, looks great, I was wondering if its possible to change the language and text of the buttons?
Thanks for the help
-
## Describe your issue
Hello,
I am trying to add Turkish support.
I published lang files with;
```
php artisan vendor:publish
```
and added ***tr.json*** file to /resources/lang/vendo…
-
## Why
Popular searches on the main page should link to valid pages.
It seems that it is the links to key clause(were they named annotation categories in the past?) that crash.
OLC does not see…
-
This is more of a checklist for me than anything, but anyone can contribute if I missed something.
https://laravel.com/docs/6.0/upgrade
- [ ] Update modules for 6.0 compatibility
- [ ] Update a…
-
I understand this package is still under developement but For some reason this package doesn't work with laravel 5.8 I try using the pay function on the payment model and I receive an error of Symfony…
-
**Describe the issue**
When importing Java Properties (ISO-8859-1) files via file upload or GIT it results in an 502 NGINX error. I found out the UWSGI shows the following error:
UnicodeEn…