How to make a class in laravel make it globally accessible?

|
Ivaldes8 2020-12-24 05:31:19
Kibeish 2020-12-24 05:09:12
Did you get help?

Yes thanks

Ivaldes8 2020-12-24 05:31:44
Btw laravel is so nice
bourseAdviser_Dev 2020-12-24 09:08:53
Hello
How can i get screenshot of webpage with laravel or php?
ssmmmmmmjrjd 2020-12-24 09:48:10
laravel_discuss-64095.jpg
#ASK
I use laravel snappy package, when i try to stream i have error failed to load pdf document
Siberfx 2020-12-24 10:23:59
bourseAdviser_Dev 2020-12-24 09:08:53
Hello
How can i get screenshot of webpage with laravel or php?

take a look of “headless google chrome screenshot php” in google.

bourseAdviser_Dev 2020-12-24 10:44:37
Siberfx 2020-12-24 10:23:59
take a look of “headless google chrome screenshot php” in google.

What is it prequesties to run it?

MuhammedTeshome 2020-12-24 10:45:49
Hey guys..i just begin developing laravel website…where would i put bootstrap dist in laravel folders ?
Siberfx 2020-12-24 10:47:01
bourseAdviser_Dev 2020-12-24 10:44:37
What is it prequesties to run it?

if you searched it in google already, just dig into github repositories listed in results. there are many packages which can achieve it.

JeevaniSM 2020-12-24 10:49:25
MuhammedTeshome 2020-12-24 10:45:49
Hey guys..i just begin developing laravel website…where would i put bootstrap dist in laravel folders ?

U can either use composer to install or just put in the public/CSS/bootstrap

MuhammedTeshome 2020-12-24 10:51:13
JeevaniSM 2020-12-24 10:49:25
U can either use composer to install or just put in the public/CSS/bootstrap

I just put there…but doesnot work

JeevaniSM 2020-12-24 10:53:41
MuhammedTeshome 2020-12-24 10:51:13
I just put there…but doesnot work

Did you call it in your html ? U need to reference the link

JeevaniSM 2020-12-24 10:54:09
JeevaniSM 2020-12-24 10:53:41
Did you call it in your html ? U need to reference the link

Simply Google ‘ how to use booststrap with laravel ‘

MuhammedTeshome 2020-12-24 10:56:14
Ok tnx
Divyesh22598 2020-12-24 11:13:32
laravel_discuss-64105.jpg
www.skyknightsolution.com/shared-hosting
GistOf 2020-12-24 12:13:43
Divyesh22598 2020-12-24 11:13:32
www.skyknightsolution.com/shared-hosting

Full technical support for free? Wow, that’s generous!

RezaAmini_ir 2020-12-24 12:20:56
GistOf 2020-12-24 12:13:43
Full technical support for free? Wow, that’s generous!

Come on man :)))))

2020-12-24 12:45:24
https://github.com/LaravelDaily/QuickAdminPanel-Livewire-Prototype/pull/1
sobirjonovs 2020-12-24 12:45:41
GistOf 2020-12-24 12:13:43
Full technical support for free? Wow, that’s generous!

only for a month

GistOf 2020-12-24 12:48:47
sobirjonovs 2020-12-24 12:45:41
only for a month

Makes sense. Otherwise it ends up sounding too good to be true

RezaAmini_ir 2020-12-24 12:57:28
If you need an admin panel, check it out
https://github.com/rezaamini-ir/laravel-easypanel
jhayforshort 2020-12-24 14:12:42
laravel_discuss-64113.jpg

jhayforshort 2020-12-24 14:12:55
laravel_discuss-64114.jpg

jhayforshort 2020-12-24 14:13:05
anyone how can i fix this? thank you!
Siberfx 2020-12-24 14:28:58
your issue is not hidden in this part of the code, also the way you used the v-on on template side
jhayforshort 2020-12-24 14:32:32
laravel_discuss-64117.jpg
here’s my vue template
JeevaniSM 2020-12-24 14:39:09
How to make a class in laravel make it globally accessible ?
2020-12-24 15:43:24
Laravel check if route is api or web
muhamed_didovic 2020-12-24 19:08:45
Hi guys, sorry for English, if anyone needs a dev or something to help with here is my CV with all additional info: https://muhamed-didovic.github.io/

Muhamed Didovićmuhamed-didovic.github.io
Experienced full stack web developer (over 15 years) with a demonstrated history of working in the information technology and services industry who can build apps from the ground up. I’ve worked mostly at startups so I am use to wearing many hats. I am a very product focused developer who priotizes user feedback first and foremost. I’m generally very flexible when investigating new roles.
rootkings 2020-12-25 00:01:52
For Turkish devs: https://vedatkurtay.medium.com/laravelde-json-a-%C3%B6zel-alan-veri-eklemek-83ffb790bfca

Laravel’de JSON’a Özel Alan-Veri EklemekMedium
Selam dostlar, Laravel serimize son hız devam ediyoruz 🙂 . Bilgi paylaştıkça çoğalır ilkesiyle öğrendiklerimi paylaşmaya gayret…
skys215 2020-12-25 05:52:33
I think its nginx or apache problem
skys215 2020-12-25 05:54:31
Ask nginx/apache group
skys215 2020-12-25 06:07:43
Wrong group
JeevaniSM 2020-12-25 09:47:19
any one help me to find the issue of using facade ?
JeevaniSM 2020-12-25 09:47:32
I created a new facade for my custom class
JeevaniSM 2020-12-25 09:47:42
and registered as ‘ReportBuilderFacade’ => AppFacadesReportBuilderFacade::class,
|