laravel5-example

Simple laravel5 example for tutorial

  • 所有者: bestmomo/laravel5-example
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Laravel 5 example

For Laravel 5.3 improved version look at this repository.

Laravel 5 example is a tutorial application for Laravel 5.2 (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 --seed to create and populate tables
  • Inform config/mail.php for email sends
  • php artisan vendor:publish to publish filemanager
  • php artisan serve to start the app on http://localhost:8000/

Another cool way to install it is to upload this package, unpack it in your server folder, and just launch it and follow the installation windows. It has been created with my laravel installer package. Anyway you'll have to set the email configuration.

Nitrous Quickstart

Create a free development environment for this Laravel 5 example project in the cloud on Nitrous.io by clicking the button below.

In the IDE, start Laravel 5 Example via Run > Start Laravel 5 Example and access your site via Preview > 8000.

Include

Features

  • Home page
  • Custom Error Page 404
  • Authentication (registration, login, logout, password reset, mail confirmation, throttle)
  • 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
  • Localisation

Packages included

  • laravelcollective/html
  • bestmomo/filemanager

Tricks

To test application the database is seeding with users :

主要指標

概覽
名稱與所有者bestmomo/laravel5-example
主編程語言HTML
編程語言PHP (語言數: 11)
平台
許可證MIT License
所有者活动
創建於2014-11-18 14:47:24
推送於2020-04-24 09:22:56
最后一次提交2018-01-14 15:41:34
發布數0
用户参与
星數1.2k
關注者數140
派生數564
提交數259
已啟用問題?
問題數55
打開的問題數15
拉請求數15
打開的拉請求數5
關閉的拉請求數12
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?