Any one know how to do laravel with asterisk use?

|
Jerseygreat 2020-05-21 22:57:19
I used laravel on localhost and then after I uploaded it to a live server the website is still showing localhost as it address on live server Please help
StupidTwat 2020-05-22 00:14:48
.env
Virus 2020-05-22 10:06:37
change the address in .env file then you good to go
Virus 2020-05-22 10:07:06
any one know how to do laravel with asterisk use ?
Manoj Mehta 2020-05-22 11:27:01
I have two table package table and session table
here I want session table rows where package table does not have sessionID
Manoj Mehta 2020-05-22 11:27:40
$info[‘session’] = session::where(‘status’,1)
->get();
rethdaro 2020-05-22 11:45:43
laravel_discuss-38466.jpg
Hi everyon. can i have a tutorial for multiple fields search like this picture please
skys215 2020-05-22 11:56:11
rethdaro 2020-05-22 11:45:43
Hi everyon. can i have a tutorial for multiple fields search like this picture please

Yes, you can write your own search function

rethdaro 2020-05-22 11:58:47
skys215 2020-05-22 11:56:11
Yes, you can write your own search function

I am new in laravel so I want have some guide how to make it 🙂

skys215 2020-05-22 12:07:36
then learn the laravel first
2020-05-22 14:48:15
All my friends are surprised this days the way I am handling things in my family without working anymore but, they didn’t know that my source of income came from investing online . All of this happened with the help of Mrs Julianne Christopher . Just like the way I told my friends, I am also telling you that I always earn on weekly basis and I am happy staying at home yet making money upon money.
Contact her… 👇 👇 👇

@Julianne_fx

MusthafaM 2020-05-22 15:04:52
I need a best method for multi role user authentication in laravel
Roham0010 2020-05-22 15:07:35
2020-05-22 14:48:15
All my friends are surprised this days the way I am handling things in my family without working anymore but, they didn’t know that my source of income came from investing online . All of this happened with the help of Mrs Julianne Christopher . Just like the way I told my friends, I am also telling you that I always earn on weekly basis and I am happy staying at home yet making money upon money.
Contact her… 👇 👇 👇

@Julianne_fx

Scam!

natghi2010 2020-05-22 15:13:30
2020-05-22 14:48:15
All my friends are surprised this days the way I am handling things in my family without working anymore but, they didn’t know that my source of income came from investing online . All of this happened with the help of Mrs Julianne Christopher . Just like the way I told my friends, I am also telling you that I always earn on weekly basis and I am happy staying at home yet making money upon money.
Contact her… 👇 👇 👇

@Julianne_fx

indian scam lol

natghi2010 2020-05-22 15:13:40
i can smell gupta
Roham0010 2020-05-22 15:14:04
MusthafaM 2020-05-22 15:04:52
I need a best method for multi role user authentication in laravel

Multiple ways to do it base on your needs
Google:
Laravel role based authentication

Ujjaval Vaishnav 2020-05-22 20:07:15
Anybody has worked on tally api
To fetch all orders ?
2020-05-22 20:55:40
anybody works or cybercog laravel love package
2020-05-22 20:55:53
i need some help
DesolatorMagno 2020-05-22 21:03:50
MusthafaM 2020-05-22 15:04:52
I need a best method for multi role user authentication in laravel

If you work with roles and permission there shouldn’t be any problem, for example in a school a teacher could be a teacher and also the manager of the tennis club, you don’t care if he is a teacher a student of last year, a substitute teacher, you only need to know if that person have the right to take the tennis club keys.

sagar_dave_1997 2020-05-22 21:33:43
MusthafaM 2020-05-22 15:04:52
I need a best method for multi role user authentication in laravel

You can also use two famous role base package u can find on Google

DesolatorMagno 2020-05-23 00:34:46
Hello fellow humans, i am totally not a bot, hear me out, i will tell you how to make money easy
</s>
At the start it was kinda funny, now is really bothersome.
Roham0010 2020-05-23 02:29:53
DesolatorMagno 2020-05-23 00:34:46
Hello fellow humans, i am totally not a bot, hear me out, i will tell you how to make money easy
</s>
At the start it was kinda funny, now is really bothersome.

👍🏻😐
I don’t know how they are going to fool people! The sentence says something like I am scammer don’t get fool

Marvixino 2020-05-23 06:17:07
laravel_discuss-38492.jpg

Marvixino 2020-05-23 06:17:17
is this the right way to use “Database Transactions”?!
rebory 2020-05-23 07:58:26
rethdaro 2020-05-22 11:45:43
Hi everyon. can i have a tutorial for multiple fields search like this picture please

try like this use orwhere

rebory 2020-05-23 07:59:15
rethdaro 2020-05-22 11:45:43
Hi everyon. can i have a tutorial for multiple fields search like this picture please

laravel_discuss-38496.jpg
use your table or fields this is just for example

Akshay Bhardwaj 2020-05-23 07:59:46
Hello everyone
On aws lightsail
My laravel app not running
Showing this error
Akshay Bhardwaj 2020-05-23 08:00:08
laravel_discuss-38498.jpg

rebory 2020-05-23 08:11:17
laravel_discuss-38500.jpg

rebory 2020-05-23 08:11:54
laravel_discuss-38501.jpg

rebory 2020-05-23 08:12:19
pls help me why it not work
rebory 2020-05-23 08:13:25
laravel_discuss-38503.jpg
this is kernal.php
rajuteli 2020-05-23 08:56:39
Any zend framework expert
I have facing some issues
flyingdragons 2020-05-23 08:59:48
Marvixino 2020-05-23 06:17:07

Yes it is indeed. But along with Throwable exception its better to handle generic exception at last

try {
/** Your code */
} catch (Throwable $e) {
/** Your code */
} catch (Exception $e){
/** Handle your code here */
}

ViralKachhadiya 2020-05-23 09:09:42
Hi, i m create laravel web and issue are there that background image is not set in email using laravel
Please help me
ViralKachhadiya 2020-05-23 09:10:41
ViralKachhadiya 2020-05-23 09:09:42
Hi, i m create laravel web and issue are there that background image is not set in email using laravel
Please help me

There is email layout template and I set backgound image in thia email layout template but not show me this image

flyingdragons 2020-05-23 09:10:51
I think you might have used relative path with respect to the HTML. Use {{ asset(‘image_path’) }}
flyingdragons 2020-05-23 09:11:07
ViralKachhadiya 2020-05-23 09:10:41
There is email layout template and I set backgound image in thia email layout template but not show me this image

Show your code please

flyingdragons 2020-05-23 09:11:30
Email code
ViralKachhadiya 2020-05-23 09:11:32
flyingdragons 2020-05-23 09:10:51
I think you might have used relative path with respect to the HTML. Use {{ asset(‘image_path’) }}

I also use thai and also use URL() but not work

flyingdragons 2020-05-23 09:12:06
Code please bro
ViralKachhadiya 2020-05-23 09:12:21
ViralKachhadiya 2020-05-23 09:11:32
I also use thai and also use URL() but not work

My image store in public directory

ViralKachhadiya 2020-05-23 09:12:33
flyingdragons 2020-05-23 09:12:06
Code please bro

Yeah, wait

ViralKachhadiya 2020-05-23 09:15:10
laravel_discuss-38515.jpg

ViralKachhadiya 2020-05-23 09:15:39
laravel_discuss-38516.jpg

ViralKachhadiya 2020-05-23 09:18:26
❓❓
flyingdragons 2020-05-23 09:18:32
In url for background use domain name along with it
flyingdragons 2020-05-23 09:18:49
If you debug your code normally you may see /publi/images/….
flyingdragons 2020-05-23 09:19:04
But it must look like https://domain_name/images/image_name
|