An open API service indexing awesome lists of open source software.

https://github.com/loic-sharma/laravel-blog

A short example on how to make a blog using Laravel
https://github.com/loic-sharma/laravel-blog

Last synced: about 2 months ago
JSON representation

A short example on how to make a blog using Laravel

Awesome Lists containing this project

README

        

## Laravel Blog Example

This simple example is meant to illustrate how simple it is to create an application using Laravel.

### Installation

Navigate to the **application/config/database.php** file and set the correct configuration for your database. Once that is complete, run the following commands:

```bash
$ php artisan migrate:install
$ php artisan migrate
```

You should then be able access this example. To login, simply use the username 'admin' and the password 'password'.