/Laravel-CRUD

This is an Demo Project that demonstrates how to perform CRUD operations using Laravel open source framework along with SQL database.

Primary LanguageTSQL

CRUD Operations Using Laravel Framework

Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

Project Setup

  1. Unzip this folder.
  2. Now Import the database file john_brothers.sql into sql database using WAMP or SQL Workbench
  3. Run php artisan serve command inside Laravel-CRUD directory using cmd
  4. Hit localhost:8000/
  5. Default login Credentials
    Username: admin@johnbrothers.com
    Password: administrator

KevinPatel04