Toysnt is an online store where you can buy toys and destroy them with different techniques that satisfy the user's desire to release their dissatisfaction with any of these toys.
Start Apache and MySQL in XAMPP (or LAMP).
Clone the repository
git clone https://github.com/msosav/Toysnt
Go to the project directory
cd Toysnt
Create a .env file and copy the information of the .env.example.
Install dependencies
composer update
Configure the project
php artisan key:generate
php artisan migrate
php storage:link
Run the server
php artisan serve