Skip to content

simple CRUD application developed to Create, Retrieve, Update and Delete data connected with a database.

Notifications You must be signed in to change notification settings

SalithaUCSC/Laravel_CRUD

Repository files navigation

Laravel_CRUD

Simple CRUD application using LARAVEL PHP framework

Instructions:

  1. Download or clone and extract the project.
  2. Place the folder in htdocs or www folder.
  3. Go to PhpMyadmin and create a new database called laravel_crud.
  4. Select the database and import SQL file named as laravel_crud.
  5. Rename .env-example file as .env.
  6. Open cmd and navigate into the folder using cd command.
  7. Type composer install to install dependencies.
  8. Type php artisan serve in cmd.
  9. Open web browser and type locahost:8000 to run the project.

Screenshots

laracrud

crud10

crud11

About

simple CRUD application developed to Create, Retrieve, Update and Delete data connected with a database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages