Shibly / laravel5-example

Simple laravel5 example for tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 5 example

Laravel 5 example is a tutorial application (in french there).

Installation

  • git clone https://github.com/bestmomo/laravel5-example.git projectname
  • cd projectname
  • composer install
  • php artisan key:generate
  • Create a database and inform .env
  • php artisan migrate to create tables
  • php artisan db:seed to populate tables
  • Inform config/mail.php for email sends

Include

Features

  • Home page
  • Custom Error Page 404
  • Authentication (registration, login, logout, password reset)
  • Users roles : administrator (all access), redactor (create and edit post, upload and use medias in personnal directory), and user (create comment in blog)
  • Blog with comments
  • Search in posts
  • Tags on posts
  • Contact us page
  • Admin dashboard with new messages, users, posts and comments
  • Users admin (roles filter, show, edit, delete, create)
  • Messages admin
  • Posts admin (list with dynamic order, show, edit, delete, create)
  • Medias gestion

Packages included

  • laravelcollective/html

Tricks

To test application the database is seeding with users :

About

Simple laravel5 example for tutorial

License:MIT License


Languages

Language:HTML 37.8%Language:JavaScript 33.1%Language:PHP 17.9%Language:CSS 7.7%Language:CoffeeScript 2.9%Language:ActionScript 0.5%Language:Python 0.1%Language:Shell 0.0%Language:ApacheConf 0.0%