Are you sure that your default view is login and is not that all your routes are under auth?

|
2020-10-12 21:19:57
thanks help me
Kamalwebdev 2020-10-12 21:28:34
KaptainMidnight 2020-10-12 21:15:10
In my component? Or app.blade.php?

Yes in app.blade.php

KaptainMidnight 2020-10-12 21:30:27
Kamalwebdev 2020-10-12 21:28:34
Yes in app.blade.php

All connected

Kamalwebdev 2020-10-12 21:37:42
KaptainMidnight 2020-10-12 21:08:37

In this image
I can see
You’re called livewire which is navigation dropdown

Kamalwebdev 2020-10-12 21:38:24
But there is no @livewireScripts
KaptainMidnight 2020-10-12 21:39:24
Kamalwebdev 2020-10-12 21:38:24
But there is no @livewireScripts

Is a component, not a app.blade.php

KaptainMidnight 2020-10-12 21:41:31
Can’t I depend on not using turbolinks?
jkwya 2020-10-12 21:42:37
KaptainMidnight 2020-10-12 21:07:33
Hi, everybody! I have a problem. I use livewire 2.0 and when I click on the link I don’t see any styles.

Route: Route::get(‘/messages’, [AppHttpLivewireMessagesIndex::class, ‘render’])->name(‘messages’);

Is it solved?

KaptainMidnight 2020-10-12 21:42:48
jkwya 2020-10-12 21:42:37
Is it solved?

No

Kamalwebdev 2020-10-12 21:44:51
Can you please show me app.blade.php file again
jkwya 2020-10-12 21:44:56
You should install your development dependencies.
jkwya 2020-10-12 21:45:06
npm run && npm run dev
jkwya 2020-10-12 21:45:36
run this command in you project’s root folder
jkwya 2020-10-12 21:46:34
then run this commands as well – php artisan cache:clear AND php artisan config:clear
KaptainMidnight 2020-10-12 21:47:24
Kamalwebdev 2020-10-12 21:44:51
Can you please show me app.blade.php file again

https://pastebin. com/Ck14FVX6

KaptainMidnight 2020-10-12 21:48:40
jkwya 2020-10-12 21:46:34
then run this commands as well – php artisan cache:clear AND php artisan config:clear

No is not working

KaptainMidnight 2020-10-12 21:49:00
I dont know what is it? Why is not working
KaptainMidnight 2020-10-12 21:50:29
Killed just all day today on it
Kamalwebdev 2020-10-12 21:50:43
KaptainMidnight 2020-10-12 21:47:24
https://pastebin. com/Ck14FVX6

This link isn’t working

KaptainMidnight 2020-10-12 21:50:55
Delete space
Acird Burn 2020-10-12 22:10:25
any server expert here linux i have a doubt
KaptainMidnight 2020-10-12 22:17:24
Kamalwebdev 2020-10-12 21:50:43
This link isn’t working

Did you look at the link? What can you say?

Kamalwebdev 2020-10-12 22:18:02
It just opened google
KaptainMidnight 2020-10-12 22:39:09
KaptainMidnight 2020-10-12 21:07:33
Hi, everybody! I have a problem. I use livewire 2.0 and when I click on the link I don’t see any styles.

Route: Route::get(‘/messages’, [AppHttpLivewireMessagesIndex::class, ‘render’])->name(‘messages’);

Maybe someone has the same bullshit?

DesolatorMagno 2020-10-12 23:30:09
2020-10-12 21:19:46
->orderBy(‘price_book’,’DESC’)
->where(‘name_book’, ‘like’,”%{$data}%”)
->orwhere(‘name_writer’,’like’,”%{$data}%”)
->orwhere(‘year_printbook’,’like’,”%{$data}%”)
->orwhere(‘categore_id’,’like’,”%{$data}%”)
->orwhere(‘view_book’, $data->max(‘view_book’))

Group all those where inside a where group.

DesolatorMagno 2020-10-12 23:31:06
And you are sure max work as you think?
Probir 2020-10-12 23:41:18
israa2912 2020-10-12 12:33:56
in controller

You don’t need to save again your contact

It’s already created

VimKanzo 2020-10-12 23:42:50
VimKanzo 2020-10-11 11:06:49
Hello guys, I’m having an issue insert response from an api into the db.

I assigned each value from the response into a variable and I dd the whole response and also each variable to see if truly there is a value and there is. Unfortunately, in the insert bit of the code, the data is not being inserted into the database.

I’m not sure what I’m what I’m doing wrong. Any help would really be appreciated. Cc @DesolatorMagno

@DesolatorMagno please any assistance on this would be greatly appreciate

Probir 2020-10-12 23:44:59
Show me your code

How some one would help if you don’t show the code

Acird Burn 2020-10-12 23:45:02
need a core php developer whose worked with anguar-JS before front-end is ready backend left currently which is pending development to handle 3 projects
Probir 2020-10-12 23:47:01
VimKanzo 2020-10-12 23:42:50
@DesolatorMagno please any assistance on this would be greatly appreciate

Would you?

Probir 2020-10-12 23:47:14
Anyone need help in laravel code?
DesolatorMagno 2020-10-12 23:49:09
VimKanzo 2020-10-11 11:29:24
In the same Console Command, here is my insert query

Why you are doing it in a so ugly way? why don’t use models?

VimKanzo 2020-10-12 23:54:50
DesolatorMagno 2020-10-12 23:49:09
Why you are doing it in a so ugly way? why don’t use models?

I tired model, but it didn’t work

DesolatorMagno 2020-10-12 23:59:18
You could tried harder.
DesolatorMagno 2020-10-13 00:00:08
You could also make a class or trait to interact with the “api” that way the controller will be cleaner.
VimKanzo 2020-10-13 00:18:42
DesolatorMagno 2020-10-13 00:00:08
You could also make a class or trait to interact with the “api” that way the controller will be cleaner.

Alright I’ll do that

2020-10-13 02:40:16
Hello guys I am stuck
2020-10-13 02:41:40
Am new to leravel framework
My problem is:

I have a web site which is created with laravel and my default home page is the login form I want to remove the login form and replace with another index

DesolatorMagno 2020-10-13 02:45:53
Just do it (nike symbol)
DesolatorMagno 2020-10-13 02:46:38
Are you sure that your default view is login and is not that all your routes are under auth?
princeferozepuria 2020-10-13 05:05:36
laravel+vuejs+vuex+mysql+npm+packages+vuetify+That Sit 🙂
Fred_ki 2020-10-13 08:48:55
2020-10-13 02:41:40
Am new to leravel framework
My problem is:

I have a web site which is created with laravel and my default home page is the login form I want to remove the login form and replace with another index

First I assume you have the other pages in the web.php where they have been detected and Auth::routes should also be present

Atul 2020-10-13 08:57:50
Hey anyone please help me to deploy Laravel app in aws using code commit
Jadidi_82 2020-10-13 09:06:49
laravel_discuss-54572.jpg
hello guys how can I find the category of digikala object?
deel_nevis 2020-10-13 09:16:22
Hello friends Which query builder is more suitable for processing a lot of data?
And that eloquent is weak for reading or writing ?!
manish22456 2020-10-13 10:03:02
Hello friends, can anyone suggest me good tutorial to learn laravel?

It would much better if anyone can share tutorial meterial link of Google drive or any other services

Acird Burn 2020-10-13 10:08:12
anyone here worked with cs-cart
abdu_curry 2020-10-13 10:08:12
manish22456 2020-10-13 10:03:02
Hello friends, can anyone suggest me good tutorial to learn laravel?

It would much better if anyone can share tutorial meterial link of Google drive or any other services

coder’s tape(youtube channel)
but i highly recommend u to read the documentation l

manish22456 2020-10-13 10:08:46
abdu_curry 2020-10-13 10:08:12
coder’s tape(youtube channel)
but i highly recommend u to read the documentation l

Thank you so much☺️

|