All Projects → gliterd → docker-laravel-vuejs

gliterd / docker-laravel-vuejs

Licence: MIT license
🌟 🎯 📰 Dockerized Blog + Forum + REST API + App using Laravel, Vue.js

Programming Languages

PHP
23972 projects - #3 most used programming language
Vue
7211 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to docker-laravel-vuejs

Laravel Qrcode Ecommerce
This is a complete laravel project that handles qrcodes, payments, api/microservices, and ecommerce
Stars: ✭ 36 (+33.33%)
Mutual labels:  laravel-application
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (+633.33%)
Mutual labels:  laravel-application
vuetified
Laravel 5.5 Vuetify Real Time Starter App
Stars: ✭ 15 (-44.44%)
Mutual labels:  laravel-passport
Laravel Vue Tasks
📝 Task app built with Laravel 5.5 and Vue 2
Stars: ✭ 66 (+144.44%)
Mutual labels:  laravel-application
Paste.laravel.io
The Laravel.io Pastebin.
Stars: ✭ 135 (+400%)
Mutual labels:  laravel-application
Urlhub
URL shortener web application based on the Laravel PHP Framework.
Stars: ✭ 217 (+703.7%)
Mutual labels:  laravel-application
Godot Asset Library Laravel
[WIP] Godot Asset Library rewrite using the Laravel framework
Stars: ✭ 31 (+14.81%)
Mutual labels:  laravel-application
laravel-dockerized
Laravel easy docker environment.
Stars: ✭ 45 (+66.67%)
Mutual labels:  dockerized
Chatify Demo
Chatify Laravel Package Demo application
Stars: ✭ 189 (+600%)
Mutual labels:  laravel-application
Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+9848.15%)
Mutual labels:  laravel-application
Keys
🔑 Cryptocurrency private keys
Stars: ✭ 71 (+162.96%)
Mutual labels:  laravel-application
Lara Lens
Laravel package for display diagnostic (config, database, http connections...)
Stars: ✭ 96 (+255.56%)
Mutual labels:  laravel-application
Learn Laravel
Laravel 学习资料和开源项目集
Stars: ✭ 229 (+748.15%)
Mutual labels:  laravel-application
Notifier
NO LIBRARIES socket per page bridge for your Laravel application. (CLIENT PART INCLUDED)
Stars: ✭ 57 (+111.11%)
Mutual labels:  laravel-application
rest-api
Laravel restfull api boilerplate
Stars: ✭ 57 (+111.11%)
Mutual labels:  laravel-passport
Larabbs
A forum project base on Laravel
Stars: ✭ 967 (+3481.48%)
Mutual labels:  laravel-application
Laravel Shop
Laravel 电商实战教程的项目代码
Stars: ✭ 2,341 (+8570.37%)
Mutual labels:  laravel-application
Adware-ads-network-server
Online Advertising Network Server
Stars: ✭ 44 (+62.96%)
Mutual labels:  laravel-application
boilerplate
Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
Stars: ✭ 167 (+518.52%)
Mutual labels:  laravel-application
Laracrud
Laravel Code Generator based on MySQL Database
Stars: ✭ 238 (+781.48%)
Mutual labels:  laravel-application

Dockerized Laravel & Vue.js application

Complete Dockerized laravel blog app using Vue.js & mysql

Powered By Team Yeello

This is the complete dockerized Laravel & Vue.js blog & forum application which can be extended to make your complete product.

About the Application

This is the only complete & powerful blog + forum application built with Laravel also having beautiful & convenient UI.

Laravel 5.* and Vuejs 2.* combined with the establishment of a good response and handy admin-panel. The admin-panel made through the Vuejs component development. The complete setup is workable within minutes with docker compose 2

Here is the complete Document & Live Demo

Basic Features

  • Manage users, articles, discussions and media
  • Statistical tables
  • Categorize articles
  • Label classification
  • Content moderation
  • Own comments system
  • Multi-language switching
  • Markdown Editor
  • and more...

Server Requirements

  • PHP >= 7.0.0
  • Node >= 6.x
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Preview

New Blog

New Blog

Install

1. Clone the source code or create new project.

git clone https://github.com/literd/docker-laravel-vuejs.git

2. Set the basic config

cp .env.example .env

Edit the .env file and set the database and other config for the system after you copy the .env.example file.

2. Install the extended package dependency.

Install the Laravel extended repositories:

composer install -vvv

Install the Vuejs extended repositories:

npm install

Compile the js code:

npm run dev

// OR

npm run watch

// OR

npm run production

3. Run the blog install command, the command will run the migrate command and generate test data.

php artisan blog:install

Contributors

Thanks

License

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

QQ Group: 272734386

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].