DigitalCoder / laravel-vue-cms

This is a simple CMS built upon Laravel and Vue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a CMS from scratch with Laravel and Vue

This is an example of how to build a CMS from scratch with Laravel and Vue. You can read the article on Pusher here:

Getting Started

  • Download or clone the project.
  • cd to the project directory.
  • Rename .env.example to .env
  • Run the command composer install.
  • Run the command php artisan key:generate to generate an application key.
  • Configure the database settings in the .env file.
  • Update the PUSHER_APP_* keys in the .env file.
  • Change the BROADCAST_DRIVER to pusher.
  • Migrate the database by running this command: php artisan migrate --seed.
  • Run the command: php artisan serve to start the app.

Built With

About

This is a simple CMS built upon Laravel and Vue.


Languages

Language:PHP 73.6%Language:HTML 18.8%Language:Vue 7.6%