Laravel 4.2 blog, only an authorized user could edit and remove entries there.
- Laravel 4.2: http://laravel.com/docs/4.2/installation
- Sentry package for laravel 4.2: https://cartalyst.com/manual/sentry#laravel-4
-
Install larevel by run commnand
composer install
-
Config database in the file [app/config/database.php], create databse for this system also.
-
Install database and record by executed sql from [app\database/laravel4blog.sql] file to your database.
- Go to login page and then login with account: member@gmail.com / 123456. After login with this account, you can go to blog management page.