← prev | next →
natghi2010 2021-02-04 15:39:00
asset(‘modules/student/student.js’)
natghi2010 2021-02-04 15:39:32
Hasi_boi 2021-02-04 15:36:46
What about this one?
Follow the file structure
Batu157 2021-02-04 15:39:44
Hasi_boi 2021-02-04 15:32:00
URL is not correct, public folder missing
Hasi_boi 2021-02-04 15:40:01
natghi2010 2021-02-04 15:39:00
asset(‘modules/student/student.js’)
Okay i’ll try.. wait
Hasi_boi 2021-02-04 15:40:12
Batu157 2021-02-04 15:39:44
URL is not correct, public folder missing
How to fix it
Hasi_boi 2021-02-04 15:41:38
natghi2010 2021-02-04 15:39:00
asset(‘modules/student/student.js’)
This one is not working dude😔
natghi2010 2021-02-04 15:42:12
Hasi_boi 2021-02-04 15:41:38
This one is not working dude😔
What’s the folder structure
Hasi_boi 2021-02-04 15:42:53
Hasi_boi 2021-02-04 14:57:44
Here is the folder structure
Batu157 2021-02-04 15:43:15
Hasi_boi 2021-02-04 15:41:38
This one is not working dude😔
asset(‘public/modules/student/student.js’)
natghi2010 2021-02-04 15:43:36
asset(‘modules/student/js/student.js’)
Hasi_boi 2021-02-04 15:44:19
Batu157 2021-02-04 15:43:15
asset(‘public/modules/student/student.js’)
In public folder there is no modules file in my project.. can u please tell me how to publish public folder
Hasi_boi 2021-02-04 15:44:29
natghi2010 2021-02-04 15:43:36
asset(‘modules/student/js/student.js’)
I will try this dude
natghi2010 2021-02-04 15:44:40
Wait
Hasi_boi 2021-02-04 15:44:48
Okayy waiting
natghi2010 2021-02-04 15:44:52
Hasi_boi 2021-02-04 15:44:29
I will try this dude
Move modules into public folder
Hasi_boi 2021-02-04 15:45:00
natghi2010 2021-02-04 15:44:52
Move modules into public folder
Okayy
Hasi_boi 2021-02-04 15:45:39
Simply moved into public folder
natghi2010 2021-02-04 15:47:24
natghi2010 2021-02-04 15:43:36
asset(‘modules/student/js/student.js’)
Now this
israa2912 2021-02-04 15:49:25
israa2912 2021-02-04 11:24:25
hi,
in my project, I want to build api return (nova auth name), how can I get the auth nova user?
any help??
Batu157 2021-02-04 16:01:15
Hasi_boi 2021-02-04 15:33:29
This is a project works properly and I doing mine with refering this. This one there is a module folder in public folder. But my one doesn’t exist. Can anyone pls tell me how to do that
You have a “modules/student” folder
Lovesha Sharma 2021-02-04 16:11:52
Hlo i m beginner in laravel can some 1 help me how to show suggestions in input for particular product with using database
sups23 2021-02-04 16:22:58
Lovesha Sharma 2021-02-04 16:11:52
Hlo i m beginner in laravel can some 1 help me how to show suggestions in input for particular product with using database
what exactly do you want?
Kamalwebdev 2021-02-04 16:28:34
Lovesha Sharma 2021-02-04 16:11:52
Hlo i m beginner in laravel can some 1 help me how to show suggestions in input for particular product with using database
Suggestions like Tooltip?
sups23 2021-02-04 16:31:06
https://www.npmjs.com/package/@trevoreyre/autocomplete-js
npm: @trevoreyre/autocomplete-js –
npmSimple autocomplete component in vanilla JS and Vue
Hasi_boi 2021-02-04 16:31:53
natghi2010 2021-02-04 15:47:24
Now this
Oky i will
Ashok 2021-02-04 16:39:33
How to send token in api . L have readymade laravel script …
I am getting in login url but unable to send in next api…
Please help
veddishant 2021-02-04 16:44:08
Hi Dev’s! is there any default method or easy way to get all columns of table but not timestamp columns while getting data collection from model.??
veddishant 2021-02-04 16:45:41
Ashok 2021-02-04 16:39:33
How to send token in api . L have readymade laravel script …
I am getting in login url but unable to send in next api…
Please help
Are you using postman to test app?
In header you have to sent with bearer token
Ashok 2021-02-04 16:46:04
Yes . I have already try it.
Ashok 2021-02-04 16:46:51
veddishant 2021-02-04 16:50:52
Ashok 2021-02-04 16:46:51

veddishant 2021-02-04 16:51:02
veddishant 2021-02-04 16:50:52
On next api send like this!!
sups23 2021-02-04 16:53:11
veddishant 2021-02-04 16:44:08
Hi Dev’s! is there any default method or easy way to get all columns of table but not timestamp columns while getting data collection from model.??
$users = User::all()->makeHidden([‘created_at’, ‘updated_at’]);
Ashok 2021-02-04 16:58:45
veddishant 2021-02-04 16:51:02
On next api send like this!!

not working
sups23 2021-02-04 17:01:06
Ashok 2021-02-04 16:58:45
not working
thats because you haven’t sent user_id in post data
← prev | next →