Valijon

Results 8 issues of Valijon

Hi all! I need help to search in models hasMany relation, something like: `$model->companies->search('Company name')->get();` My model relation looks like this; ``` public function companies() { return $this->hasMany(Company::class); } ```...

Hey, thanks for this package. Can i use it with vue 3 composition API? Now i'm getting error `TypeError: this.node.state is undefined`

Hello, @RobinCK Can i somehow customize the ```prev & next``` buttons markup? I need to add something like ``` ``` and also change close button markup.

Hello! Great package, thnx! Please help me to customize names of tables and columns. I want to change for example role with online_role and etc.

feature request

Hi! I'm having an error when downloading books. ![img](http://i.imgur.com/WhUCF00.png)

bug

Hello! The **v-calendar** has released, it's great. So can you tell how can i change the first day of month?

waiting for vuetify

Hi everyone! I'm new in phalcon and php. I'm using phalcon version 1.3. Can someone help how to setup and use this package on existing project please?! Thanks!

Hey! Amazing starter, thanks for that. Could you please add Tailwind CSS or provide instructions on how to use it with this starter?