Fun fact about laravel, did you know patch ajax requests dont allow for file uploads?

|
KUNAAL MANGAL 2021-03-30 14:47:11
https://www.linkedin.com/posts/kunaal-mangal-85b622140_tech4future-idtc-techcamp-activity-6782587444501000192-MoCD

KUNAAL MANGAL on LinkedIn: #Tech4Future #idtc #techcampLinkedin
I got my goodies from IncubateIND for top social media contributor as Volunteer of IncubateIND Developer Tech Camp (IDTC) on DevOps technology. Thank you…
Ayushi2020 2021-03-30 16:01:27
Check out this job at NovoStack: https://www.linkedin.com/jobs/view/2482052809

20,000+ Python Developer jobs in India (476 new)Linkedin
Today’s top 20,000+ Python Developer jobs in India. Leverage your professional network, and get hired. New Python Developer jobs added daily.
web_artisan77 2021-03-30 16:11:39
laravel_discuss-74946.jpg
a better way to do that? trying to avoid repetitions
arsangamal 2021-03-30 16:21:48
web_artisan77 2021-03-30 16:11:39
a better way to do that? trying to avoid repetitions

you can add a search column or whatever name you like, and concatenate all the searchable fields by spaces and only search in that field
.. so on creating or updating a record you will populate the search field as well

web_artisan77 2021-03-30 16:23:39
arsangamal 2021-03-30 16:21:48
you can add a search column or whatever name you like, and concatenate all the searchable fields by spaces and only search in that field
.. so on creating or updating a record you will populate the search field as well

How?

natghi2010 2021-03-30 16:33:17
Fun fact about laravel, did you know patch ajax requests dont allow for file uploads?
Saba_KNearestNeighbor 2021-03-30 16:47:26
Child section head and footer not read by browser but I am define yield in father section
Lovesha Sharma 2021-03-30 19:24:41
Kisi ke pass Synopsis hai ??? In any language
Ashish Patel 2021-03-30 19:32:28
Koy laravel or mongo db pe work karta he
Rp 2021-03-30 20:24:52
ha bhai bol ne
Rp 2021-03-30 20:25:04
hu kru chu
❤️ ᴍɪɢʜᴛⓨ 🌹 2021-03-30 20:29:04
Kisi ko shipping api integration pr km krna ata ecommerce me
Ayushi2020 2021-03-30 22:25:30
Check out this job at NovoStack: https://www.linkedin.com/jobs/view/2482389865

NovoStack hiring Team Lead / Sr Graphic Designer in Mumbai, Maharashtra, India | LinkedInLinkedin
Posted 13 minutes ago. Experience – 5+ years.

Graphic Designer Responsibilities:
Planning concepts by studying relevant…See this and similar jobs on LinkedIn.

Ayushi2020 2021-03-30 22:30:16
Check out this job at NovoStack: https://www.linkedin.com/jobs/view/2482363113

NovoStack hiring ReactJS Developer in Mumbai, Maharashtra, India | LinkedInLinkedin
Posted 51 minutes ago. Experience – 3+ years.

What you’ll do:-
Excellent knowledge and experience with React…See this and similar jobs on LinkedIn.

Ayushi2020 2021-03-30 22:32:24
Check out this job at NovoStack: https://www.linkedin.com/jobs/view/2482184391

13,000+ Development Team Lead jobs in India (334 new)Linkedin
Today’s top 13,000+ Development Team Lead jobs in India. Leverage your professional network, and get hired. New Development Team Lead jobs added daily.
j_4887 2021-03-30 23:37:58
Hi everyone
Am new to laravel
I have a laravel project. In the system there’re 7 kind of users each require its panel. My question is how to differentiate this user during login process and give each user the required dashboard?
Help please 🙏 😢
littlefish111 2021-03-31 00:26:34
web_artisan77 2021-03-30 16:11:39
a better way to do that? trying to avoid repetitions

Create an index table

foulla_sam 2021-03-31 01:40:59
j_4887 2021-03-30 23:37:58
Hi everyone
Am new to laravel
I have a laravel project. In the system there’re 7 kind of users each require its panel. My question is how to differentiate this user during login process and give each user the required dashboard?
Help please 🙏 😢

If users table has a “role” attribute,

– create this route
Route::get(‘/home’, [HomeController::class, ‘index’]);

– in the ‘index’ method of the HomeController, check the role of the authenticate user and redirect him.

This is an example:
if(auth()->user()->role == “admin”){
return redirect()->route(‘admin.dashboard’);
}

Hope this will help you

j_4887 2021-03-31 07:22:53
foulla_sam 2021-03-31 01:40:59
If users table has a “role” attribute,

– create this route
Route::get(‘/home’, [HomeController::class, ‘index’]);

– in the ‘index’ method of the HomeController, check the role of the authenticate user and redirect him.

This is an example:
if(auth()->user()->role == “admin”){
return redirect()->route(‘admin.dashboard’);
}

Hope this will help you

Thank you @Samankassou

GistOf 2021-03-31 09:09:51
Hi Allen
2021-03-31 09:12:52
how can i get data from the attendance machine. It’s possible to get data by laravel. please give me idea
2021-03-31 09:15:13
GistOf 2021-03-31 09:09:51
Hi Allen

HI, I’m new to Laravel my senior want me to used this language and I don’t have any idea how to use this 😅😅😅

GistOf 2021-03-31 09:16:10
It’s not a language
GistOf 2021-03-31 09:16:30
It’s a framework
GistOf 2021-03-31 09:16:59
Have you used Bootstrap or Tailwind in CSS?
Peace_love_yours 2021-03-31 09:17:08
Hi frdz how to using subscription laravel cashier ?
GistOf 2021-03-31 09:18:18
Peace_love_yours 2021-03-31 09:17:08
Hi frdz how to using subscription laravel cashier ?

Please ask a specific question. Do some thinking and reading. Your question shows no effort

2021-03-31 09:18:51
GistOf 2021-03-31 09:16:59
Have you used Bootstrap or Tailwind in CSS?

not yet, what is tailwind?

GistOf 2021-03-31 09:19:36
Have you used Angular, React or Vue?
2021-03-31 09:19:51
GistOf 2021-03-31 09:18:18
Please ask a specific question. Do some thinking and reading. Your question shows no effort

I watched many tutorial in youtube and still I don’t get it 😅😅😅

2021-03-31 09:20:06
GistOf 2021-03-31 09:19:36
Have you used Angular, React or Vue?

Vue.js only

GistOf 2021-03-31 09:20:30
2021-03-31 09:19:51
I watched many tutorial in youtube and still I don’t get it 😅😅😅

That was directed at someone else

MatPk 2021-03-31 09:20:40
Hey guys i am a Laravel Vue developer
If u have any project i can do it for you
Contact me in pv
GistOf 2021-03-31 09:21:27
2021-03-31 09:20:06
Vue.js only

You know Vue is not a language, right? The language is JavaScript

2021-03-31 09:21:51
GistOf 2021-03-31 09:21:27
You know Vue is not a language, right? The language is JavaScript

Yes, po

|