Hi friends, in this video you will learn the CRUD operation in Laravel in a step-by-step process.
The requirements for the CRUD operation in Laravel are as follows-
1. We need a table in the database.
2. Route Configuration in web.php file.
3. A controller containing all the required functions.
4. A model containing all the fields of the table in the database.
We need a folder containing the following files in the resources/views/employee folder of the public HTML folder. I have a folder name employee.
1. add.blade.php
2. edit.blade.php
3. view.blade.php
All the URLs are processed through the web.php file inside the routes folder.
To set up the database in Laravel, go to the .env file in your Laravel project as shown below.
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=your database name
DB_USERNAME=root
DB_PASSWORD=
Website: https://pbphpsolutions.com/
Also read, CRUD Operation in Laravel 5.8
https://pbphpsolutions.com/crud-opera...
Razorpay Payment Gateway Integration in PHP
https://pbphpsolutions.com/razorpay-p...
GROUP_CONCAT function in MySQL
• GROUP_CONCAT function in MySQL
CRUD operation in PHP:
• Crud Operation in PHP
Insert multiple checkbox values in the database in PHP
• Insert multiple checkbox values in da...
Upload image in PHP and display
• Upload image in PHP and display
Login and logout in PHP using the session
• Login and logout in PHP using session
Dynamic Dependent Dropdown using Ajax in PHP
• Dynamic Dependent Dropdown using Ajax...
Ajax Live Data Search with jQuery PHP MySQL
• Ajax Live Data Search with jQuery PHP...
Insert multiple rows into database using foreign key
• Insert multiple rows into database us...
Also read,
GROUP_CONCAT() example in MySQL with Join
https://pbphpsolutions.com/group_conc...
Insert Multiple Rows Using the Same id in PHP
https://pbphpsolutions.com/insert-mul...
How to get value from ajax response in PHP
https://pbphpsolutions.com/how-to-ins...
Append Data to Dropdown list Using Jquery Ajax PHP
https://pbphpsolutions.com/append-dat...
PHP MySQL ajax search autocomplete example
https://pbphpsolutions.com/php-mysql-...
Login and Logout Using Session in PHP and MySQLi
https://pbphpsolutions.com/login-and-...
How to insert HTML form data into MySQL database using PHP
https://pbphpsolutions.com/how-to-ins...
How to insert multiple checkbox values in a database in PHP
https://pbphpsolutions.com/how-to-ins...
Upload Image in PHP MySQL Database and display
https://pbphpsolutions.com/how-to-upl...
Insert Multiple Rows into MySQL with PHP Using Foreach Arrays
https://pbphpsolutions.com/insert-mul...
Login and Logout Using Session in PHP and MySQLi
https://pbphpsolutions.com/login-and-...
Introduction to PHP syntax Variables Data types and strings
https://pbphpsolutions.com/php-syntax...
Basic Overview of PHP and Its Uses
https://pbphpsolutions.com/basic-over...
Social Media Links:
Facebook: / pbphpsolutions-109907204003392
Medium: / biplabsinha345
Twitter: / pbphpsolutions
#php #phptutorials #mysql #phpdevelopment #phpmysql