Комментарии:
pahale sirf wo video bana dijiye jo laravel 8 me new hai plz
Ответитьhame composor.json me library ya package ka version update kar php composer update command run karna padata hai
ОтветитьSir! One series for vue+ laravel as u did it earlier with laravel + livewire
Ответитьapny laravel 7 ka resto app project bnaya thha wo laravel 8 m used easily krsakty haina ?? koi dependecies ka msla tow nhi hoga ??
Ответитьquestion ka answer nahi pta mjhe :/
specific package ko upgrade ya downgrade krna
Composer install, composer update...is it right. im from pakistan love india
ОтветитьSir, Composer require, composer update.
ОтветитьYes conposer update is required and change version in json file
Ответитьsir, if i change the version on composer.json file. then i need to run composer update command on command prompt.
Ответитьcomposer command run -> composer self-update --2 then auto update package i am right Sir ?
ОтветитьChannel routes kya hota hai ?
ОтветитьChange the file and run update command
Ответитьmere pc me laravel 8 instaall nhe horaha hai me laravel5 karaha hun ap k sare tutorial bhi follow karonga koi masla to nhe hoga mujhe laravel 5 me
ОтветитьLarvel installation k bad ky krna h
ОтветитьWe can edit this file to change the version...am I true? without use of command prompt
ОтветитьNot showing model folder
ОтветитьSir aap editor kaun sa use kate ho...?
ОтветитьComposer update
Ответитьfirst we open the composer file and change what you want to change in it like upgrade or downgrade then open ur terminal of xammp and write composer update
ОтветитьYour teaching way is really too awesome sir ❤❤
Ответитьsir app na is playlist ma eloquent ka bare ma bataya ha??
ОтветитьWe can use command directly under the command line
e.g compose require "package-name":"version"
Yes you want update the composer after Change the version
Ответитьnice video
ОтветитьComposer is the library of laravel in which all packages are included for project management.
ОтветитьTo update or downgrade via the command line, you actually just type the exact same thing you would if you were installing a package for the first time, but specify the version exactly.
Ответитьperfect series to learn laravel for freshers
ОтветитьHi... How to set laravel base url of subdirectory (for using url function)
Ответитьthankyou
ОтветитьThank you sir your video is help full.
Ответитьstill dont know where is php code in it
Ответитьwe appreciate your hardwork bro
ОтветитьTo update or downgrade via the command line, you actually just type the exact same thing you would if you were installing a package for the first time, but specify the version exactly.
Ответитьcomposer.lock file kya krti hai
Ответитьcomposer is s dependency manager, so if we want to update/downgrade any package in laravel, we can do with the help of composer. But it will possible via CLI.
Ответитьaap es question ka answer bta digiye
ОтветитьIn my pc "php artisan serve" doesn't work, it keep on buffering. In such case I write until "public" folder in my url bar instead of "localhost:8000", to open target page in browser.
What is your remark on this?
require(C:\xampp\htdocs\example-app/vendor/autoload.php): Failed to open stream: No such file or directory in C:\xampp\htdocs\example-app\artisan on line 18
PHP Fatal error: Uncaught Error: Failed opening required 'C:\xampp\htdocs\example-app/vendor/autoload.php' (include_path='.;C:\php\pear') in C:\xampp\htdocs\example-app\artisan:18Stack trace:
#0 {main}
thrown in C:\xampp\htdocs\example-app\artisan on line 18
how to resolve it sir ?
Hello Sir
Please show answer jo app ne video me bata eya hai na Sir :)
😊😊
downgrade kesy karna ha?
ОтветитьStep 1: Open your project composer.json file.
Step 2: Find the "require" section and locate the line that specifies the package.
Step 3 : Update the version number of the package to the desired version. For example, if you want to downgrade to version 6.2, you would change the line to:
"require": {
"package/name": "6.2"
}
Step 4: Save your composer.json file.
Step 5 : Run the following command in your project's directory:
composer update
good content
ОтветитьI have intall Laravel 8 but when I checked the version it shows 4.5.1, How?
ОтветитьSir PHP framework "CodeIgniter" per bhi Tutorial series baba dijiye...,Bada systematic tutorials banate ho aap 🙏🙏
ОтветитьWhat is route?
ОтветитьFirstly open the composer.json file.
secondly upgrade or downgrade the version. For example, if you want to downgrade to version 6.2, you would change the line to:
"require": {
"package/name": "6.2"
}
thirdly save composer.json file and run the command in your project directory on terminal
composer update
Composer install, composer update...is it right
Ответить