An open API service indexing awesome lists of open source software.

https://github.com/krguptaa/laravel_simple_blog

Simple laravel blog post system which contain post crud operation, user authentication with role and datatable integration with crud
https://github.com/krguptaa/laravel_simple_blog

blogpost laravel laravel-acl laravel-authorization laravel-crud laravel-datatables laravel-framework laravel-learner laravel55

Last synced: 15 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
3. 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/`