Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/islamsamy214/blogs
This website made for a blogger, it is built with PHP Laravel, and VueJs
https://github.com/islamsamy214/blogs
blog blogger-template free laravel php project vue vuex
Last synced: 3 days ago
JSON representation
This website made for a blogger, it is built with PHP Laravel, and VueJs
- Host: GitHub
- URL: https://github.com/islamsamy214/blogs
- Owner: islamsamy214
- Created: 2021-08-14T20:01:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T11:55:01.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T17:49:25.096Z (2 months ago)
- Topics: blog, blogger-template, free, laravel, php, project, vue, vuex
- Language: Vue
- Homepage:
- Size: 5.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blogs
This website made for multiple bloggers, it is built with PHP Laravel, and VueJs (SPA web application)
# How to install
first git clone of the repo then intiate a database (MySql preferred) with name "blogs" then run the following commands
```
composer install
```
```
cat .env.example > .env
```
```
php artisan key:generate
```
don't forget to set the database on your machine and customize its vars in the .env file
```
php artisan migrate --seed
```
```
npm install && npm run dev
```
```
php artisan serve
```
and open this url on your browser `127.0.0.1:8000`