disatapp/light-blog

A light cms built with laravel and uses vuejs on the frontend

Installs: 77

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:JavaScript

Type:project

v0.9.5 2019-07-17 04:08 UTC

This package is auto-updated.

Last update: 2024-04-17 14:41:49 UTC


README

A light CMS composer package built on Laravel and uses vuejs in the frontend.

Project Status

This project is only around 40% finish. More features might be added in the future.

Screenshots

How to install

npm install npm run dev

composer install php artisan vendor:publish --tag=public --force

set .env php composer dump-autoload -o php artisan config:clear php artisan serve

add 'http://127.0.0.1:8000'; for dev

Reflection

The goal of the project was to create a cms for Villasanpakoi hotel website. It was an experimental project that has real world use. The project was initially built on laravel to learn the more laravel framework. Also wanted to learn Vuejs I decided to used it as a frontend framework. I was ment as a learning oppertunity, but it also has a practical use. This project was initially made as part of a website. But later parts of the website was broken down to create this package. The challenging part of this project was learning to create a package from exsiting code. Laravel has many different components and it became a challenge to debug. The project had been created before and some codes had to be tweaked for it to work inside the package. Overall, I learn how to use Vuejs, create a composer package and got more practice using with laravel.