How to set active link in inertia-vuejs?

|
GistOf 2021-03-31 10:24:43
2021-03-31 10:00:33
I installed and create project but I don’t know how to code

1. Spend a day learning about Composer without Laravel.
2. Go back to Laravel and learn to write routes and handle them with a controller
3. Learn the blade syntax
4. Learn about models

cartltech 2021-03-31 10:25:31
YtcCyberTech 2021-03-31 10:24:13

Change the route type from “post” to “get”

Prem Soni 2021-03-31 10:25:55
you used post instead of get
YtcCyberTech 2021-03-31 10:25:57
cartltech 2021-03-31 10:25:31
Change the route type from “post” to “get”

In which one

2021-03-31 10:26:06
GistOf 2021-03-31 10:24:43
1. Spend a day learning about Composer without Laravel.
2. Go back to Laravel and learn to write routes and handle them with a controller
3. Learn the blade syntax
4. Learn about models

thank you po, 😊😊😊

Prem Soni 2021-03-31 10:26:44
in which route you get the error
YtcCyberTech 2021-03-31 10:26:59
in the save
Prem Soni 2021-03-31 10:28:12
then in that route you should use get
Prem Soni 2021-03-31 10:28:23
instead of post
YtcCyberTech 2021-03-31 10:28:37
Route::post(‘/savesystemfunction’,[systemcontroller::class,’savesystem’]);
Prem Soni 2021-03-31 10:28:46
use get
YtcCyberTech 2021-03-31 10:28:48
YtcCyberTech 2021-03-31 10:28:37
Route::post(‘/savesystemfunction’,[systemcontroller::class,’savesystem’]);

this line

YtcCyberTech 2021-03-31 10:29:00
Prem Soni 2021-03-31 10:28:46
use get

ok thanks

Prem Soni 2021-03-31 10:29:07
welcome
cartltech 2021-03-31 10:31:21
YtcCyberTech 2021-03-31 10:22:42
Anybody know what is this error.

The issue here is you’re sending a post request to a get route. So you need to look for the request you’re hitting and fix the type

Devaobeth 2021-03-31 10:42:41
Aws elastic beanstalk cron jobs example pls
Devaobeth 2021-03-31 10:43:01
Platform Amazon Linux 2
Azad Akhtar 2021-03-31 11:17:44
laravel_discuss-75056.jpg

YgmiLawliet 2021-03-31 11:18:15
foulla_sam 2021-03-30 12:14:55
Multistep form has nothing to do with laravel, you can handle it like a ‘normal’ form

Yes Sir but how it will insert the data to database 👉👈..I’m still beginner Sir

Azad Akhtar 2021-03-31 11:18:38
hello->
i am getting file name in this code
$filename= $file->getClientOriginalName();
why not inserting in table
‘webinar_image’ => $filename,
imhajiiii 2021-03-31 12:22:09
Has anyone charted with Laravel? Please help me
foulla_sam 2021-03-31 12:43:10
Hi, I need help

how to set active link in inertia-vuejs?

I have an inertia-link(posts.index route)
I want to set it active even the current route is posts.create or posts.edit

Please

Blueman45 2021-03-31 13:17:32
Hey… I am new to Laravel And PHP…. basically I am done with fundamental PHP…can anybody suggest me where to start with laravel
Blueman45 2021-03-31 13:18:12
I tried learning it online… But the things are going above my head
Blueman45 2021-03-31 13:18:24
Any solutions?
Fru Azeh 2021-03-31 13:32:43
Blueman45 2021-03-31 13:17:32
Hey… I am new to Laravel And PHP…. basically I am done with fundamental PHP…can anybody suggest me where to start with laravel

Hi, I have created a Laravel course. For beginners to advanced. It has just started. So if you want to learn programming in Laravel. Check out the playlist and subscribe if you want to follow the course to the end.

Laravel 8 complete Tutorial – YouTubeYouTube
imhajiiii 2021-03-31 13:33:06
laravel_discuss-75069.jpg
How do I calculate the order statistics for the last 14 days?
Blueman45 2021-03-31 13:34:57
Fru Azeh 2021-03-31 13:32:43
Hi, I have created a Laravel course. For beginners to advanced. It has just started. So if you want to learn programming in Laravel. Check out the playlist and subscribe if you want to follow the course to the end.

https://www.youtube.com/playlist?list=PLZmmaAg9qRMi6CKuIjGIJ2BknQGcU0NJ1

But my target is to get understanding of complete Laravel in 2 days

Fru Azeh 2021-03-31 13:35:31
Blueman45 2021-03-31 13:34:57
But my target is to get understanding of complete Laravel in 2 days

Really!!!

foulla_sam 2021-03-31 13:35:41
Blueman45 2021-03-31 13:34:57
But my target is to get understanding of complete Laravel in 2 days

Why in 2 days?

Blueman45 2021-03-31 13:36:05
Office pressure
foulla_sam 2021-03-31 13:36:44
Blueman45 2021-03-31 13:36:05
Office pressure

Believe me you cannot understand laravel in 2 days

Fru Azeh 2021-03-31 13:37:16
foulla_sam 2021-03-31 13:36:44
Believe me you cannot understand laravel in 2 days

I Agree!

Blueman45 2021-03-31 13:37:32
The target is to just understand how it works
Blueman45 2021-03-31 13:37:48
Not all the features…. Just basic
|