Skip to content

pshanoop/laravel-blog

Repository files navigation

Laravel 5.1 Based simple blog system

Installation

composer install
php artisan migrate:install --seed

Application Configuration

You have to create .env file or make environment file variable for application configuration. More details on laravel doc. as reference you use .env.example file.

Creating new user

By default a user will be creating during seeding. User name: admin Password: demo You can change this To create new user use this command

php artisan newUser

Thanks

Thank you Taylor Otwell and other contributors for creating an awesome framework

License

The Laravel framework is open-sourced software licensed under the MIT license

About

A simple laravel 5.1 based blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages