Blog http://laravel.magarrent.com/
Admin http://laravel.magarrent.com/supersecret
- Author: Marc Garcia Torrent
- Technology: Laravel 4.2
- Info: marc@magarrent.com
- PHP >= 5.4
- MySQL
- MCrypt PHP Extension
- Nice minimal blog design provided by Start Bootstrap
- Contact form with custom email sending
- Nice interface designed by BinaryCart
- Twitter bootstrap v3 integrated
- Trumbowyg for a nice writting
- Posts administration
- User manager
First of all, download the files to your computer or server with the next URL:
https://github.com/mgarcia96/Simple-laravel-Blog/archive/master.zip
You will php for install laravel, navigate to the installation folder with the terminal (/var/www) or web server path and run the next command:
$ php composer.phar install
And composer will begin to install all laravel files.
After this, we will need to configure database, edit app/config/database.php
and enter your MySQL credentials:
And if you need to send emails configure app/config/mail.php
with your mail credentials.
If you need to send emails with the contact form, in the BlogController
change the email.