← prev | next →
2020-10-14 08:35:29
Try to give permission
2020-10-14 08:35:47
I worked on Linux
raneem 2020-10-14 08:36:02
yes . thanks
vikash_sharma90 2020-10-14 08:37:47
install laragon to make your life easier. Thanks me later.
vikash_sharma90 2020-10-14 08:38:06
Its better than xampp/wamp.
the_peace_lover 2020-10-14 08:39:12
vikash_sharma90 2020-10-14 08:37:47
install laragon to make your life easier. Thanks me later.
+1
raneem 2020-10-14 08:40:54
vikash_sharma90 2020-10-14 08:37:47
install laragon to make your life easier. Thanks me later.
ok
raneem 2020-10-14 08:41:04
thanks 😊
2020-10-14 08:42:06
But how to resolve without laragon?
2020-10-14 08:42:17
In windows
vikash_sharma90 2020-10-14 08:44:08
It comes with preloaded extensions, composer, php is added to shell command. Give it a try, you’ll not regret.
vikash_sharma90 2020-10-14 08:44:59
Lots of handy tools are there, so its much simpler.
vikash_sharma90 2020-10-14 08:48:06
2020-10-14 08:42:06
But how to resolve without laragon?
change permissions, add php to path variables , run php command passing the php executable path
KaptainMidnight 2020-10-14 08:50:00
DesolatorMagno 2020-10-14 03:05:56
Check the browser console for any error.
An error write: It was not possible to open the “scriptlets.js.map” file because there is no such file
KaptainMidnight 2020-10-14 08:53:00
KaptainMidnight 2020-10-14 08:50:00
An error write: It was not possible to open the “scriptlets.js.map” file because there is no such file
It’s file for extension browser, sorry
Jaya Prakash 2020-10-14 08:58:38
JK Patel 2020-10-14 08:35:07
Hello,
I am from TechnoComet Solutions IT Company. We are expert in Laravel, WordPress, AngularJs, CodeIgniter, PSD to HTML/WordPress, Nodejs, Python, Javascript, jQuery, PHP, logo design, business card, flyer, creative image, image editing, stationery designs, box design, web and mobile UI design, cover image, etc. We have more than 7 years of experience in this field.
Contact:
——————–
Site: https://technocometsolutions.com
Fiverr: https://www.fiverr.com/technocomet
Upwork: https://www.upwork.com/fl/ravisoni22
Hi, I have sent you a private message, please check. Thank you
saidbeksarimsakov 2020-10-14 08:58:56
Hi Guys, Is there any awesome CRUD generator for Laravel like Gi in YiiFramework
AMIT 2020-10-14 09:01:59
https://vimeo.com/467095891
Full-stack NL – InertiaJS –
VimeoThis is “Full-stack NL – InertiaJS” by PPK – Way2Web Software on Vimeo, the home for high quality videos and the people who love them.
2020-10-14 09:25:52
Okie @vikash_sharma90
Acird Burn 2020-10-14 09:28:29
Need a full stack core PHP developer whose worked with angularjs 9 before to work on a couple of projects
2020-10-14 09:43:35
raneem 2020-10-13 20:32:09
please
hello raneem, could u show us what u try ? have u try to serve ur project by the artisan command “php artisan serve”?
raneem 2020-10-14 09:44:49
2020-10-14 09:43:35
hello raneem, could u show us what u try ? have u try to serve ur project by the artisan command “php artisan serve”?
i download project from github
then i try to run it
aashu_mishra 2020-10-14 09:45:07

this is i am getting after doing dd($economic->toArray());
aashu_mishra 2020-10-14 09:45:19
how can i get only “name” key from this .
2020-10-14 09:46:15
and raneem please check ur composer.json file
2020-10-14 09:47:28
aashu_mishra 2020-10-14 09:45:19
how can i get only “name” key from this .
you have to use loop
aashu_mishra 2020-10-14 09:47:44
2020-10-14 09:47:28
you have to use loop
how can i write the code
2020-10-14 09:48:46
aashu_mishra 2020-10-14 09:47:44
how can i write the code
foreach($economics as $economic)
{
dd(economic->name)
}
2020-10-14 09:49:35
if your are useing this loop on blade use @foreach and @endforeach
aashu_mishra 2020-10-14 09:50:24
2020-10-14 09:48:46
foreach($economics as $economic)
{
dd(economic->name)
}
$economic = [];
foreach($economic_data as $eco)
{
$economic = $eco->name;
}
dd($economic);
aashu_mishra 2020-10-14 09:50:34
i am getting only last name
2020-10-14 09:51:19
u want only names?
aashu_mishra 2020-10-14 09:52:06
2020-10-14 09:51:19
u want only names?
yes
2020-10-14 09:52:42
$economic = [];
foreach($economic_data as $eco)
{
array_push($economic,$eco->name);
}
dd($economic);
2020-10-14 09:53:02
this will return all names
b46u_s 2020-10-14 09:53:12
2020-10-14 09:46:15
and raneem please check ur composer.json file
I can’t download this
aashu_mishra 2020-10-14 09:53:29
2020-10-14 09:52:42
$economic = [];
foreach($economic_data as $eco)
{
array_push($economic,$eco->name);
}
dd($economic);
it giving me all this in one array.
aashu_mishra 2020-10-14 09:53:41
aashu_mishra 2020-10-14 09:45:07
this is i am getting after doing dd($economic->toArray());
i want it in different objects like this
b46u_s 2020-10-14 09:53:50
I have the same problem with raneem
raneem 2020-10-14 09:54:19
b46u_s 2020-10-14 09:53:12
I can’t download this
i downloaded
b46u_s 2020-10-14 09:54:33
How can?
b46u_s 2020-10-14 09:55:40
2020-10-14 09:46:15
and raneem please check ur composer.json file
Can I private chat you tonight?
I have to done my problem
raneem 2020-10-14 09:55:49
this
b46u_s 2020-10-14 09:56:04
Json file?
raneem 2020-10-14 09:56:15
here
2020-10-14 09:56:23
b46u_s 2020-10-14 09:55:40
Can I private chat you tonight?
I have to done my problem
sure
b46u_s 2020-10-14 09:56:47
raneem 2020-10-14 09:56:15
here
I Will try it soon
Thanks
raneem 2020-10-14 09:57:03
b46u_s 2020-10-14 09:56:47
I Will try it soon
Thanks
ok
Acird Burn 2020-10-14 09:57:05
Good morning everyone is thier anyone here from ukraine
raneem 2020-10-14 10:05:56
2020-10-14 09:46:15
and raneem please check ur composer.json file
this cant fix the proplem
← prev | next →