β prev | next β
karthick_sivakumar 2020-06-09 20:26:06
S. Similar to that. But this gives u full control over the codes by publishing.
Anu 2020-06-09 20:26:44
karthick_sivakumar 2020-06-09 20:26:06
S. Similar to that. But this gives u full control over the codes by publishing.
Ohh.. great
Pandeybaba108 2020-06-09 20:30:31
Free hosting for Laravel in Digital Ocean $100 absolutely free for Dev just tap https://m.do.co/c/6c94c27d2fb9
DigitalOcean β The developer cloud –
DigitaloceanHelping millions of developers easily build, test, manage, and scale applications of any size β faster than ever before.
amirAutomationEnginner 2020-06-09 20:42:11
Hi can i ask a question.? Which on is good in your oponoin?
amirAutomationEnginner 2020-06-09 20:42:42
Angular or Vue?
natghi2010 2020-06-09 20:44:35
amirAutomationEnginner 2020-06-09 20:42:42
Angular or Vue?
vue
ArvinRayan 2020-06-09 21:11:20
bankerrajendra 2020-04-03 16:40:47
Hi Guys
I need help that is there any easier way to implement PARTITIONS in MySQL Laravel migration
And let me also know that do we can add that in existing MySQL table?
Api help me?
Siberfx 2020-06-09 21:16:31
bankerrajendra 2020-04-03 16:40:47
Hi Guys
I need help that is there any easier way to implement PARTITIONS in MySQL Laravel migration
And let me also know that do we can add that in existing MySQL table?
what do you need ?
ArvinRayan 2020-06-09 21:27:38
How to write secure api in laravel ?
Siberfx 2020-06-09 21:43:07
depends purpose of usage
Siberfx 2020-06-09 21:43:30
you can use jwt for securing it, or passport if you want headaches
flyingdragons 2020-06-09 21:43:38
ArvinRayan 2020-06-09 21:27:38
How to write secure api in laravel ?
One of the things to get started with is JWT tokens
flyingdragons 2020-06-09 21:43:58
Siberfx 2020-06-09 21:43:30
you can use jwt for securing it, or passport if you want headaches
πππ headaches
Siberfx 2020-06-09 21:44:15
truth hurts you know :))
flyingdragons 2020-06-09 21:44:26
Your answers are amazing and fun to read bro
Siberfx 2020-06-09 21:44:51
otherwise world is boring, aint it ? )
flyingdragons 2020-06-09 21:45:08
Affirmative
Siberfx 2020-06-09 21:45:55
corroborative person π
Siberfx 2020-06-09 21:47:23
I advice you to check this video : https://www.youtube.com/watch?v=6eX9Pj-GhZs
Securing a Laravel API in 20 minutes with JWTs –
YouTubeIn this video you’ll learn how you can secure a Laravel API and authenticate users within it using JSON Web Tokens.
Directly support these videos: https://www.patreon.com/aschmelyun
– tymon/jwt-auth package: https://github.com/tymondesigns/jwt-auth –
This will let you to separate your API and use it in external clients like native mobile apps or single-page web apps, where we need a user to be ‘signed in’ in order to view specific routes or pages.
JWTs work like this:
β’ Send user credentials to the API
β’ Get back a unique token (JWT) representing the user’s session
β’ Use this token in requests where user authentication is required
β’ Return details specific to the user who has provided their token
Any questions? Ideas for a video? Feel free to let me know here or on Twitter, @aschmelyun!
flyingdragons 2020-06-09 21:48:06
Siberfx 2020-06-09 21:45:55
corroborative person π
The best part is to network
ArvinRayan 2020-06-09 21:48:59
Siberfx 2020-06-09 21:47:23
I advice you to check this video : https://www.youtube.com/watch?v=6eX9Pj-GhZs
It s sync in last version laravel?
flyingdragons 2020-06-09 21:50:16
As per my knowledge. Implementation will be generic. So not need to worry of laravel version
flyingdragons 2020-06-09 21:50:41
Just go ahead and start writing
Prakash D 2020-06-09 22:04:55
I want to show the subject name only in view page so I need to take only subject can anyone help me to solve this
Prakash D 2020-06-09 22:08:16

I want to take only subject from this Γ rray please help me to solve this
praneet81 2020-06-09 22:10:45
Use for each
praneet81 2020-06-09 22:10:56
To loop through them
2020-06-09 22:11:24
flyingdragons 2020-06-09 21:50:16
As per my knowledge. Implementation will be generic. So not need to worry of laravel version
Hey frnd, just a simple curious question I wanna ask, why we need to secure an API, like I saw the vdo shared by @Siberfx, is the default settings or parameters are not secure enough?
Pardon me, I’m just curious to learn something that I don’t know yet.
flyingdragons 2020-06-09 22:12:08
Sure. I will help you
flyingdragons 2020-06-09 22:12:44
Think that your account details and messages must not be accesses by someone else using that API
flyingdragons 2020-06-09 22:13:22
There are 2 things that goes hand in hand Authentication and Authorization
flyingdragons 2020-06-09 22:15:08
Authentication tell whether you have be authenticated to view specific things
flyingdragons 2020-06-09 22:15:35
Authorization tells where your the right person to view that particular thing
2020-06-09 22:15:45
Right..then
flyingdragons 2020-06-09 22:16:37
Example: if your student of particular college then your authenticated to go inside.
Since your student your not authorised to go inside staff chambers or principal chamber and access their stuff
flyingdragons 2020-06-09 22:17:27
2020-06-09 22:15:45
Right..then
Hope this example throws some light
2020-06-09 22:20:32
Alright, for now it’s still leaving some question that needs to b sort out from my end first, I’ll ping here again… Hope you won’t mind π
flyingdragons 2020-06-09 22:21:01
Nope ping me personally. I will do my best to guide you
2020-06-09 22:21:24
flyingdragons 2020-06-09 22:21:01
Nope ping me personally. I will do my best to guide you
Sure, thank you ππ
Prakash D 2020-06-09 22:23:53
Prakash D 2020-06-09 22:08:16
I want to take only subject from this Γ rray please help me to solve this
Using foreach getting error
Prakash D 2020-06-09 22:24:24

Like this
Prakash D 2020-06-09 22:24:35
Please help me to solve this issue
Sunilk16 2020-06-09 22:28:23
Prakash D 2020-06-09 22:08:16
I want to take only subject from this Γ rray please help me to solve this
Try this
$new_array_name = array_column($Array_name, column_name);
Sunilk16 2020-06-09 22:30:08
Prakash D 2020-06-09 22:24:24
Like this
Can share foreach code and array
Prakash D 2020-06-09 22:39:27
Sunilk16 2020-06-09 22:30:08
Can share foreach code and array
Ss
Prakash D 2020-06-09 22:40:39

This is for each loop
2020-06-09 22:45:41

Angular | Engish Group
@A_Ngular
rmkmasterdev 2020-06-09 22:54:20
Multi-tenancy in Laravel – Diving Laravel
https://divinglaravel.com/multi-tenancy-in-laravel
Multi-tenancy in Laravel – Diving Laravel –
Diving LaravelI recently started a deep dive into multi-tenancy in Laravel, specifically the database-per-tenant approach, and created a video on how to achieve multi-tenancy without any packages…
β prev | next β