All Projects â†’ gentritabazi01 â†’ Vue Lumen Starter

gentritabazi01 / Vue Lumen Starter

😎 VueJs & Lumen Api Starter.

Projects that are alternatives of or similar to Vue Lumen Starter

Jsonrpc
JsonRpc Server extension for Laravel/Lumen
Stars: ✭ 23 (-80.17%)
Mutual labels:  laravel, lumen
Kickstarts
💻 No setup, just development!
Stars: ✭ 57 (-50.86%)
Mutual labels:  laravel, lumen
Lumen Api Demo
Lumen rest api demo with Dingo/Api, JWT, CORS, PHPUNIT
Stars: ✭ 856 (+637.93%)
Mutual labels:  laravel, lumen
Laravel Responder
A Laravel Fractal package for building API responses, giving you the power of Fractal with Laravel's elegancy.
Stars: ✭ 673 (+480.17%)
Mutual labels:  laravel, lumen
Larafast Fastapi
A Fast Laravel package to help you generate CRUD API Controllers and Resources, Model.. etc
Stars: ✭ 91 (-21.55%)
Mutual labels:  laravel, lumen
Laravel Elasticsearch
An easy way to use the official Elastic Search client in your Laravel applications.
Stars: ✭ 717 (+518.1%)
Mutual labels:  laravel, lumen
Http Basic Auth Guard
HTTP Basic Auth Guard for Lumen 5.x
Stars: ✭ 39 (-66.38%)
Mutual labels:  laravel, lumen
Laravel Migrations Generator
Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
Stars: ✭ 417 (+259.48%)
Mutual labels:  laravel, lumen
Laravel Url Shortener
Powerful URL shortening tools in Laravel
Stars: ✭ 80 (-31.03%)
Mutual labels:  laravel, lumen
Laravel Sqs Fifo Queue
Adds a Laravel queue driver for Amazon SQS FIFO queues.
Stars: ✭ 75 (-35.34%)
Mutual labels:  laravel, lumen
Lumen Generator
A Lumen Generator You Are Missing
Stars: ✭ 578 (+398.28%)
Mutual labels:  laravel, lumen
Larasupport
📦 Adds Laravel Packages Support to Lumen and Vendor Publish Artisan Command.
Stars: ✭ 104 (-10.34%)
Mutual labels:  laravel, lumen
Laravel Soap
A soap client wrapper for Laravel
Stars: ✭ 559 (+381.9%)
Mutual labels:  laravel, lumen
Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (+543.1%)
Mutual labels:  laravel, lumen
Rest Api With Lumen
Rest API boilerplate for Lumen micro-framework.
Stars: ✭ 464 (+300%)
Mutual labels:  laravel, lumen
Freshdesk Laravel
Freshdesk Service Provider for Laravel 5 and Lumen
Stars: ✭ 14 (-87.93%)
Mutual labels:  laravel, lumen
Laravel Swoole
High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
Stars: ✭ 3,726 (+3112.07%)
Mutual labels:  laravel, lumen
Elasticsearch
The missing elasticsearch ORM for Laravel, Lumen and Native php applications
Stars: ✭ 375 (+223.28%)
Mutual labels:  laravel, lumen
Laravel Health Check
A package for checking the health of your Laravel & Lumen applications
Stars: ✭ 59 (-49.14%)
Mutual labels:  laravel, lumen
Laravel Aspect
aspect oriented programming Package for laravel framework
Stars: ✭ 98 (-15.52%)
Mutual labels:  laravel, lumen

Introduction

Vue Lumen Starter offers to you to connect to the Lumen (PHP Micro-Framework By Laravel) through the api using Vue.js.

Screenshots

Screenshot Screenshot

Included

  • Vue Router
  • Vuex
  • Axios
  • Vue Notification
  • Vue I18n
  • Vue Meta
  • Tailwind
  • Font Awesome 5
  • Lumen Form Request
  • JWT

Features

  • Signup
  • Login
  • Logout
  • Multiple Language System
  • Auth / Guest Middleware (FrontEnd & BackEnd)
  • Cors Middleware
  • Authentication with JWT
  • Validation (FrontEnd & BackEnd)
  • Tailwind Admin & Auth Templates
  • Auto-Logout after access token expired
  • Auto-Send access token with axios
  • Auto-Loader for every request with axios

Installation

  • Make sure you have npm and composer installed in your machine.
  • Clone the repo: git clone https://github.com/gentritabazi01/Vue-Lumen-Starter.git to your local path.
  • Navigate to {PROJECT-PATH}/back where {PROJECT-PATH} is the path where you cloned project.
  • Run copy .env.example .env and after file .env is copied you need to set database credentials into .env file.
  • Run php artisan migrate and php artisan jwt:secret.
  • Navigate to {PROJECT-PATH}/front and run copy .env.example .env.
  • Run: npm install.
  • Run: npm run serve.

Credits

Author

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].