Flakerim Ismani
Flakerim Ismani
Why I cannot call from AddPost ``` created() { this.getData() }, methods: { getData() { const posts = [] postsCollection.get() .then(snapshot => { snapshot.forEach(doc => { let newpost = doc.data()...
Looks like Nova treats HeadingField different. ```Heading::make('Attributes')->size('w-full');``` doesn't work.
I think it should be removed from media directory since is killing search feature. I moved inside App dir, allowed in .htaccess and now better.
It would be great if we have ability to add aliases to classes when compile. Think of bootstrap. You can download bootstrap less files and when you compile those, you...