Skip to content

neoighodaro/laravel-vue-cms

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published