Posts

Showing posts from December, 2023

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  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: bash Copy code sudo rm /usr/local/bin/composer