INSTALLATION OF PACKAGES AFTER KALI BOOTUP AND UNINTALLATIONS
Install VSCode on Kali Linux
https://www.youtube.com/watch?v=Ha8ZfduQoR4&ab_channel=StefanRows
kali linux install composer and laravel 9
https://gist.github.com/noynaert/4cce92ec25b8e4eae0eca8e9e000fd9c
if not working then try,
You can simply run
Then you go into
Check this document for the Laravel installation https://laravel.com/docs/5.3/#installing-laravel.
composer create-project --prefer-dist laravel/laravel blog
to install Laravel in blog
directory.Then you go into
blog
directory and run php artisan serve
. Now your Laravel should already be online.Check this document for the Laravel installation https://laravel.com/docs/5.3/#installing-laravel.
Uninstall Composer:
To uninstall Composer, you can use the following commands:
bashsudo rm /usr/local/bin/composer
Comments
Post a Comment