← prev | next →
itsAxton 2021-09-23 07:23:32
natghi2010 2021-09-22 23:18:53
Some of his tips are amazing
Yeah
Really cool
Midhun 2021-09-23 08:18:13
itsAxton 2021-09-22 17:05:12
“require(‘./bootstrap’);
window.Vue = require(‘vue’); //.default;
import VueRouter from ‘vue-router’;
import routes from ‘./routes’;
Vue.use(VueRouter);
/*Vue.component(‘example-component’, require(‘./components/company/ExampleComponent.vue’).default);
Vue.component(‘dashboard-component’, require(‘./components/bcx/Dashboard.vue’).default);
*/
const app = new Vue({
el: ‘#app’,
router: new VueRouter(routes)
});
“
where did you used router-link?
Midhun 2021-09-23 08:20:54
if you usin vue router then u should use vue router-link-to and router-view for routin
thekiharani 2021-09-23 08:35:40
ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
Anyone encountered this error rec3ently with GitHub Actions? I am sure everything is OK coz I got several repos working well with similar configuration, but this new config seems not to work ☺️
itsAxton 2021-09-23 08:40:14
Midhun 2021-09-23 08:18:13
where did you used router-link?
On a blade side bar
itsAxton 2021-09-23 08:41:04
I manage to fix the problem tho
I had to move laravel routing from web to api
Midhun 2021-09-23 08:49:15
itsAxton 2021-09-23 08:40:14
On a blade side bar
i think that’s why its not working
itsAxton 2021-09-23 08:51:02
No, it wasn’t that
It was the laravel web routing
itsAxton 2021-09-23 08:52:16
To use mix
Laravel web can only have one route, the any rout
And any request needs to be made by api rout
itsAxton 2021-09-23 08:52:52
That’s what I did
And it fixed the problem 🙂
Sidddddgg 2021-09-23 08:54:24
itsAxton 2021-09-23 08:57:01
Sidddddgg 2021-09-23 08:54:24
Coding ninja 🔥
GTLeader 2021-09-23 09:22:55
Fullstack Developer 2021-09-21 18:10:47
https://hackeradda.com/how-to-use-stripe-payment-gateway-with-laravel-8-0-6149b467f171d
Also describe how integrate using it’s inline js with livewire…
senhorY 2021-09-23 10:14:58
Hi. Would you use an artisan command or a job to set a cron? What’s the difference?
senhorY 2021-09-23 10:15:14
I find it easier to test an artisan command
Alexkddd 2021-09-23 10:45:30
Looking for laravel developer
foulla_sam 2021-09-23 11:50:24
Any paid task for a Laravel developer (bugs fixes, new feature or new project)?
Check out my github at https://github.com/samankassou
Just dm me and lets discuss about your application
samankassou – Overview –
GitHubFullstack Laravel Developer.
I like to work with the TALL stack – samankassou
2021-09-23 12:32:32
i need mpesa integrators using laravel urgently
2021-09-23 12:33:38
kindly inbox
2021-09-23 12:36:03
if in need of a free hosting inbox me also
united_arab_emarites 2021-09-23 12:40:50

why name functon doesnt work
Siberfx 2021-09-23 12:45:30
url contactt calls contact.blade.php, so you have typo error in your url
foulla_sam 2021-09-23 12:45:59
Siberfx 2021-09-23 12:45:30
url contactt calls contact.blade.php, so you have typo error in your url
Exactly
2021-09-23 12:48:42
yeah that is it
united_arab_emarites 2021-09-23 12:51:05
Siberfx 2021-09-23 12:45:30
url contactt calls contact.blade.php, so you have typo error in your url
but i use name function
united_arab_emarites 2021-09-23 12:51:47
united_arab_emarites 2021-09-23 12:52:10
2021-09-23 12:48:42
yeah that is it
..
Maoltech 2021-09-23 12:52:16
Do any one know how to use zoom sdk or api such that students can visit teacher link already scheduled on the calendar
rawabi_alammar 2021-09-23 12:52:45
Hi all
There is some API’s not working in my app
How can i know the new update form them to replace it ??
Siberfx 2021-09-23 12:54:08
united_arab_emarites 2021-09-23 12:51:05
but i use name function
but in your browser url you type it manual
united_arab_emarites 2021-09-23 12:55:33
Siberfx 2021-09-23 12:54:08
but in your browser url you type it manual
sorry iam beginner , so how to call it when i use name function
Siberfx 2021-09-23 12:55:37
or maybe you used wrong redirecting in your view files
Siberfx 2021-09-23 12:56:09
where you want that link appears, use {{ route(‘contact’) }}
united_arab_emarites 2021-09-23 12:56:20
Siberfx 2021-09-23 12:55:37
or maybe you used wrong redirecting in your view files
its work with out name so its mean the path is right
Siberfx 2021-09-23 12:56:21
maybe you used {{ url(‘contact’) }} or something.
← prev | next →