CRUD OPRATION USING AJAX

  • Read data from a web server – after a web page has loaded
  • Update a web page without reloading the page
  • Send data to a web server – in the background

step 1: install composer
goto terminal and write over here
-> composer install

Step 2: Create .evn file

goto terminal and type

->php .env.example .env

Step 3: To migration

php artisan migrate file_name

Step 4: All source file

i. .evn file

ii. Model file

iii. Migration file

iv. Controller file

v. View file

vi. posts file

vii. Routes file

Step 5: Artisan serve

php artisan serve

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x