-
Hey guys =)
I have a problem
```
Using version ^2.8 for jeroen-g/laravel-packager
./composer.json has been updated
Running composer update jeroen-g/laravel-packager
Loading composer repositori…
-
# Workflow de criação de packages para Laravel
Seria interessante um conteúdo mais elaborado sobre como desenvolver um package do composer e ao mesmo tempo testá-lo em sua aplicação Laravel simultane…
-
### The Setup
When developing a package, I require in a laravel app and use this in the root composer.json
```
{
...
"require": {
...
"my-company/my-package": "dev-main",
},
…
-
I just upgraded to Laravel 11, and this is not allowing my Jobs to dispatch properly. I can properly dispatch them on my local machine, though, and build with vite with no errors.
What can I do to…
-
``` composer require rzakhanov/translation
./composer.json has been updated
Running composer update rzakhanov/translation
Loading composer repositories with package information
Updating dependenci…
-
Hy!
I have anew laravel 11 project and I have an issue with this package installation.
My `composer.json`:
```json
{
"name": "laravel/laravel",
"type": "project",
"descripti…
-
See: https://github.com/inertiajs/inertia-laravel/pull/630
See: https://github.com/hybridly/hybridly/blob/0.x/packages/laravel/src/View/PropertiesResolver.php#L102
Instead of the approach in that …
-
In my Laravel-based POS web application, I need to send print jobs to two different LAN printers with specific IP addresses. What is the best way to implement this functionality? Are there any specifi…
-
https://codingtricks.io/some-useful-laravel-packages/
In this article, I will be sharing some useful Laravel packages that I have developed by myself with their usage and documentation. Sri Lanka…
-
### What happened?
I think the current format of the translations has some issues, judging by the screenshots provided below.
I've noticed this problem in the last two versions (starting from v3.4…