I wonder to know is there anyone who could explain it for me how to build something like that in laravel?

|
2020-10-14 10:06:27
raneem 2020-10-14 10:05:56
this cant fix the proplem

yeah i was looking the file..

2020-10-14 10:06:38
but is this a new project?
raneem 2020-10-14 10:07:08
2020-10-14 10:06:38
but is this a new project?

the project i downloaded from github

raneem 2020-10-14 10:07:36
can i send you to run by itself
2020-10-14 10:07:57
raneem 2020-10-14 10:07:36
can i send you to run by itself

sure let me see it

raneem 2020-10-14 10:08:06
ok
Vidya Arunkumar 2020-10-14 10:35:14
laravel_discuss-54772.jpg
How can I fix this error please help me
Vidya Arunkumar 2020-10-14 10:36:09
laravel_discuss-54773.jpg
This is my controller part
Vidya Arunkumar 2020-10-14 10:36:53
laravel_discuss-54774.jpg
This is my table inputs
StanleyMasinde 2020-10-14 10:42:36
Vidya Arunkumar 2020-10-14 10:36:53
This is my table inputs

Not related to your problem but tables need to be named in plural. It’s an industry standard. We have a posts table not a post table.

StanleyMasinde 2020-10-14 10:43:47
Vidya Arunkumar 2020-10-14 10:36:09
This is my controller part

Please read Laravels documentation and do a refresher on php

{{ Lordkrishna }} 2020-10-14 10:45:07
Hello busy developer
Get update daily developer news
So add the extension in your broswer and enjoy more than 30 langues

   https://api.daily.dev/get?r=Pradeep007 

daily.dev – News for Busy Developersdaily.dev
daily.dev is the easiest way to stay updated on the latest programming news. Get the hottest dev news from the best tech blogs on any topic you can think of. Stay updated daily, and unlock more time to do fun stuff, relax, or just code.
{{ Lordkrishna }} 2020-10-14 10:45:18
Hurry up
KaptainMidnight 2020-10-14 11:12:22
aashu_mishra 2020-10-14 09:45:07
this is i am getting after doing dd($economic->toArray());

Try: $economic->all()->select([‘name’])->get();

saidbeksarimsakov 2020-10-14 11:21:00
aashu_mishra 2020-10-14 09:45:19
how can i get only “name” key from this .

use pluck

Vidya Arunkumar 2020-10-14 11:25:30
StanleyMasinde 2020-10-14 10:42:36
Not related to your problem but tables need to be named in plural. It’s an industry standard. We have a posts table not a post table.

Ha sir got tq

hreza05 2020-10-14 11:25:41
aashu_mishra 2020-10-14 09:45:19
how can i get only “name” key from this .

$economic->get(‘name’)->toArray()

raneem 2020-10-14 12:06:04
laravel_discuss-54785.jpg

raneem 2020-10-14 12:06:23
how to fix it ????
Meera 2020-10-14 12:45:24
Meera 2020-10-13 18:21:44
Guys I have this popup model in my index page and I want to display my search result below search bar in model.

Any idea??? How to do this??

skys215 2020-10-14 12:55:50
raneem 2020-10-14 12:06:23
how to fix it ????

try php ./artisan

skys215 2020-10-14 12:56:01
Meera 2020-10-13 18:21:44
Guys I have this popup model in my index page and I want to display my search result below search bar in model.

use ajax

Meera 2020-10-14 12:56:32
skys215 2020-10-14 12:56:01
use ajax

How any reference??

skys215 2020-10-14 12:57:35
Meera 2020-10-14 12:56:32
How any reference??

google

dragonmachine 2020-10-14 14:14:09
Hii.. what is your favorite site (other than composer’s official site) for finding useful packages/libraries for Laravel ?
MohamedGamalJi 2020-10-14 14:16:01
dragonmachine 2020-10-14 14:14:09
Hii.. what is your favorite site (other than composer’s official site) for finding useful packages/libraries for Laravel ?

Google….

Dkhicher 2020-10-14 14:16:12
https://packagist.org/

packagist.org
The PHP Package Repository
raneem 2020-10-14 14:42:56
skys215 2020-10-14 12:55:50
try php ./artisan

php ./artisan??

raneem 2020-10-14 14:44:06
the same error appear
skys215 2020-10-14 14:55:23
raneem 2020-10-14 14:44:06
the same error appear

are there artisan under current folder?

raneem 2020-10-14 14:59:03
skys215 2020-10-14 14:55:23
are there artisan under current folder?

i dont know

raneem 2020-10-14 14:59:20
can i chat you private
skys215 2020-10-14 14:59:22
find it
skys215 2020-10-14 14:59:32
no
raneem 2020-10-14 14:59:33
ok
skys215 2020-10-14 15:00:04
run the command where the artisan file exists
raneem 2020-10-14 15:00:13
i dont find it
raneem 2020-10-14 15:00:30
under folder of project
itsvahid_ab 2020-10-14 15:05:00
raneem 2020-10-14 12:06:04

you have typos
mv .env.example .env (you forgot to put space)
php composer.phar install

raneem 2020-10-14 15:08:45
itsvahid_ab 2020-10-14 15:05:00
you have typos
mv .env.example .env (you forgot to put space)
php composer.phar install

wher i have to add space ??

itsvahid_ab 2020-10-14 15:14:35
raneem 2020-10-14 15:08:45
wher i have to add space ??

between .env.example and .env

raneem 2020-10-14 15:16:30
ok
DesolatorMagno 2020-10-14 15:17:16
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

Also Check the network tab to see if there is any problem with files

raneem 2020-10-14 16:02:59
skys215 2020-10-14 15:00:04
run the command where the artisan file exists

i dont find artisan file
in project folder

sami_neg 2020-10-14 16:19:44
Guys I saw about jetstream that new come with laravel 8 and I went to recommend me guys is that helpful for authentication or just I continue with laravel authentication
DesolatorMagno 2020-10-14 16:21:48
Jetstream bring new features, that are really useful, BUT, it use another technologies, so if you want/need to make changes to the views, it will take more time (at least the first time) because you will need additional knowledge.
DesolatorMagno 2020-10-14 16:23:06
If you choice the old way i would recommend using Fortify, i like the separation of the back and end that it bring.
sami_neg 2020-10-14 16:26:17
DesolatorMagno 2020-10-14 16:23:06
If you choice the old way i would recommend using Fortify, i like the separation of the back and end that it bring.

Thanks, I already read fortify and I think all contents of jetstram can make with fortify

simon_an 2020-10-14 16:31:30
I have a laravel application running on the main domain which is https://website.com and I have another node js app which is running on port 8080 on a subdomain like this: http://sub.website.com:8080/ “`how do I access the node js app without :8080 ? That is http://sub.website.com “`?
mehrb0d 2020-10-14 16:33:18
laravel_discuss-54823.jpg
Hello, I have diagram. I wonder to know is there anyone who could explain it for me how to build something like that in laravel?
|