8000 GitHub - jaikhlang/laravel52BlogCMS: Laravel 5.2 basic blog CMS.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jaikhlang/laravel52BlogCMS

Repository files navigation

laravel52BlogCMS

Laravel 5.2 basic blog CMS. Its the most easiest or beginer level learning approach.


#Initial Setups

  1. Download Laravel Framework (https://laravel.com/docs/5.2#installation)
  2. Setup your environment (.env & Database)
  3. Install laravelcollective HTML.
    Get from: laravelcollective.com/docs/5.2/html
  4. Install sluggify for slugging functionality.
    Get from: github.com/cviebrock/eloquent-sluggable

#Backend Sections

  1. Create model Post
  2. Create resource controller PostsController
  3. Create table, Build schemma like(id, title, label, slug, body, timestamp) & Migrate
  4. Create controller LabelsController (for category search functionality.)
  5. Create & Store, Read, Edit & Update, Destroy (CRUD)
  6. Authentications

#Frontend Sections

  1. Pagination
  2. Layouts, Partials (Know about using blade)
  3. Styles (CSS3, Bootstraps, jQuery)
  4. Adding Editor for Create & Edit
  5. Adding Error Pages Like 404

I would luv to know your suggestion if you want to add somemore feature.
Download the repository for complete source code from here.
Write me on @facebook https://www.facebook.com/jaikhlang.brahma1

About

Laravel 5.2 basic blog CMS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0