krguptaa / laravel_simple_blog

Simple laravel blog post system which contain post crud operation, user authentication with role and datatable integration with crud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

Simple laravel blog post system which contain post crud operation, user authentication with role and datatable integration with crud


Languages

Language:CSS 46.2%Language:PHP 43.6%Language:HTML 9.7%Language:JavaScript 0.4%Language:Vue 0.2%