← prev | next →
mehrb0d 2020-10-27 23:24:28
TheFeLuM 2020-10-27 22:19:31
try write:
Route::delete();
mehrb0d 2020-10-27 23:25:03
TheFeLuM 2020-10-27 22:19:55
any sugestion ?
if you have anydesk or teamviewe I can help more
DesolatorMagno 2020-10-27 23:48:02
Are you using Laravel 8 ?
natghi2010 2020-10-27 23:52:32
DesolatorMagno 2020-10-27 23:48:02
Are you using Laravel 8 ?
if it was laravel 8 issue, the error would be ‘Target class does not exist’
natghi2010 2020-10-27 23:52:50
it wouldnt recognize the action
DesolatorMagno 2020-10-27 23:53:02
So you get the error so often that you know it by memory? XD
natghi2010 2020-10-27 23:53:31
DesolatorMagno 2020-10-27 23:53:02
So you get the error so often that you know it by memory? XD
I have all the errors by memory lol
DesolatorMagno 2020-10-27 23:53:54
Good 4 u
natghi2010 2020-10-27 23:54:25
DesolatorMagno 2020-10-27 23:53:54
Good 4 u
not really good
natghi2010 2020-10-27 23:54:38
for each error ive wasted half a day
DesolatorMagno 2020-10-27 23:54:53
That’s life.
natghi2010 2020-10-27 23:55:21
I know
DesolatorMagno 2020-10-27 23:55:53
In any case i never use action, i always use route, so dunno about it.
natghi2010 2020-10-27 23:56:56
Severusxyz 2020-10-27 23:22:59
Try to change destroy to GET
lol?
Severusxyz 2020-10-28 00:22:07
natghi2010 2020-10-27 23:56:56
lol?
Trying to see if there is something wrong with sentences
h_noroozi_t_96 2020-10-28 00:22:42
https://youtu.be/-gA1wZUsvt8
نحوه کار با api ها در فلاتر flutter با استفاده از پکیج http –
YouTubeدر این قسمت اموزش فلاتر ( flutter ) با نحوه استفاده از اطلاعات ان ها در برنامه های خود اشنا میشویم و همچنین نمایش اطلاعات دریافتی در قالب لیست ها اشنا خواهیم شد
natghi2010 2020-10-28 00:22:44
Severusxyz 2020-10-28 00:22:07
Trying to see if there is something wrong with sentences
Oh, I thought you suggested deleting by get method
amir881231 2020-10-28 00:41:30
Hi friends what pakage is good for laravel filemanager?
mehrb0d 2020-10-28 00:49:05
natghi2010 2020-10-28 00:22:44
Oh, I thought you suggested deleting by get method
Actually I thought too
heisenberg0123 2020-10-28 04:32:59

Hi guys. So I’ve been trying to do a pagination but the tutorials I found is different to the website I’m doing right now..
I’m doing an async asyncData() but the tutorials that I’ve come up with is using a method : fetchData.. I don’t know how to call asyncData again to go the next page. what should I do? I can somehow output the nextPage url on the fetchData method but I don’t know how to output it as I cannot access the app so I can call axios..
skys215 2020-10-28 05:47:27
heisenberg0123 2020-10-28 04:32:59
Hi guys. So I’ve been trying to do a pagination but the tutorials I found is different to the website I’m doing right now..
I’m doing an async asyncData() but the tutorials that I’ve come up with is using a method : fetchData.. I don’t know how to call asyncData again to go the next page. what should I do? I can somehow output the nextPage url on the fetchData method but I don’t know how to output it as I cannot access the app so I can call axios..
Wrong group
skys215 2020-10-28 05:47:40
h_noroozi_t_96 2020-10-28 00:22:42
https://youtu.be/-gA1wZUsvt8
Wrong group
heisenberg0123 2020-10-28 05:47:52
I used laravel api..
skys215 2020-10-28 05:49:33
Yeah, but your problem is about javascript, not laravel, isn’t it?
DanteFrank 2020-10-28 06:59:29
DanteFrank 2020-10-27 14:00:00
Hey guys. So I created a controller but each time I try to load it through the view, it tells me the controller does not exist. Please review my code and a work around this please. Thanks
So guys I discovered the issue was with Laravel 8 itself on my system. I downloaded Laravel 7 and everything is working fine, so I guess I’ll stick with that for now
Frank 2020-10-28 07:12:42
Hello guys
how to join the session authentication (Active Directory) to that of your web application (Single sign on SSO) Please help.
ongray 2020-10-28 12:11:23
https://www.slideshare.net/billkarwin/how-to-use-json-in-mysql-wrong
How to Use JSON in MySQL Wrong –
www.slideshare.netThe JSON data type and functions that support it comprise one of the most interesting features introduced in MySQL 5.7 for application developers. But no featu…
Amit Negi 2020-10-28 13:02:14
Any laravel developer in New Delhi, India?
Amit Negi 2020-10-28 13:02:39
For freelance work, pls connect with me, pls DM
mehrb0d 2020-10-28 13:37:49
DanteFrank 2020-10-27 14:00:00
Hey guys. So I created a controller but each time I try to load it through the view, it tells me the controller does not exist. Please review my code and a work around this please. Thanks
sorry I didn’t see your problem, in laravel 8 you have to use routes like this:
Route::get(‘/’,[your_controller::class,’your_func’])
natghi2010 2020-10-28 15:33:19
mehrb0d 2020-10-28 13:37:49
sorry I didn’t see your problem, in laravel 8 you have to use routes like this:
Route::get(‘/’,[your_controller::class,’your_func’])
They shouldn’t have changed it this much
natghi2010 2020-10-28 16:15:59
ongray 2020-10-28 12:11:23
https://www.slideshare.net/billkarwin/how-to-use-json-in-mysql-wrong
may i suggest making it more eye freindly
natghi2010 2020-10-28 16:16:11
I feel like im in a college lecture again
DanteFrank 2020-10-28 16:16:38
mehrb0d 2020-10-28 13:37:49
sorry I didn’t see your problem, in laravel 8 you have to use routes like this:
Route::get(‘/’,[your_controller::class,’your_func’])
Yeah I tried that yesterday but got no result
DanteFrank 2020-10-28 16:17:42
So what I did was to delete the entire package and redownload it. And then used used “AppHttpControllersDavidController;” in the route section and it works
DanteFrank 2020-10-28 16:17:56
But this just makes it tedious you know
DanteFrank 2020-10-28 16:18:36
That means we have to use the “Use App” for every single controller created in the routes
DanteFrank 2020-10-28 16:18:56
I don’t know if they made things simpler or worse
DesolatorMagno 2020-10-28 16:34:31
That 2 options don’t go together, for many persons, package developer and expert developer, and just normal developers, that was a great change and one they where waiting for months/years.
DesolatorMagno 2020-10-28 16:36:00
If all that matters to you is when you are writing the routes, them is worse, if everything else matters, them is better.
sally_hussein2020 2020-10-28 17:02:58
Hi , can anyone help me to find any tutorials that help me to create crm system
sobirjonovs 2020-10-28 17:17:26
3 trolls.
StanleyMasinde 2020-10-28 17:24:07
DanteFrank 2020-10-27 14:00:01
Try composer dump-autoload
Or composer install or update.
To regenerate to autoloader files
natghi2010 2020-10-28 17:59:40
“No amount of passion can overcome a lack of technical expertise.”
– Fuyumi Irisu said ,Hyouka
Pro 2020-10-28 18:01:58
natghi2010 2020-10-28 17:59:40
“No amount of passion can overcome a lack of technical expertise.”
– Fuyumi Irisu said ,Hyouka
I don’t know why but when ever I see ur name I remember 500 error.
natghi2010 2020-10-28 18:02:21
Pro 2020-10-28 18:01:58
I don’t know why but when ever I see ur name I remember 500 error.
yes they made the 500 error for me
mohamad881231 2020-10-28 20:20:20
Hi what pakage do u prefer for laravel file manager in laravel 6 or 7
iamnomana 2020-10-28 21:04:29
datlechin 2020-10-23 20:55:08
Uncaught TypeError: $(…).DataTable is not a function
Did you link it in your master layout?
iamnomana 2020-10-28 21:04:54
iamnomana 2020-10-28 21:04:29
Did you link it in your master layout?
I meant the CSS and js files
iamnomana 2020-10-28 21:08:36
Link the data table files to your master layout
← prev | next →