Hữu Hiếu
09/04/2021, 11:46 AMHữu Hiếu
09/04/2021, 11:46 AMifox
09/04/2021, 12:06 PMjamel
09/05/2021, 8:48 AMsirhc
09/05/2021, 10:19 PM<a17-block-vue-example
subtitle="testing"
></a17-block-vue-example>
I use it like so
<template>
{{ subtitle }}
</template>
<script>
export default {
props: {
subtitle: String
},
}
</script>
and receive:
Uncaught ReferenceError: subtitle is not definedifox
09/06/2021, 11:50 AMIvan Markov
09/06/2021, 12:18 PMifox
09/06/2021, 12:26 PMMho
09/06/2021, 12:40 PMpboivin
09/06/2021, 12:46 PMphp artisan config:clear
?Mho
09/06/2021, 12:57 PMphp artisan config:clear
but still show the green LOCAL
badgeMho
09/06/2021, 1:00 PMAPP_URL
is set to localhost
?pboivin
09/06/2021, 1:07 PMAPP_URL
is considered to determine the current environment. A quick test — with APP_ENV=production
, what is the output when you run php artisan env
?Mho
09/06/2021, 1:10 PMCurrent application environment: production
pboivin
09/06/2021, 1:11 PMphp artisan view:clear
Mho
09/06/2021, 1:14 PMIvan Markov
09/06/2021, 3:01 PMifox
09/06/2021, 3:15 PMcustomPermalink
in formData
Ivan Markov
09/06/2021, 3:23 PMifox
09/06/2021, 3:24 PMifox
09/06/2021, 3:26 PMgetPermalinkBaseUrl()
in customPermalink
and append your route with a relative urlifox
09/06/2021, 3:26 PMifox
09/06/2021, 3:54 PMDaniel Jenikovský
09/06/2021, 4:16 PMifox
09/06/2021, 4:17 PMDaniel Jenikovský
09/06/2021, 4:22 PMsirhc
09/06/2021, 10:43 PMPhilipp Grimm
09/07/2021, 11:45 AMifox
09/07/2021, 12:45 PMPhilipp Grimm
09/07/2021, 1:14 PM