This is my vulnerable Laravel web application, i made this to demonstrate how a Laravel web application can be vulnerable to security issues. ๐ค
sudo apt update
sudo apt install php php-cli php-mbstring php-xml composer
composer global require laravel/installer
nano ~/.bashrc
export PATH="$HOME/.composer/vendor/bin:$PATH"
source ~/.bashrc
git clone https://github.com/khanhhnahk1/Vulnerable-Laravel
sudo apt-get install php-curl
composer update
cp .env.example .env
php artisan key:generate
php artisan serve
sudo service mysql restart
sudo mysql -u root <vulnerablelaravel.sql