/laravel_simple_blog

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

Primary LanguageCSS

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/