Sending data Back to the database in Laravel
How to save data in the database
Ensure you have the right database settings
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=<b>`blog`</b>
DB_USERNAME=root
DB_PASSWORD=`
Make html form in view
Create a new blade file with the name
`ad...
moses-sunday.hashnode.dev2 min read