Only need route for accessing view?

|
Muheebpasha 2020-12-17 11:19:14
Hi guys Unable to perform image crud operation using ajax
arashsheyda 2020-12-17 11:43:18
hey,anyone suggest laravel + turbolinks?
hypernxf 2020-12-17 11:45:14
I’ll suggest Inertia.js for SPA or Livewire for none SPA
hypernxf 2020-12-17 11:45:35
it has a great community behind it. Active maintenance too
arashsheyda 2020-12-17 11:45:40
yeah i worked with inertia.js and realy liked it but the seo part is problem
hypernxf 2020-12-17 11:46:33
https://inertiajs.com/server-side-rendering
hypernxf 2020-12-17 11:46:43
yeah can give these solutions a try
arashsheyda 2020-12-17 11:47:19
ahhh thanks
arashsheyda 2020-12-17 11:47:31
https://twitter.com/reinink/status/1206678299168124929?lang=en i seen this tweet and i didnt check the website lol

Jonathan ReininkTwitter
@erikdbwestlund @inertiajs And if SEO is a concern, Inertia.js probably isn’t the right tool for you. See here: https://t.co/zZSl3iESiS
arashsheyda 2020-12-17 11:48:38
thanks for reply
hypernxf 2020-12-17 11:49:26
haha no prob!
razaqofficial 2020-12-17 11:52:01
A (Remotem)Laravel Gig 4-6weeks contract. Must be living in Nigeria. Dm me asap
Muheebpasha 2020-12-17 12:42:21
Muheebpasha 2020-12-17 11:19:14
Hi guys Unable to perform image crud operation using ajax

Help me to out

Dushyantsinghds 2020-12-17 12:56:15
Need any microsoft azure exam voucher??
Validity : 31 May 2021
Aeonfox 2020-12-17 13:25:47
hello guys.. please i need help with this
when i run php artisan serve command i get this error. the application is 5.5

[ErrorException]
chdir(): No such file or directory (errno 2)

please help out anyone thanks

2020-12-17 13:26:58
rmkmasterdev 2020-12-16 23:19:27
Use chart. Js

It does not give me the types of graphcs that I need

Aeonfox 2020-12-17 13:50:08
Aeonfox 2020-12-17 13:25:47
hello guys.. please i need help with this
when i run php artisan serve command i get this error. the application is 5.5

[ErrorException]
chdir(): No such file or directory (errno 2)

please help out anyone thanks

Please can anyone help out

Jhonatan Fernandez 2020-12-17 14:50:07
https://youtu.be/IYVLG7utx48 Hola estimados.
Nuevamente hemos retomado nuestro curso de la tienda online.
En este video, estaremos actualizando a Laravel 7 a su última versión.
Posteriormente, estaremos actualizando de Laravel 7 a Laravel 8.
Recuerden que pueden ir viendo los cambios en https://github.com/jhonatanfdez/jhonatanshop

50 Actualizar Laravel 7 a su última versión – Creando tienda online Laravel 7YouTube
Hola estimados.
Nuevamente hemos retomado nuestro curso de la tienda online.
En este video, estaremos actualizando a Laravel 7 a su última versión.
Posteriormente, estaremos actualizando de Laravel 7 a Laravel 8.
Recuerden que pueden ir viendo los cambios en https://github.com/jhonatanfdez/jhonatanshop
2020-12-17 15:32:08
hypernxf 2020-12-17 11:45:35
it has a great community behind it. Active maintenance too

Which one??

2020-12-17 15:35:01
For data submit and update dont write route action in livw wire??
2020-12-17 15:35:41
Only need route for accessing view ??
mrgafury 2020-12-17 19:27:25
Hi. If I want to create a shopping cart with reset api, can I use session? Can the session be turned into an Jason array? Or should I use the database?
Kibeish 2020-12-17 19:49:49
Hi guys, my image upload to the database does not upload to mysql but just throws an array output on my browser. below are snippets kindly assist
Kibeish 2020-12-17 19:50:40
laravel_discuss-62858.jpg
controller
Kibeish 2020-12-17 19:51:09
laravel_discuss-62859.jpg
blade
Kibeish 2020-12-17 19:51:28
laravel_discuss-62860.jpg
Routes
Kibeish 2020-12-17 19:52:06
laravel_discuss-62861.jpg
output on chrome browser instead in the db
DesolatorMagno 2020-12-17 19:52:29
Kibeish 2020-12-17 19:51:09
blade

here is teh error

Bhuvi100 2020-12-17 19:52:49
DesolatorMagno 2020-12-17 19:52:29
here is teh error

enctype

DesolatorMagno 2020-12-17 19:52:54
Kibeish 2020-12-17 19:52:06
output on chrome browser instead in the db

If you see here, you are reciving the filename, not the file.

Kibeish 2020-12-17 19:53:04
DesolatorMagno 2020-12-17 19:52:29
here is teh error

Huh? what exactly

Kibeish 2020-12-17 19:53:44
DesolatorMagno 2020-12-17 19:52:54
If you see here, you are reciving the filename, not the file.

Okay

Bhuvi100 2020-12-17 19:54:07
Kibeish 2020-12-17 19:53:04
Huh? what exactly

enctype=”multipart/form-data”

Kibeish 2020-12-17 19:56:03
Bhuvi100 2020-12-17 19:54:07
enctype=”multipart/form-data”

Where do i place that code?

Bhuvi100 2020-12-17 19:56:34
Kibeish 2020-12-17 19:56:03
Where do i place that code?

Have you learnt html?

|