-
can you please help me. how can i start conversation with any user from blade file
```
@extends('layouts.app')
@section('content')
@foreach ($contacts as $contact)
…
-
Hi. First of all, thanks for excellent boilerplate.
Because it was clear, that electron-compile and electron-forge template for vue is definitely not a way to develop Vue application, I started to …
-
## The devDependency [stylelint-config-sass-guidelines](https://github.com/bjankord/stylelint-config-sass-guidelines) was updated from `6.0.0` to `6.1.0`.
🚨 [View failing branch](https://github.com/…
-
最终模板输出类似下面的注释,没有引入资源
``` html
```
经常出现这种情况,不知什么原因。
开始以为是fis-conf.js的配置错误,后面按照fis3 init laravel 拉下来的配置进行定制,还是会这样。
后面以为是目录结构的问题,后面也是按照模板的目录进行开发,还是会出现这种情况。
最诡异的是这样的html是正常的
``` html
…
-
Hi Matheus!
I like this way of thinking!
Thank you for this; you saved me a ton of work!! I went to learn deeper about Webpack, and this is not a straight-up solution!
I've done an initial proj…
-
When calling the following the code, it does not show the LaraFlash data:
```php
LaraFlash::success('Success message...');
return redirect(route('index'));
```
Hence, the redirect is clearing…
-
hello, i already using this extension with tiny-mce and it works wonder, i also tried to do the standalone one and it works just like expected...
now i am migrating my admin page to spa vue js and …
-
I have a component `dashboard-card.blade.php` which is structured this way:
```
{{$title}}
{{$slot}}
{{$goto}} →
```
This is…
MrWeb updated
3 years ago
-
## Description
When generating the model in php, it would be interesting to add documentation on the class, especially to help IDEs to recognize attributes.
```php
/**
* @package App\Models
*…
-
Hey @ratiw
Thanks for the great plugin. When I set it up, there is issue with pagination component, I tried to pass through props too but it shows me the same error always
```
[Vue warn]: Faile…