Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`