All Projects → adenvt → Laravel Coreui Vue

adenvt / Laravel Coreui Vue

Licence: mit
Boilerplate for Single Page Application, powered by Laravel, CoreUI, Vue

Projects that are alternatives of or similar to Laravel Coreui Vue

Laraupdater
Enable Laravel App Self-Update. Allow your Laravel Application to auto-update itself.
Stars: ✭ 75 (-3.85%)
Mutual labels:  laravel
Laravel 5 Messenger
A Simple Laravel 5, 6, 7 & 8 Messenger with Pusher Capabilities
Stars: ✭ 75 (-3.85%)
Mutual labels:  laravel
Laravel Country State
A helper to list countries & states in English in Laravel 5.1+
Stars: ✭ 77 (-1.28%)
Mutual labels:  laravel
Kantphp2
KantPHP Framework V2
Stars: ✭ 75 (-3.85%)
Mutual labels:  laravel
Laravel Log To Db
Custom Laravel and Lumen 5.6+ Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel/Monolog native logging functionality.
Stars: ✭ 76 (-2.56%)
Mutual labels:  laravel
Laravel Vue Starter
Well Documented Laravel Starter App From Development to Production. For Full Blown RESTFUL API and SPA with Beautiful UI Using Buefy / ElementUi For Reusable Vue Components
Stars: ✭ 76 (-2.56%)
Mutual labels:  laravel
Pingcrm Svelte
🦊 Ping CRM Svelte - A demo app to illustrate how Inertia.js works with Laravel and Svelte (hosted on a heroku free dyno).
Stars: ✭ 74 (-5.13%)
Mutual labels:  laravel
Firewall
Firewall package for Laravel applications
Stars: ✭ 1,214 (+1456.41%)
Mutual labels:  laravel
Laravel Apps
Laravel multi-application support.
Stars: ✭ 75 (-3.85%)
Mutual labels:  laravel
Laravel Impersonate
Laravel Impersonate is a plugin that allows you to authenticate as your users.
Stars: ✭ 1,201 (+1439.74%)
Mutual labels:  laravel
Flutter Boilerplate Project
A boilerplate project created in flutter using MobX and Provider.
Stars: ✭ 1,194 (+1430.77%)
Mutual labels:  boilerplate-template
Laravel Multistep Forms
Responsable Multistep Form Builder for Laravel
Stars: ✭ 76 (-2.56%)
Mutual labels:  laravel
Upload
Ajax Upload Large File Support jQuery-File-Upload, FileApi, Plupload, Dropzone Support framework Laravel 5
Stars: ✭ 76 (-2.56%)
Mutual labels:  laravel
Laravel Sqs Fifo Queue
Adds a Laravel queue driver for Amazon SQS FIFO queues.
Stars: ✭ 75 (-3.85%)
Mutual labels:  laravel
Laravel Schedulable
Schedule and unschedule eloquent models elegantly without cron jobs
Stars: ✭ 78 (+0%)
Mutual labels:  laravel
Reactnativelaravellogin
Sample App for login using laravel 5.5 React Native and Redux
Stars: ✭ 75 (-3.85%)
Mutual labels:  laravel
Aliyun Oss Php Sdk Laravel
A Laravel service provider for the AliCloud OSS SDK for PHP
Stars: ✭ 76 (-2.56%)
Mutual labels:  laravel
Voten
The code that powers voten.co
Stars: ✭ 1,215 (+1457.69%)
Mutual labels:  laravel
Adminkit
laravel和Uikit开发的后台管理系统雏形 自带完整oauth授权管理模块
Stars: ✭ 78 (+0%)
Mutual labels:  laravel
Db Seeder
A database seeder app for MySQL
Stars: ✭ 77 (-1.28%)
Mutual labels:  laravel

Laravel CoreUI Vue

Laravel + CoreUI + Vue Boilerplate

Packagist Version Travis (.com) Travis (.com) branch Greenkeeper badge Packagist David David Packagist FOSSA Status

What's inside

Requirement

  • PHP >= 7.1.3
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Node >= 8.9.4
  • NPM >= 5.6.0

How to Install

via Composer

  1. Create project using composer
composer create-project --prefer-dist adenvt/laravel-coreui-vue project_name
cd project_name
  1. Install Dependencies
npm install
  1. Add write permission (Unix)
chmod -R go+w storage bootstrap/cache
  1. Compile Static Asset
## for Development
npm run dev

## for Production
npm run prod

## for Development with HMR (Hot Module Replacement)
npm run hot

via Git

  1. Clone this repo
git clone --depth=1 https://github.com/adenvt/laravel-coreui-vue.git project_name
cd project_name
rm -r .git
  1. Install Dependencies
composer install
npm install
  • Step 3 - 4 same as above

Using Docker Compose

For Development

  • Create and start Container
docker-compose up -d dev
  • Enter workspace
docker-compose exec dev bash
  • Install Depencies
composer install
npm install
  • Compile Static Asset
## Single run compile
npm run dev

## or watch and compile every change
npm run watch

## or using Hot Module Replacement
npm run hot

For Production

  • Create and start Container
docker-compose up -d prod

License

This project is licensed under the MIT License - see the LICENSE file for details

FOSSA Status

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