Azimi

Results 9 issues of Azimi

Hi, I would like to know your approach to using Elastic Search with [multi-tenancy](https://tenancyforlaravel.com/). According to [this link](https://www.elastic.co/blog/found-multi-tenancy#custom-routing) the best approach is custom routing for every client. Given every tenant...

![Screenshot 2019-10-15 at 15 25 07](https://user-images.githubusercontent.com/4809004/66840485-09185800-ef60-11e9-8b17-dd104c1efc9e.png)

I get this after installation and running the sever `mcrypt_get_iv_size() is deprecated`

Any chance you can make this package compatible for Laravel 6 and publish in packagist as soon as you can

This is not an issue yet but in https://goo.gl/ which is the Google URL Shortener website they said > Starting March 30, 2018, we will be turning down support for...

enhancement

For classes such as `form-group` i noticed there isn't floating for label tags as such I think you should add `.pull-right` to the label tag inside the `.form-group`

bug

[2023-05-30 12:36:53] local.ERROR: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '

bug

How do we add name attribute without using jQuery and manipulating component?

The code is ok. However you can mix require and export. You can't mix import and module.exports. In your main.js replace this: ```javascript import VueAdsense from './VueAdsense.vue' module.exports = VueAdsense...