-
after cloning the repo, I ran
`composer install`
but get the following error:
`➜ teamsy git:(master) composer install
Installing dependencies from lock file (including require-dev)
Verifying…
-
Are there plans to continue development on Glide 2.0? It seems like the project is essentially in maintenance mode (which is fine). Just curious what the long term plans are for the project moving fo…
-
Hi,
```HTML
w-48 results in
w-36 results in
```
The sorting logic seems inconsistent, making things hard to read.
It's not immediately obvious there was only 1 tiny change.
Bug? Or …
-
Steps to reproduce (follow instructions on this GitHub page):
- set up project with: laravel new
- follow install instructions:
```
composer require livewire/livewire laravel-frontend-preset…
-
### Version
16.8.3, 17.0.0, maybe older
### Reproduction link
[github.com](https://github.com/shameleo/vue-loader-issue_scoped-style)
### Steps to reproduce
```
npm install
npm …
-
The createPreviews function need some minor modifications if you dont clone the $image, it is being overwritten in the next iteration
foreach ($sizes as $entry) {
$force = $entry[…
-
With Laravel 11, laravel-frontend-presets/tall is no longer supported. Here is my error message. Can you fix this ?
Your requirements could not be resolved to an installable set of packages.
P…
-
**Describe the bug**
Unable to compile all the classes of wireui some issue with my tailwind.config file
The Frontend Config Just works fine and compiles all the assets when compare to backend it …
-
Subscribe to this issue and stay notified about new [daily trending repos in Vue](https://github.com/trending/vue?since=daily).
-
**Describe the bug**
I have created a Livewire Component where there are an array of async select data But having an issue of Livewire Entangle.
It is working fine when using single entry but when I…