Kouceyla

Results 20 issues of Kouceyla

This pull request includes changes for migrating from Laravel Mix to Vite outlined in [Migration Guide](https://github.com/laravel/vite-plugin/blob/main/UPGRADE.md#migrating-from-laravel-mix-to-vite) and automated by the [Vite Converter](https://laravelshift.com/convert-laravel-mix-to-vite). **Before merging**, you need to: - Checkout the...

Hello, I want to use shared datasets, I create `Datasets` under `Modules/Order/Tests/Datasets/Products.php`, when I add with('products') I got this error: `A dataset with the name `emails` does not exist.` Modules/Order/Tests/Feature/OrderTest.php:...

**Describe the bug** When we enable collapse unchanged regions we dont get active status **To Reproduce** Steps to reproduce the behavior: 1. Click on Toggle Collapse Unchanged Regions 2. The...

bug

I think everything in the title above, and it's clear :)

Hello, Almost the same with HTML syntax. Thank you

Hi, I'm using Laravel 5.4.23 with teepluss/hmvc:"dev-master", it cause an error ``` [Symfony\Component\Debug\Exception\FatalThrowableError] Call to undefined method Illuminate\Foundation\Application::share() ```

Hi, I want to set limit dynamically for index method, and i'll read it from url, something like: http://api.example.com/users?page=2&limit=2 ``` $limit = Input::get('limit', 5); return $this->rest->listing(User::paginate($limit))->render(); ``` But the limit...

Hello, After installation I get ![image](https://user-images.githubusercontent.com/1175584/62728981-e96f2b80-ba14-11e9-9abe-cfe8ccaacfc8.png)

### Description I'm facing a big issue with emails, each time I save it format the email. ![image](https://github.com/shufo/vscode-blade-formatter/assets/1175584/886f2843-e39a-4f9b-8073-ba37cb748acc) ### Suggested Solution Set exclude folders by default in configuration ### Alternatives...