-
```
vue make:component TodoItemComponent
```
can create a component in the right place with the right boilerplate. This can also be applied to vuex, where a single command can generate multiple files…
-
I built off the HackerNews (Vue 2.0 SSR) example and modified the routes to be rendered out lazily:
**src/router/index.js**
``` js
import Vue from 'vue'
import Router from 'vue-router'
Vue.use(Rout…
-
data layer https://github.com/andersao/l5-repository
acl https://github.com/spatie/laravel-permission
@specialtactics :+1:
-
In a fresh v5.8 I have added my GA id to /config/analytics.php
Nothing happens, the code is not included
If I then add a key in mv .env
google-analytics="UA-xxxx-x" then the rendering of the …
rabol updated
5 years ago
-
If you try to login before confirming your email, it shows error message with htmlencoded link that is not clickable.
To fix this you can change [56 line in messages.blade.php](https://github.com/rap…
-
HTML not being rendered in flash messages, eg on the login page when user is not verified, which means the link is not rendered:
![image](https://user-images.githubusercontent.com/441840/53575603-c…
-
## Issue
When running ChangeUserPasswordTest and ChangePasswordTest tests after fresh installation, I was getting an exception `ca-certs.json not found in data directory.`
## Solution that worked …
-
Can i suggest to change this:
`return [
/*
|--------------------------------------------------------------------------
| Google Analytics
|------------------------------------…
rabol updated
5 years ago
-
When sending mail from the default Contact form, the phone number is not included in the mail that is send
`@lang('validation.attributes.frontend.phone'): {{ $request->phone or "N/A" }}`
and
`…
rabol updated
5 years ago
-
vagrant@homestead:/web/myproject.dev$ phpunit
PHPUnit 6.5.5 by Sebastian Bergmann and contributors.
==> Tests\Feature\Backend\AdminDashboardTest ✓ ✓ ✓
==> Tests\Feature\Backend\Role\Creat…