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
- Host: GitHub
- URL: https://github.com/krguptaa/laravel_simple_blog
- Owner: krguptaa
- Created: 2017-11-24T07:30:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T07:32:31.000Z (over 7 years ago)
- Last Synced: 2025-01-10T04:52:10.222Z (6 months ago)
- Topics: blogpost, laravel, laravel-acl, laravel-authorization, laravel-crud, laravel-datatables, laravel-framework, laravel-learner, laravel55
- Language: CSS
- Size: 6.98 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/`