All Projects → ammezie → Laravel Vue Favorite

ammezie / Laravel Vue Favorite

Licence: mit
Create a favorite/like/recommend component with Laravel and Vuejs.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Laravel Vue Favorite

Freshdesk Laravel
Freshdesk Service Provider for Laravel 5 and Lumen
Stars: ✭ 14 (-51.72%)
Mutual labels:  laravel
Pusher Chatkit Laravel
Laravel wrapper for the Chatkit PHP SDK. ChatKit is shutting down 😕 - https://blog.pusher.com/narrowing-our-product-focus
Stars: ✭ 21 (-27.59%)
Mutual labels:  laravel
Larawiz
Larawiz is a easy project scaffolder for Laravel
Stars: ✭ 28 (-3.45%)
Mutual labels:  laravel
Chatify
A Laravel package that allows you to add a complete user messaging system into your new/existing Laravel application.
Stars: ✭ 885 (+2951.72%)
Mutual labels:  laravel
Scheduled Tweets App
A Laravel app to schedule tweets
Stars: ✭ 21 (-27.59%)
Mutual labels:  laravel
Doorman
Limit access to your Laravel applications by using invite codes
Stars: ✭ 913 (+3048.28%)
Mutual labels:  laravel
Blazar
Pre-Render Pages on the Fly in Laravel
Stars: ✭ 14 (-51.72%)
Mutual labels:  laravel
Gorose
GoRose(go orm), a mini database ORM for golang, which inspired by the famous php framwork laravle's eloquent. It will be friendly for php developer and python or ruby developer. Currently provides six major database drivers: mysql,sqlite3,postgres,oracle,mssql, Clickhouse.
Stars: ✭ 947 (+3165.52%)
Mutual labels:  laravel
Laravel Scrum Dev Paas
Laravel后端服务,提供团队协作管理平台的后端业务逻辑
Stars: ✭ 21 (-27.59%)
Mutual labels:  laravel
Eloquent Driver
A package that allows you to store Statamic entries in a database.
Stars: ✭ 28 (-3.45%)
Mutual labels:  laravel
Laravel Scout Elastic
Elastic Driver for Laravel Scout
Stars: ✭ 886 (+2955.17%)
Mutual labels:  laravel
Easyhttp
A Laravel HTTP-client to make HTTP request easier and log requests and responses
Stars: ✭ 20 (-31.03%)
Mutual labels:  laravel
Dt54
Laravel 5.4 DataTables Demo Application (WIP)
Stars: ✭ 27 (-6.9%)
Mutual labels:  laravel
Phperinterviewguide
相对于 PHPer 新手而言比较有指导意义的 PHPer 面试指南
Stars: ✭ 886 (+2955.17%)
Mutual labels:  laravel
Laravel Sftp
SFTP filesystem service provider for Laravel
Stars: ✭ 28 (-3.45%)
Mutual labels:  laravel
Billing
A general purpose interface to Stripe that's optimized for Laravel 5 SaaS applications.
Stars: ✭ 14 (-51.72%)
Mutual labels:  laravel
Orderable
My very first Laravel package
Stars: ✭ 21 (-27.59%)
Mutual labels:  laravel
Base
Multilingual CMS built with Laravel.
Stars: ✭ 949 (+3172.41%)
Mutual labels:  laravel
Laravel Dev Booter
🚧 Boost your Laravel app by registering Prod services only on Prod.
Stars: ✭ 28 (-3.45%)
Mutual labels:  laravel
Laravel Nuxt
A Laravel-Nuxt starter kit.
Stars: ✭ 943 (+3151.72%)
Mutual labels:  laravel

laravel-vue-favorite

Create a favorite/like feature with Vuejs in Laravel application.

Getting Started

Clone the project repository by running the command below if you use SSH

git clone [email protected]:ammezie/laravel-vue-favorite.git

If you use https, use this instead

git clone https://github.com/ammezie/laravel-vue-favorite.git

After cloning,run:

composer install

Duplicate .env.example and rename it .env

Then run:

php artisan key:generate

Next install NPM dependencies:

npm install

Migrations And Database Seeder

Be sure to fill in your database details in your .env file before running the migrations:

php artisan migration

You can also use the dummy data by running:

php artisan db:seed

And finally, start the application:

php artisan serve

and visit http://localhost:8000/ to see the application in action.

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