Skip to content

Files

Latest commit

1b5890e · Jul 20, 2018

History

History
29 lines (20 loc) · 966 Bytes

readme.md

File metadata and controls

29 lines (20 loc) · 966 Bytes

Laravel Material

a CRUD starter template project from the Material Dashboard that is integrated with the Laravel Framework

Screenshots

Features

  • Datatable
  • CRUD Live Reload With AJAX

Usage

  1. Clone or download this project
  2. Go to the project and type the composer install
  3. Set database configuration in .env
  4. php artisan migrate
  5. php artisan serve