Who is know Laravel Livewire ?
Or should I use input type datetime-local?
anyone know react basics?
is there a way for checking link in view with route name?
Any developer from hyderabad?
Could you be more elaborate pls?
Can anyone advice me book about laravel?
Who are the people managers?
Are the managers different from other users?
Besides, do they all have records in the database?
Inbox
Any idea how to do this??
Any idea how to do this??
In laravel use validation in date_equal_or_after:field_name
I’m using livewire validations, for date I did this, but how to do that for time?
Or should I use input type datetime-local??
Sorry bro dont know livewire
# I am going to upload videos on topic laravel
# prefer any suggestions
# Logic Or Magic
Inbox
How to add multiple marker in map
Search clustering marker
Laravel Excel Package
Supercharged Excel exports and imports in Laravel
How to add multiple marker in map
read maps.google.com/docs
https://developers.google.com/maps/documentation/javascript/overview
Get started with the Google Maps JavaScript API. View a simple example, learn the concepts, and create custom maps for your site.
is there a way for checking link in view with route name??
Mark Zuckerberg testified to congress the other day in a very humanlike manner
Main Channel ► https://www.youtube.com/c/dolandark
Sources:
Zucc stream: https://www.youtube.com/watch?v=hJdxOqnCNp8
Thumbnail/title idea from:
https://twitter.com/MoistCr1TiKaL/status/983860096814993409/photo/1
Shirts ► http://dolandark.fanfiber.com
Twitter ► https://twitter.com/DolanDark
Reddit ►https://www.reddit.com/r/dolandark
is there a way for checking link in view with route name??
try Route::is()
Yes, what do you need?
Your question is not really clear, Amit.
Could you be more elaborate pls?
Could you be more elaborate pls?
i have one project and i have invited 5 people manager+ user then i want to get all invited userlist and show in dropdown
return {
warehouse_materials:
[
{
material_id:”,
ware_house_id:”,
recieve:”,
buy_price:”,
warehouse_materialable_id:”,
}
],
}
},sendMaterial(){
console.log(this.warehouse_materials)
axios.post(‘http://127.0.0.1:8000/api/buy_material/send’, this.warehouse_materials, {
headers:{
“Content-type”:”application/json”
}
}).then((response) => {
if(response.staus === 200){
this.warehouse_materials.material_id = ”,
this.warehouse_materials.buy_price = ”,
this.warehouse_materials.warehouse_materialable_id = ”,
this.warehouse_materials.ware_house_id = ”,
this.warehouse_materials.recieve = ”
}
})
.catch((err) => {
console.log(err);
});
},save data inside array and how to write in v-model
firstly dont mess with laravel and its packages
Who are the people managers?
Are the managers different from other users?
Besides, do they all have records in the database?
Are the managers different from other users?
Besides, do they all have records in the database?
im admin and i invited the role manager or user

Hi I am new to laravel. this is what i am getting in the request can anyone help me how to store it in to the database with loop….
please really need help here
please really need help here
public function store(Request $request)
{
foreach($request->all() as $user){
$u = User::create([
‘username’=>$user[‘username’],
‘password’=>$user[‘password’],
‘phone’=>$user[‘phone’],
’email’=>$user[’email’]
])
return …
}
}