Laravel 5 example is a tutorial application.
git clone https://github.com/bestmomo/laravel5-example.git projectname
cd projectname
composer instal
php artisan key:generate
- Create a database and inform .env
php artisan migrate
to create tablesphp artisan db:seed
to populate tables- Inform config/mail.php for email sends
- HTML5 Boilerplate for front architecture
- Bootstrap for CSS and jQuery plugins
- Font Awesome for the nice icons
- Highlight.js for highlighting code
- Startbootstrap for the free templates
- CKEditor the great editor
- Filemanager the easy file manager
- 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
- illuminate/html
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