Bhavyakumar Panchotiya 2021-02-27 20:29:03
natghi2010 2021-02-27 20:25:26
install/enable pdo
still not working !!!!!
2021-02-27 20:37:25
Batu157 2021-02-27 20:23:03
I’m still afraid of tailwind🙊 using bs5
Batu157 2021-02-27 20:39:23
bs5?
2021-02-27 21:17:46
hi everyone i need a laravel developer to help fix/debug 3 restful apis of mine which are not working
2021-02-27 21:18:10
we are getting HTML code instead of Json file from the current hosting company that we are using
natghi2010 2021-02-27 21:20:14
Batu157 2021-02-27 20:39:23
bs5?
bootstrap 5
Batu157 2021-02-27 21:20:44
natghi2010 2021-02-27 21:20:14
bootstrap 5
oh i don’t know tailwind, i guess something installed it hahaha
natghi2010 2021-02-27 21:21:16
Batu157 2021-02-27 21:20:44
oh i don’t know tailwind, i guess something installed it hahaha
its supposed to be number 1 at the moment
❤️ ᴍɪɢʜᴛⓨ 🌹 2021-02-27 21:22:16
Hi developers, please help me how to use shipping api in laravel ecommerce project for delivery products.
❤️ ᴍɪɢʜᴛⓨ 🌹 2021-02-27 21:24:02
DesolatorMagno 2021-02-26 19:56:42
Read again the var name, even the IDE is helping you telling you that the var is not being used
Sir please help me how to use shipping api or payment gateway in laravel ecommerce project.
Romil 2021-02-27 22:12:13
natghi2010 2021-02-27 19:17:21
What are you using xamp/wamp?
Xampp
2021-02-27 22:33:43
Xampp with which php version? Try using latest xampp.
2021-02-27 22:37:38
I want create E-commerce
can anyone help me to create a database of this project?
can anyone help me to create a database of this project?
Yassine Jr 2021-02-27 22:39:41
Hey everybody I have a problem I cant figure it out I have 5 tables in the db and when I insert in the first table I want the other tables to store values too
Yassine Jr 2021-02-27 22:39:53
I don’t know how to do it
Yassine Jr 2021-02-27 22:40:05
Does anybody have ideas
2021-02-27 22:54:27
Yassine Jr 2021-02-27 22:40:05
Does anybody have ideas
Learn about relationships.
Yassine Jr 2021-02-27 23:57:32
2021-02-27 22:54:27
Learn about relationships.
I did the relationship in the models but it didn’t work I think there is a problem in the controller
Ayushi2020 2021-02-28 07:11:27
https://www.linkedin.com/posts/ayushi-goel-066818152_novostack-laraveldevelopers-pythondevelopers-activity-6770952297842302976-1Uv8
Ayushi Goel on LinkedIn: #NovoStack #laraveldevelopers #pythondevelopers | 25 comments – Linkedin
#NovoStack is hiring for the below positions.
#NovoStack is hiring for the below positions.
1. React Native Developers (1 to 3 years).
2. Python Developers (2 to 5 years).
3. Dot Net Developers (2… 25 comments on LinkedIn
Acird Burn 2021-02-28 10:21:53
I need an expirenced WordPress developer to import data from a Json file back into WordPress site
2021-02-28 12:19:24
Anyone with a school system tutorial in English…laravel
soomroaijaz190 2021-02-28 12:49:14
Acird Burn 2021-02-28 10:21:53
I need an expirenced WordPress developer to import data from a Json file back into WordPress site
Yes I am here
2021-02-28 15:43:40

2021-02-28 15:43:40

2021-02-28 15:43:40

help, how to right header li
rachidloukili 2021-02-28 15:49:23
Hi everyone, please how can i do validation form (arabic) inputs..
Acird Burn 2021-02-28 16:13:27
soomroaijaz190 2021-02-28 12:49:14
Yes I am here
Inbox
martianartisan 2021-02-28 16:39:05
you have to define admin guard in config/auth.php
najmiddin_bek 2021-02-28 17:25:48
martianartisan 2021-02-28 16:39:05
you have to define admin guard in config/auth.php
For examle:
Dilawar Naseem 2021-02-28 17:33:53
Please guide me which Tool should I use for reporting
Dilawar Naseem 2021-02-28 17:34:31
Previously I have used DomPdf
martianartisan 2021-02-28 17:51:39
najmiddin_bek 2021-02-28 17:25:48
For examle:
There’s an example inside, web guard
Raul Paguay 2021-02-28 20:40:10

Raul Paguay 2021-02-28 20:41:53
Al dar clic en el boton borrar estoy realizando la sigiente condicion
Raul Paguay 2021-02-28 20:42:03
try {
$imagen=User::findOrFail($id);
$imagen->forceDelete();
$userId = $imagen->id;
$dir = base_path().’\public\images\funcionario\’.$userId;
File::deleteDirectory($dir);
return redirect()->route(‘users.index’)->with(‘success’,’Usuario eliminado permanentemente’);
} catch(Exception $e) {
return redirect()->route(‘users.index’)->with(‘danger’, ‘No se puede eliminar un usuario que tiene registros de atenciones’);
}
$imagen=User::findOrFail($id);
$imagen->forceDelete();
$userId = $imagen->id;
$dir = base_path().’\public\images\funcionario\’.$userId;
File::deleteDirectory($dir);
return redirect()->route(‘users.index’)->with(‘success’,’Usuario eliminado permanentemente’);
} catch(Exception $e) {
return redirect()->route(‘users.index’)->with(‘danger’, ‘No se puede eliminar un usuario que tiene registros de atenciones’);
}