What you use authentecation ?
Any laravel developer here?
Anyone have a job?
Please, how do I subtract columns from different tables in laravel?
Taka a pic your register route and controller.
here it is
Set url route

What you use authentecation ? laravel ui?
You taka a full register function please
public function register(Request $request, $error)
{
$validator = Validator::make($request->all(), [
‘name’ => ‘required|max:50’,
‘phone_number’ => ‘required|unique:users|min:9|max:12’,
]);
if ($validator->fails()) {
$message = $this->errorHandler(validator()->$error()->message());
$error=[“status”=>”false”, “error”=>[“message”=>$message]];
return response()->json($error);
}
$user = User::create($request->all());
$accessToken = $user->createToken(‘authToken’)->accessToken;
return response([ ‘user’ => $user, ‘access_token’ => $accessToken]);
}
public function errorHandler($error)
{
$error_message = [];
foreach ($error as $message) {
$error_message[] = $message[0];
return $error_message;
}
}

here it is
π so still issues
Use CDN
unique()
Your value not passing from form to db.
Check names, request passing method, input(), db field name
As my point of viee
DM me I got a work
Backend Laravel, Lumen
Frontend angular react and vue (any of it)
Location: Pan India
I am looking for part time work on laravel and yii2 framework
Anyone have a job?
Daily 5 hours
Very cheap rate
How to use terminable middleware for sending notification from database notifications table to front end
Required Skills
β’ BE/B Tech/MCA with thorough understanding and experience of Software Engineering concepts.
β’ Minimum 2 years of hands-on experience in PHP Web framework and interface development, preferably Laravel.
β’ Good knowledge of Core & Advanced PHP frameworks and Design Patterns.
β’ Solid understanding of MySQL Database.
β’ Solid understanding of HTML5, CSS, Javascript and JQuery.
β’ Experience of consuming third-party API such as Twitter, Facebook, Google maps, Instagram, etc.
β’ Basic communication etiquette.
β’ Basic understanding of English and Hindi.
β’ Should be interested in IT Industry.
*
β’ Job Responsibilities
β’ The candidate should be able to develop a fully responsive web portal (both backend and frontend).
β’ Competent in developing and consuming backend Rest API.
β’ Should be comfortable working with bootstrap four and must be able to handle server management.
β’ The candidate will be working in all stages of product development starting from requirement analysis, a feasibility check, Development & Database Optimization, Testing & Maintenance.
β’ Should be comfortable working alone, and with the team.
β’ Should be able to relocate internationally for on-site opportunities (if required).
β’ Good understanding of complete Web Development life cycle.
β’ Conceptual knowledge of automated testing, HTTP Protocol, JSON and XML.
β’ Knowledge of code versioning tools, such as Git.
β’ Open to work in start-up culture with pressure-handling capabilities.
β’ Role – PHP Laravel Developer
Required Skills
β’ BE/B Tech/MCA with thorough understanding and experience of Software Engineering concepts.
β’ Minimum 2 years of hands-on experience in PHP Web framework and interface development, preferably Laravel.
β’ Good knowledge of Core & Advanced PHP frameworks and Design Patterns.
β’ Solid understanding of MySQL Database.
β’ Solid understanding of HTML5, CSS, Javascript and JQuery.
β’ Experience of consuming third-party API such as Twitter, Facebook, Google maps, Instagram, etc.
β’ Basic communication etiquette.
β’ Basic understanding of English and Hindi.
β’ Should be interested in IT Industry.
*
β’ Job Responsibilities
β’ The candidate should be able to develop a fully responsive web portal (both backend and frontend).
β’ Competent in developing and consuming backend Rest API.
β’ Should be comfortable working with bootstrap four and must be able to handle server management.
β’ The candidate will be working in all stages of product development starting from requirement analysis, a feasibility check, Development & Database Optimization, Testing & Maintenance.
β’ Should be comfortable working alone, and with the team.
β’ Should be able to relocate internationally for on-site opportunities (if required).
β’ Good understanding of complete Web Development life cycle.
β’ Conceptual knowledge of automated testing, HTTP Protocol, JSON and XML.
β’ Knowledge of code versioning tools, such as Git.
β’ Open to work in start-up culture with pressure-handling capabilities.
β’ Role – PHP Laravel Developer
how much will you pay is the question
Required Skills
β’ BE/B Tech/MCA with thorough understanding and experience of Software Engineering concepts.
β’ Minimum 2 years of hands-on experience in PHP Web framework and interface development, preferably Laravel.
β’ Good knowledge of Core & Advanced PHP frameworks and Design Patterns.
β’ Solid understanding of MySQL Database.
β’ Solid understanding of HTML5, CSS, Javascript and JQuery.
β’ Experience of consuming third-party API such as Twitter, Facebook, Google maps, Instagram, etc.
β’ Basic communication etiquette.
β’ Basic understanding of English and Hindi.
β’ Should be interested in IT Industry.
*
β’ Job Responsibilities
β’ The candidate should be able to develop a fully responsive web portal (both backend and frontend).
β’ Competent in developing and consuming backend Rest API.
β’ Should be comfortable working with bootstrap four and must be able to handle server management.
β’ The candidate will be working in all stages of product development starting from requirement analysis, a feasibility check, Development & Database Optimization, Testing & Maintenance.
β’ Should be comfortable working alone, and with the team.
β’ Should be able to relocate internationally for on-site opportunities (if required).
β’ Good understanding of complete Web Development life cycle.
β’ Conceptual knowledge of automated testing, HTTP Protocol, JSON and XML.
β’ Knowledge of code versioning tools, such as Git.
β’ Open to work in start-up culture with pressure-handling capabilities.
β’ Role – PHP Laravel Developer
Yessππ

Guy how to solve this , I’m new to php

what’s the problem
try giving laravel/laravel project “^7.3” instead of laravellaravel:^7.3