Contents:
what do you mean by adding external css?
do you want to do it with npm or without?
Should I make assets folder?
It is mandatory to have laravel mix?
laravel 8 auth concept any one?
Can anyone help me?
Hi guys, any idea how to use repository pattern with livewire?
what do you mean by adding external css?
do you want to do it with npm or without?
Should I make assets folder?
It is mandatory to have laravel mix?
laravel 8 auth concept any one?
Can anyone help me?
Hi guys, any idea how to use repository pattern with livewire?
2020-10-01 15:44:45
use middleware “verified”
Prem Soni 2020-10-01 15:44:59
Ok
2020-10-01 15:45:16
good luck
2020-10-01 15:46:12
your welcome
2020-10-01 17:05:43
@Siberfx Could you you help me how to add an external css/js/img file in laravel 8? I see very less suppport and articles online
Please note, I am not using SaSS, Less or anything Just plain CSS
Please note, I am not using SaSS, Less or anything Just plain CSS
Siberfx 2020-10-01 17:07:39
what do you mean by adding external css? you want to add your own files or a file from external service like a cdn maybe?
2020-10-01 17:08:14
Siberfx 2020-10-01 17:07:39
what do you mean by adding external css? you want to add your own files or a file from external service like a cdn maybe?
no
2020-10-01 17:08:35
I just want to add my own CSS styling to my page.
2020-10-01 17:09:09
Earlier, we used to do it in public/css/filename.css
Siberfx 2020-10-01 17:10:32
for specific pages different css styling or what, let me understand it :))
2020-10-01 17:11:51
Siberfx 2020-10-01 17:10:32
for specific pages different css styling or what, let me understand it :))
Yes. I just want to add my custom CSS style, other than bootstrap. Also, please suggest where should I store images. I am confused with Laravel 8 directory structure.
Siberfx 2020-10-01 17:12:27
do you want to do it with npm or without?
2020-10-01 17:12:29
I see a CSS folder in Resources. I just want to understand where to store these static files like css, js and images
Siberfx 2020-10-01 17:12:45
under public folder you have to store.
2020-10-01 17:12:55
Siberfx 2020-10-01 17:12:27
do you want to do it with npm or without?
without. I am not using any framework like react, vue or Angular
Siberfx 2020-10-01 17:13:13
store them under public folder, and thats it.
Siberfx 2020-10-01 17:14:33
you can call them with full path as {{ assets( ‘path-to-file.css ‘ ) }} or short variant. {{ ‘/path-to-file.css’ }}
Siberfx 2020-10-01 17:15:24
then just open your app.blade.php file and add your css files into it.
Siberfx 2020-10-01 17:15:59
also do not forget to remove app.css app.js files which is been generated by the npm (usualy bootstrap inside)
2020-10-01 17:16:00
Okay. I am tryig
2020-10-01 17:20:51
Siberfx 2020-10-01 17:14:33
you can call them with full path as {{ assets( ‘path-to-file.css ‘ ) }} or short variant. {{ ‘/path-to-file.css’ }}
Should I make assets folder?
Siberfx 2020-10-01 17:21:06
if you want to. but not necessary.
2020-10-01 17:32:52
what is?
2020-10-01 17:34:09
i,m surry i,m just want test comment
2020-10-01 17:37:27
It is mandatory to have laravel mix? My css is not working.
Harsh Mehta 2020-10-01 17:38:15
Hi
Anybody looking for a job as a Laravel Developer with at least 1 Year experience At Vadodara Location,Gujarat ,India can mail their resume at harsh@purchasekaro.com
Thanks in advance
Pirex360 2020-10-01 18:14:11
hi there, i am using in laravel a query on a external database without model/eloquent , i want to do multiple inserts and in the end return an sql variable, is this possible ?
Pirex360 2020-10-01 18:14:55
DB::Select(….. and in the end select @endvar as ouput; )
Pirex360 2020-10-01 18:15:06
i want to get the output of the select
2020-10-01 18:20:34
@Siberfx Still need help, please.
Peace 2020-10-01 18:21:25
laravel 8 auth concept any one?
Prem Soni 2020-10-01 18:30:05
How to use hash check
Prem Soni 2020-10-01 18:30:16
Can anyone tell me
Tele486 2020-10-01 18:32:43
Hash::check($var, $hashedPassword);
Tele486 2020-10-01 18:33:28
https://laravel.com/docs/8.x/hashing
Mukhtar Al Bin Hamad 2020-10-01 19:41:58

Mukhtar Al Bin Hamad 2020-10-01 19:48:59
Can anyone help me?
hardik 2020-10-01 19:52:46
Mukhtar Al Bin Hamad 2020-10-01 19:41:58
Storage not linked
hardik 2020-10-01 19:53:05
Search in Google
Mukhtar Al Bin Hamad 2020-10-01 19:54:02
hardik 2020-10-01 19:52:46
Storage not linked
I do php artisan storage :link
Mukhtar Al Bin Hamad 2020-10-01 19:55:20
hardik 2020-10-01 19:53:05
Search in Google
I don’t found any solution
hardik 2020-10-01 19:55:49
Find file in storage
hardik 2020-10-01 19:56:08
If not exist , uploading problem,
Mukhtar Al Bin Hamad 2020-10-01 19:57:29
It exists
Mukhtar Al Bin Hamad 2020-10-01 20:05:58
In both, two images
Mukhtar Al Bin Hamad 2020-10-01 20:08:52
In the inspect failed to load response data
Mukhtar Al Bin Hamad 2020-10-01 20:13:44
This page isn’t working
Jadidi_82 2020-10-01 20:34:05

hi guys how can I remove details for voygaer panel.
the probelm is that I dont have details in my databace
imgurjotsaini 2020-10-01 23:36:29
Hi guys, any idea how to use repository pattern with livewire?
I’ve binded the repository in the livewire class using mount() method, but when I try to call create() method, it says “call to a member function create() on null”
imhajiiii 2020-10-02 00:39:23

why not responsive in phone mode