Contents:
How to get list of all installed packages along with version in composer?
is there something wrong with the code?
Did you add the column in fillable?
Are you running the Database locally?
How to get list of all installed packages along with version in composer?
is there something wrong with the code?
Did you add the column in fillable?
Are you running the Database locally?
hypernxf 2020-12-04 16:39:35
Sure or you can just share here
hypernxf 2020-12-04 16:39:45
everyone can help you together 🙂
Rohit Pahuja 2020-12-04 16:40:56
how to check in composer Is package already installed or Not
Please Tell me Which cmmd is use to check
Please Tell me Which cmmd is use to check
hypernxf 2020-12-04 16:41:27
is it in composer.json?
redx1t 2020-12-04 16:43:07
hypernxf 2020-12-04 16:41:27
is it in composer.json?
composer –version
Rohit Pahuja 2020-12-04 17:03:13
hypernxf 2020-12-04 16:41:27
is it in composer.json?
yess
hypernxf 2020-12-04 17:03:44
you can try run “composer update”
hypernxf 2020-12-04 17:04:07
if it’s not installed it will install it. If you really want to manually check, I think going to /vendors is probably the best way.
hypernxf 2020-12-04 17:04:42
ok nvm I found it
hypernxf 2020-12-04 17:04:52
try composer show
hypernxf 2020-12-04 17:05:08
https://stackoverflow.com/questions/15185459/how-to-get-list-of-all-installed-packages-along-with-version-in-composer
How to get list of all installed packages along with version in composer? – Stack Overflow
I have been working on a project using Symfony 2.1 on my local machine. I have uploaded it to my server but when I try and install the vendor bundles using Composer, I’m getting a lot of dependency
I have been working on a project using Symfony 2.1 on my local machine. I have uploaded it to my server but when I try and install the vendor bundles using Composer, I’m getting a lot of dependency
hypernxf 2020-12-04 17:05:19
Directly from Google 🙂
2020-12-04 17:15:19
natghi2010 2020-12-04 16:02:17
there are so many files
So what, atleast it don’t require infinite time.
I use SSD, it don’t take much time. If you are using HDD then compress it to zip and then copt paste
natghi2010 2020-12-04 17:15:45
2020-12-04 17:15:19
So what, atleast it don’t require infinite time.
I use SSD, it don’t take much time. If you are using HDD then compress it to zip and then copt paste
i used ssd too.
2020-12-04 17:17:14
natghi2010 2020-12-04 17:15:45
i used ssd too.
Then copying will take less than 10 second
natghi2010 2020-12-04 17:17:36
2020-12-04 17:17:14
Then copying will take less than 10 second
zip or rar?
2020-12-04 17:18:57
natghi2010 2020-12-04 17:17:36
zip or rar?
I use zip on windows (HDD)
I don’t compress on mac(SSD)
natghi2010 2020-12-04 17:19:40
2020-12-04 17:18:57
I use zip on windows (HDD)
I don’t compress on mac(SSD)
come to think of it, this might be the best way for project scaffolding too
mohsetiawanmodeong 2020-12-04 17:21:27
2020-12-03 21:24:26
Import the Assigment Class
how is code?
2020-12-04 17:22:39
Yes I used to use Code Ignitor (php frameworks) before laravel. At that time I was not having fast internet connection, so I came to this solution.
Although I have fast and cheap internet connection now but still I save some of my data.
mohsetiawanmodeong 2020-12-04 18:09:08

I made eloquent but the data did not enter the database. is there something wrong with the code?
the_peace_lover 2020-12-04 18:13:02
Did you add the column in fillable?
mohsetiawanmodeong 2020-12-04 18:14:42

my model
mohsetiawanmodeong 2020-12-04 18:14:58

route
hypernxf 2020-12-04 18:49:28
Which one isn’t working?
mohsetiawanmodeong 2020-12-04 18:50:11

mohsetiawanmodeong 2020-12-04 18:50:30
data isn’t enter in databse
the_peace_lover 2020-12-04 19:08:39
check db if it inserted any values
the_peace_lover 2020-12-04 19:09:37
and also check dd(“string”) at the first line of store function
mohsetiawanmodeong 2020-12-04 19:09:47
no data entered
the_peace_lover 2020-12-04 19:10:55
what about the dd() ? does it show the string message?
2020-12-04 19:11:16
mohsetiawanmodeong 2020-12-04 18:50:30
data isn’t enter in databse
Are you running the Database locally?
2020-12-04 19:11:27
Or in the Cloud
mohsetiawanmodeong 2020-12-04 19:11:36
locally
2020-12-04 19:11:55
But your application is running on cloud