β prev | next β
DanteFrank 2021-07-15 19:49:55
Bhavyakumar Panchotiya 2021-07-15 19:10:53
did you use enctype=”multipart/form-data inside a form Tag ????
Yes I did
DanteFrank 2021-07-15 19:50:05
divyangdodiya 2021-07-15 18:50:36
Did you tried name = “documents[]” ??
Yep still nothing
Lalit Rana 2021-07-15 19:54:25
Jamsy980 2021-07-15 09:31:36
Can anybody help me with my laravel college project
Yes
Bhavyakumar Panchotiya 2021-07-15 19:56:57
DanteFrank 2021-07-15 19:50:05
Yep still nothing
Ok
You get the image inside $file variable?
ukforizone 2021-07-15 20:05:34
ukforizone 2021-07-15 20:05:58
This is my ajax code my data not send
Vikas Chandra B 2021-07-15 20:08:17
Vikas Chandra B 2021-07-15 17:59:44
Hello is there any option to turn off screen recording in laravel?
Can anyone please help
Phemorah 2021-07-15 21:05:05
ukforizone 2021-07-15 20:05:34
Is this codebase in core php or Laravel framework?
Soumen954 2021-07-15 21:07:59
Any one can help me plz in this query
Select name from user where id = 1169 or partner_url =1169
How to define 2 separate columns like partner name, user name
ukforizone 2021-07-15 21:08:25
With and
Soumen954 2021-07-15 21:10:22
ukforizone 2021-07-15 21:08:25
With and
If you share proper query itβs very helpful please
investor_sinde 2021-07-15 21:15:29
Hello if you want to support your business with loan contact me +19726667534
ezekielarin 2021-07-15 21:55:15
Soumen954 2021-07-15 21:07:59
Any one can help me plz in this query
Select name from user where id = 1169 or partner_url =1169
How to define 2 separate columns like partner name, user name
Your question is not clear
2021-07-15 21:56:19
any freelancer having expertise in bubble.io – no code platform? dm me.
DanteFrank 2021-07-15 22:52:07
Bhavyakumar Panchotiya 2021-07-15 19:56:57
Ok
You get the image inside $file variable?
It’s a document
Bhuvi100 2021-07-15 23:00:02
DanteFrank 2021-07-15 17:12:23
You can simply use like
foreach($request->documents as $document)
{
//Your_code
}
absoluthalal 2021-07-16 02:54:48
ukforizone 2021-07-15 20:05:58
This is my ajax code my data not send
can use name attribute in form, and in controller can use
$data = new Model();
$data->name = $request->input(‘name’);
$data->save();
Bhavyakumar Panchotiya 2021-07-16 06:52:48
DanteFrank 2021-07-15 22:52:07
It’s a document
message me personally we will try to solve together !! okay π
harishgan 2021-07-16 07:52:19
Can we customize voyager admin panel and include all features of other fancy admin panels.
Anas_Thamizhan 2021-07-16 07:58:55
hai every one …..one help ..get multiple table data in single query to join the table using with method….but how i select particular colum in query like table1.id,table2.name
2021-07-16 08:31:16
Hello, how could I get the array of users phone_no so as to send an SMS to multiple users at a time.
bryan_king 2021-07-16 09:32:44
Anas_Thamizhan 2021-07-16 07:58:55
hai every one …..one help ..get multiple table data in single query to join the table using with method….but how i select particular colum in query like table1.id,table2.name
Table.name as you said
bryan_king 2021-07-16 09:33:20
2021-07-16 08:31:16
Hello, how could I get the array of users phone_no so as to send an SMS to multiple users at a time.
Elaborate or show some code
Ganesh M 2021-07-16 09:46:17
Test Mail Server
————————-
As a web developer, there is always a need to send and receive mails. Email template has to be verified whether it is showing correct data. It might difficult to use production email server / email server with valid email accounts. To test, developer needs a test email server, which can just receive what ever mail we sent and show up as like in email client.
Below are best open source test mail servers, which receives mails and provides support to view test mails. Easy to install and work in local dev setup.
https://www.findbestopensource.com/tagged/test-mail-server
5 best open source test mail server projects. –
Findbestopensource5 best open source test mail server projects. #opensource
Anas_Thamizhan 2021-07-16 10:18:59
bryan_king 2021-07-16 09:33:20
Elaborate or show some code
$id = ‘all’;
$query = Post::with([‘image’, ‘user’])->where(‘super_category’,’market_report’)->where(‘visibility’, 1)
->orderBy(‘published_date’,’desc’)
->where(‘status’, 1)
->when(Sentinel::check() == false, function ($query) {
$query->where(‘auth_required’, 0);
})
->where(‘language’, LaravelLocalization::setLocale() ?? settingHelper(‘default_language’))-> get()
thekiharani 2021-07-16 10:37:51
Just out of curiosity:
Font awesome free version says that they limit site to 10K views per month. So what happens to 10,001st and subsequent users in a particular month?
Nikita Saxena 2021-07-16 11:40:33
How can i use my subdomain routes redirect to subdomain and custom domain at the same time?
khanbozkurt 2021-07-16 11:41:53
Nikita Saxena 2021-07-16 11:40:33
How can i use my subdomain routes redirect to subdomain and custom domain at the same time?
Why do you need?
khanbozkurt 2021-07-16 11:42:31
Maybe, you are config redirects on cloudflare
Nikita Saxena 2021-07-16 11:43:01
khanbozkurt 2021-07-16 11:42:31
Maybe, you are config redirects on cloudflare
I have configured my server for both subdomain and custom domain
Nikita Saxena 2021-07-16 11:43:19
But i am getting undefined parameter error
Nikita Saxena 2021-07-16 11:43:42
While trying to redirect to custom domain
khanbozkurt 2021-07-16 11:43:51
Where do you get undefined error? Can you see code?
Nikita Saxena 2021-07-16 11:44:15
Yes
khanbozkurt 2021-07-16 11:45:05
Share screen shot please
β prev | next β