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

https://github.com/gasycoder/blog-larave-8

Sample blog monochrome miminal
https://github.com/gasycoder/blog-larave-8

Last synced: about 1 year ago
JSON representation

Sample blog monochrome miminal

Awesome Lists containing this project

README

          

## Laravel 8.0 blog


Build Status

In this tutorial, we are going to walk-through creating a simple blog in Laravel and Livewire. It will be pretty simple and can be used as a starting point for building your blog with these awesome frameworks.

## Installation
#### Windows users pre-requises :

1 - Download wamp: http://www.wampserver.com/en/

2 - Download and extract git : https://git-scm.com/download/win

3 - Php version >= 7.2.x

4 - Update windows environment variable path to point to your php install folder (inside wamp installation dir) (here is how you can do this

5 - http://stackoverflow.com/questions/17727436/how-to-properly-set-php-environment-variable-to-run-commands-in-git-bash)

6 - Download composer https://getcomposer.org/download/

7 - Run composer update

8 - Run php artisan migrate

9 - Run php artisan serve
10 - #####You can now access your project at http://127.0.0.1:8000