https://github.com/binaryk/pedia
https://github.com/binaryk/pedia
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/binaryk/pedia
- Owner: binaryk
- License: mit
- Created: 2015-11-10T12:59:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T14:09:59.000Z (over 10 years ago)
- Last Synced: 2025-06-10T09:03:33.788Z (about 1 year ago)
- Language: JavaScript
- Size: 24.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Laravel 5 example ##
**Laravel 5 example** is a tutorial application (in french [there](http://laravel.sl-creation.org/)).
### 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
### Include ###
* [HTML5 Boilerplate](http://html5boilerplate.com) for front architecture
* [Bootstrap](http://getbootstrap.com) for CSS and jQuery plugins
* [Font Awesome](http://fortawesome.github.io/Font-Awesome) for the nice icons
* [Highlight.js](https://highlightjs.org) for highlighting code
* [Startbootstrap](http://startbootstrap.com) for the free templates
* [CKEditor](http://ckeditor.com) the great editor
* [Filemanager](https://github.com/simogeo/Filemanager) the easy file manager
### 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
### Packages included ###
* laravelcollective/html
### Tricks ###
To test application the database is seeding with users :
* Administrator : email = admin@la.fr, password = admin
* Redactor : email = redac@la.fr, password = redac
* User : email = walker@la.fr, password = walker
* User : email = slacker@la.fr, password = slacker