Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 409 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 409 Bytes

Building CMS with Laravel and Vue.js

WIP

This is a work in progress. Can be used for development, we will be ready for production soon.

Getting Started

$ git clone https://github.com/prateekkarki/laravel-cms.git
$ cd laravel-cms
$ cp .env.example .env

$ composer install

$ php artisan key:generate

$ npm install
$ npm run dev

$ php artisan migrate --seed
$ php artisan serve