Skip to content

Latest commit

 

History

History
executable file
·
20 lines (13 loc) · 533 Bytes

readme.md

File metadata and controls

executable file
·
20 lines (13 loc) · 533 Bytes

Simple Blog CRUD With Laravel 5.5

[![Gupta Kamlesh R]]

Feature included in this git

  1. Post Crud operation
  2. Authentication
  3. Roles with User
  4. Datatable integration using plugin (https://github.com/yajra/laravel-datatables)

How to setup

  • Run composer install in project directory.
  • Setting .env with your database configuration
  • Run php artisan migrate in your terminal
  • Run php artisan serve to serve with address http://localhost:8000/
  • Open in your browser with address http://localhost:8000/