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
- Host: GitHub
- URL: https://github.com/gasycoder/blog-larave-8
- Owner: GasyCoder
- Created: 2021-04-12T14:43:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T22:23:37.000Z (over 3 years ago)
- Last Synced: 2025-03-03T22:09:59.941Z (over 1 year ago)
- Language: PHP
- Size: 472 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laravel 8.0 blog
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