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
- Host: GitHub
- URL: https://github.com/loic-sharma/laravel-blog
- Owner: loic-sharma
- License: other
- Created: 2012-05-27T22:13:03.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-10T01:28:12.000Z (over 12 years ago)
- Last Synced: 2025-03-29T14:35:05.249Z (2 months ago)
- Language: PHP
- Size: 520 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
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'.