← prev | next →
Rajat Agrawal 2020-06-11 11:10:20
I am trying to click an Image on that I am calling a route and passing id in it but I am getting errors any body can help me with this
Rajat Agrawal 2020-06-11 11:11:52
in onclick i am using window.location and in that trying to call route with the image id attribute
2020-06-11 11:13:27
Use AJAX to pass value
Rajat Agrawal 2020-06-11 11:15:53
I want to call with window.location
Kriti Agarwal 2020-06-11 12:03:10
Not getting any response in hasfile function in laravel on file upload?
Simply_David 2020-06-11 12:05:53
C 2020-06-10 23:02:39
I am new to laravel, and would like to start reading & practicing writing code.
Please can anybody recommend some links for tutorials for beginners?
Many thanks in advance.
YouTube
Lương Yên 2020-06-11 12:10:50
how to pass value auth::id() same attribute model
Lương Yên 2020-06-11 12:11:27
Tôi đã làm như thế này
Lương Yên 2020-06-11 12:11:56
Lương Yên 2020-06-11 12:12:32
but it only works on the first page
Lương Yên 2020-06-11 12:12:54
On the next page it does not work
Lương Yên 2020-06-11 12:15:04
I look forward to your support
sahilbalgotra 2020-06-11 12:50:26
Need Some help
My website working
www.mydomain.com to index but
www.mydomain.com/public open index how could o slove this public problem
nithinpvarghese 2020-06-11 12:52:20
sahilbalgotra 2020-06-11 12:50:26
Need Some help
My website working
www.mydomain.com to index but
www.mydomain.com/public open index how could o slove this public problem
Using shared hosting??
sahilbalgotra 2020-06-11 12:56:30
No
sahilbalgotra 2020-06-11 12:56:42
Linux
sahilbalgotra 2020-06-11 12:57:00
All files are inside public html
sahilbalgotra 2020-06-11 12:57:25
valueassignmenthelp.com
sahilbalgotra 2020-06-11 12:57:35
This is the website
sahilbalgotra 2020-06-11 12:57:47
valueassignmenthelp.com/public
sahilbalgotra 2020-06-11 12:58:17
Both pages open same page but for seo purpose its not good
skys215 2020-06-11 13:54:39
Go to github and search for public apis
skys215 2020-06-11 14:04:20
Go to Wikipedia and make your own data set
2020-06-11 15:27:24
Can any one tell how to append the ajax response in the existing table in view file
Roham0010 2020-06-11 15:50:18
Carlos 2020-06-11 08:18:50
Hi..
Has anyone recently used Swagger to document an API?
https://dontasktoask.com/
Roham0010 2020-06-11 15:51:47
Yousuf_Mahmud_Fahim 2020-06-11 09:06:54
Any body help me, how to use laravel helper. Give me any documents or video.
https://laravel-news.com/creating-helpers
Creating Your Own PHP Helpers in a Laravel Project –
Laravel NewsLaravel provides many excellent helper functions that are convenient for doing things like working with arrays, file paths, strings, and routes, among other things like the beloved dd() function. You can also define your own set of helper functions for your Laravel applications and PHP packages, by using Composer to im…
Roham0010 2020-06-11 15:56:29
What is the problem?
Also you can first create an array of data then use one insert after loop to avoid multiple insert queries
Roham0010 2020-06-11 15:57:50
you have to set your form method to post
Roham0010 2020-06-11 15:58:57
Anything you are using just pass a post method to it OR change your route to get and call it with get method
Roham0010 2020-06-11 15:59:41
Are you calling it from your browser address bar?
Roham0010 2020-06-11 16:00:06
change your route to Route::get….
diana_wland 2020-06-11 16:54:06
How to solve this problem ?
Thank you
g0kuaDL 2020-06-11 18:06:20
diana_wland 2020-06-11 16:54:06
How to solve this problem ?
Thank you
First run sudo apt-get update, then try again. If it fails then try to ping server from their fetching package
Bettingsystem01 2020-06-11 18:14:01
Laravel betting site needs someone to integrate slot casino api
gassyr 2020-06-11 18:17:32

Hello! I could not open website, Sorry, a server error occurred.
Error 500. Site on VPS.
gassyr 2020-06-11 18:29:02

log could not be opened…
gassyr 2020-06-11 18:32:26
malformed (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) from logs
gassyr 2020-06-11 19:08:55
So.. Who can solve this error? For money, WHo is here freelancer?
2020-06-11 19:34:18
Hello everyone this is Sourabh
2020-06-11 19:34:55
I am facing an issue in my laravel project
2020-06-11 19:38:44
I need to fetch the result from multiple tables.
There is form so based on filled form perform the join query dynamically.
Those fields selected fetch perform the join in table.
2020-06-11 19:39:23
Can you please guys suggest the way to perform this task.
DesolatorMagno 2020-06-11 19:42:57
Use ajax to send the option selected and return the data you need.
2020-06-11 19:52:18
I have posted the question in stack over flow but no buddy checking those that’s why I putted here
Jainam 2020-06-11 20:04:33
Hello Guys, any have Junior laravel developer ??
Jainam 2020-06-11 20:04:48
Who can help me
Jainam 2020-06-11 20:04:59
Ping me in personal.
2020-06-11 20:26:48
Hello everyone, I am beginner in Laravel freamwork.
I am using 6.
In my project there is check eligibility form. Where I need to perform search based on the form fields.
My form fields contain.
1. Current location.
2. Categories
3. Fee range
4. Education qualification.
5. Language test.
6. Reading
7. Writing
8. Speaking
9. Listening.
Tables.
1.Course.
2. College.
3. Course Category
4. College city
5. Fee range.
6. Education qualification.
Using eloquent relations.
HasMany and ManytoMany
My main concern is query I perform the advanced join of laravel.
But 2 fields in the form is mandatory and rest of them are optional, so I need to perform the join based on the form fields those I received.
If I put the if else then there is 16 combination. If I take top 1 to 4 fields. So that is I think not a good choice. So please friend help me out.
Please provide your suggestions.
Thanks in advance.
DesolatorMagno 2020-06-11 20:29:43
https://laraveldaily.com/less-know-way-conditional-queries/
You can also use when
Eloquent::when(): No More if-elses for Conditional Queries – Laravel Daily –
Laravel DailyFor a while many of us used to write conditional queries with “if-else”. What if I told you there’s a (much) better way? Easily readable and more Laravel-ish.
DesolatorMagno 2020-06-11 20:34:13

For cases like that i sometimes build a array and then i past it directly, it make the query shorter.
← prev | next →