Build Status Total Downloads Latest Stable Version License

My So Simple Blog CMS Using Laravel and Vue

This is just my so simple blogging cms using laravel and vue. FYI, Im new in PHP, I just learned about laravel and vue. So yea, this is the result of my learning.

Animated Demo

Welcome/Landing Page

Landing Page

Login Page -> Admin Dashboard

Admin Dashboard

Demo User

User: user@sonadztux.dev | dubidam Admin: admin@sonadztux.dev | admin123

Getting Started

  1. Download or clone the project. git clone https://github.com/sonadztux/my_laravel_blog.git
  2. cd to the project directory.
  3. Rename or duplicate .env.example to .env
  4. Run the command composer install.
  5. Run the command php artisan key:generate to generate an application key.
  6. Configure the database settings in the .env file.
  7. Update the PUSHER_APP_* keys in the .env file.
  8. Change the BROADCAST_DRIVER to pusher.
  9. Migrate the database by running this command: php artisan migrate --seed.
  10. Run the command: php artisan serve to start the app.

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

License

The Laravel framework is open-sourced software licensed under the MIT license.