← prev | next →
DesolatorMagno 2020-09-02 23:47:24
Choose 1, stick to it until you are good enough, even if the worst come and later you won’t use at all in your work, you still would get the knowledge and getting into another would be easier.
DesolatorMagno 2020-09-02 23:47:57
I would rather choose react or vue than Angular.
iamnomana 2020-09-03 01:13:18
2020-09-02 23:01:02
I want to integrate frontend framework.. which would be a great start..
I have no experience..
Which one to start with?
Angular
Vue
React
Ember
VueJS is easier to start with.
giorbismiguel 2020-09-03 05:40:57
2020-09-02 12:59:45
Hiring
Syncsite Technologies Pvt Ltd is hiring experienced laravel developers. Candidates must be experienced with REST APIs as well as web development. Send your resume to hr@syncsitetec.com
Do not trust this job offer, I was working with them, I made it software and they never paid me
sriniprabu 2020-09-03 07:24:03
Any one know a good Laravel + vue.js starter kit with admin, groups, roles user groups built in
Mohammad Sadiqu 2020-09-03 07:51:25
iamnomana 2020-09-03 01:13:18
VueJS is easier to start with.
React js ?
shaildark 2020-09-03 10:33:42
If anyone wants to hire Laravel/PHP developer with no experience, then please contact me because I am looking for a job
Location :- Gujarat State, India
shaildark 2020-09-03 10:42:47
I have a query in laravel, please read this full post to understand what I want
I want to create a custom and registration system in laravel
While in registration part, i will get user’s info (user have to input username at the registration and mobile number and email also)
My main problem starts at the login part where I will provide only 2 fields where one filed will be password ofcourse but in the other filed user can login using his user name, email or phone number, that means in that field user can enter any 1 value from 3 (username, email, phone no)
And also one thing is that email and user name and mobile no, all 3 will be different, means that email or phone no can not be used as username
Then how to make it possible
niyazvpp 2020-09-03 10:44:14
shaildark 2020-09-03 10:42:47
I have a query in laravel, please read this full post to understand what I want
I want to create a custom and registration system in laravel
While in registration part, i will get user’s info (user have to input username at the registration and mobile number and email also)
My main problem starts at the login part where I will provide only 2 fields where one filed will be password ofcourse but in the other filed user can login using his user name, email or phone number, that means in that field user can enter any 1 value from 3 (username, email, phone no)
And also one thing is that email and user name and mobile no, all 3 will be different, means that email or phone no can not be used as username
Then how to make it possible
Edit validation rules according to it…
shaildark 2020-09-03 10:53:13
niyazvpp 2020-09-03 10:44:14
Edit validation rules according to it…
I know about validation rules but how to authenticate user, do I nees to make 3 seperate methods where one for username and password, 2nd for email and password and 3rd for phone no and password
And I want to do it in default auth system provided by laravel in Laravel version 5.8
shaildark 2020-09-03 10:55:16
There will be only one ‘required’ validation because user can enter username or email or mobile number so I cannot set any other validation rules on that single input field
night days 2020-09-03 10:56:18
you can use filter_var($account,FILTER_VALIDATE_EMAIL) this func
niyazvpp 2020-09-03 10:56:28
shaildark 2020-09-03 10:55:16
There will be only one ‘required’ validation because user can enter username or email or mobile number so I cannot set any other validation rules on that single input field
Why can’t you set a single input for three?
night days 2020-09-03 11:00:28
night days 2020-09-03 11:00:55
maybe can help you
shaildark 2020-09-03 11:11:15
I can filter the data but i want to know how to let user login into the system using any of 3 (username, email, mobile no) with the password
Validation is not the problem, but the steps after that, authenticate user’s credentials and allow user to access the next page if he login successful
niyazvpp 2020-09-03 11:13:38
shaildark 2020-09-03 11:11:15
I can filter the data but i want to know how to let user login into the system using any of 3 (username, email, mobile no) with the password
Validation is not the problem, but the steps after that, authenticate user’s credentials and allow user to access the next page if he login successful
https://laravel.com/docs/7.x/authentication#other-authentication-methods
Will this be useful then?
night days 2020-09-03 11:20:00
if username is a email or mobile
night days 2020-09-03 11:21:18
must remove username login
shaildark 2020-09-03 11:22:50
shaildark 2020-09-03 11:23:30
Like this one but i want third option also and that will be user’s username
night days 2020-09-03 11:28:42
shaildark 2020-09-03 11:23:30
Like this one but i want third option also and that will be user’s username

Zaid_Salah 2020-09-03 11:29:51
$hashedPassword = select password from user where email = request-name or phone = request-name or request-name
if (Hash::check(‘plain-text’, $hashedPassword)) {
// The passwords match…
login use with session
}
2020-09-03 11:40:51
as we all know there is a build in templating engine in laravel called blade.. so if we use vue aur react then do we need to use blade ?
as long I know routing and templating is replaced by frontend frameworks
niyazvpp 2020-09-03 12:15:58
2020-09-03 11:40:51
as we all know there is a build in templating engine in laravel called blade.. so if we use vue aur react then do we need to use blade ?
as long I know routing and templating is replaced by frontend frameworks
You can integrate laravel api with vue.
Larainix 2020-09-03 12:26:15
how to deploy a laravel application using github and webhooks please i need help
berto309 2020-09-03 14:12:32
2020-09-02 23:01:02
I want to integrate frontend framework.. which would be a great start..
I have no experience..
Which one to start with?
Angular
Vue
React
Ember
I was deciding between vue and react.. They’re both great but using vue directives and single file components made me learn vue..
U can YouTube Andre madarang for tuts
Mr_Classy 2020-09-03 14:15:14
How to check email verification in laravel ??
mrbiryani 2020-09-03 17:39:59
Aws help please
mrbiryani 2020-09-03 17:40:10
Anybody???
2020-09-03 18:54:28
www.learning-webs.com
jaideep_bishnoi 2020-09-03 19:13:58
mrbiryani 2020-09-03 17:39:59
Aws help please
What help you need with aws?
Unknownuser009 2020-09-03 19:31:44
How can i sum of all selected checkbox value of table in laravel..
Table columns are
Id product-name price action(checkbox)
Saeedgsm 2020-09-03 20:00:16
hi
i need api response for manage error
i used age
eventhomes/laravel-apicontroller
Unknownuser009 2020-09-03 20:04:58
Unknownuser009 2020-09-03 19:31:44
How can i sum of all selected checkbox value of table in laravel..
Table columns are
Id product-name price action(checkbox)
Anyone plz solve
Somone_similar 2020-09-03 20:50:27
I am new to frameworks but worked with core php which should I begin code ignitor/laravel?
Somone_similar 2020-09-03 20:51:07
Suggest with some materials please…
tusharmangle 2020-09-03 20:52:08
Somone_similar 2020-09-03 20:50:27
I am new to frameworks but worked with core php which should I begin code ignitor/laravel?
Laravel
the_peace_lover 2020-09-03 20:53:40
Unknownuser009 2020-09-03 19:31:44
How can i sum of all selected checkbox value of table in laravel..
Table columns are
Id product-name price action(checkbox)
Can you explain a bit more?
Jadidi_82 2020-09-03 20:58:59
hi guys I want to know how can I go to previous page after login or registration with laravel?
Jadidi_82 2020-09-03 20:59:38

what to do in loginController
Jadidi_82 2020-09-03 21:01:31
actually redirectTo just take you in a certain page
2020-09-03 21:02:05
After login which page you want to redirect ??
Jadidi_82 2020-09-03 21:02:27
I want to go in previous page
Jadidi_82 2020-09-03 21:02:42
sth like return back()
Jadidi_82 2020-09-03 21:03:02
but function back() doesnt work
2020-09-03 21:04:20
You have to create a function named login and to attempt Auth if Auth Success set redirect()->back()
2020-09-03 21:06:47
https://laravel.com/docs/5.1/authentication
Unknownuser009 2020-09-03 21:13:16
the_peace_lover 2020-09-03 20:53:40
Can you explain a bit more?
Will send u screenshot tomorrow morning
← prev | next →