All Projects → ammezie → Openlaravel

ammezie / Openlaravel

A collection of open source projects built using Laravel.

Projects that are alternatives of or similar to Openlaravel

Zhihu App
Laravel + Vue.js 开发知乎视频
Stars: ✭ 219 (+106.6%)
Mutual labels:  laravel, vuejs2
Jianzhi V2
基于laravel5.5跟Vue2前后端分离的兼职平台
Stars: ✭ 327 (+208.49%)
Mutual labels:  laravel, vuejs2
Formvuelar
Vue form components with server-side validation in mind
Stars: ✭ 263 (+148.11%)
Mutual labels:  laravel, vuejs2
Forum
A fully-fledged modern forum app, including @mention and private messaging, built with Laravel 5.3 and Vue 2.
Stars: ✭ 135 (+27.36%)
Mutual labels:  laravel, vuejs2
Ticket Conductor
A free and open-source Laravel 5.5 and VueJS (SPA) Ticket system
Stars: ✭ 48 (-54.72%)
Mutual labels:  laravel, vuejs2
Laravel Vue Spa
SPA Boilerplate made with Laravel 5.6, Vue 2, Bootstrap 4, Vue-router 3, Vuex 3, Axios
Stars: ✭ 172 (+62.26%)
Mutual labels:  laravel, vuejs2
Roastandbrew
Updated content available! We learned a lot since we originally wrote this article. We now have this updated for Laravel 8, Vue, and NuxtJS 👉 https://srvrsi.de/book
Stars: ✭ 300 (+183.02%)
Mutual labels:  laravel, vuejs2
Alfred Laravel Docs
An ultra-fast Laravel docs search workflow for Alfred 3+.
Stars: ✭ 270 (+154.72%)
Mutual labels:  algolia, laravel
Willshop
基于 Laravel5.4 + vue.js2.x 的小网店系统
Stars: ✭ 46 (-56.6%)
Mutual labels:  laravel, vuejs2
Scout Extended
Scout Extended: The Full Power of Algolia in Laravel
Stars: ✭ 330 (+211.32%)
Mutual labels:  algolia, laravel
Laravel Coreui Vue
Laravel 5.6 with CoreUI (VueJS Full Starter Template) >>> Deprecated, please go to https://coreui.io/laravel/
Stars: ✭ 132 (+24.53%)
Mutual labels:  laravel, vuejs2
Admin One Laravel Dashboard
Admin One — Free Laravel Dashboard (Bulma Buefy Vue.js SPA)
Stars: ✭ 94 (-11.32%)
Mutual labels:  laravel, vuejs2
Vuejs2 Laravel53 Starter
A starter template for VueJs 2.0 with Laravel 5.4
Stars: ✭ 112 (+5.66%)
Mutual labels:  laravel, vuejs2
Todo Vue
Code for YouTube series on building a Todo App in Vue.js
Stars: ✭ 199 (+87.74%)
Mutual labels:  laravel, vuejs2
Vue Laravel Spa
Single Page Application made with Vue.JS2, Vue Router, Vuex and Laravel 5.6.
Stars: ✭ 107 (+0.94%)
Mutual labels:  laravel, vuejs2
Vuetified
Laravel Starter App Using Vue ,Vuetify, and InertiaJS.
Stars: ✭ 327 (+208.49%)
Mutual labels:  laravel, vuejs2
Laravel Vue Tasks
📝 Task app built with Laravel 5.5 and Vue 2
Stars: ✭ 66 (-37.74%)
Mutual labels:  laravel, vuejs2
Vue Places
Places component is based on places.js for Vue 2.x. Turn any <input> into an address autocomplete.
Stars: ✭ 106 (+0%)
Mutual labels:  algolia, vuejs2
Laravel Translatable
Making Eloquent models translatable
Stars: ✭ 1,390 (+1211.32%)
Mutual labels:  laravel
Laravel Like Comment
Ajax based site wide like and commenting system for laravel.
Stars: ✭ 105 (-0.94%)
Mutual labels:  laravel

Open Laravel

A repository of open source projects built using Laravel.

Getting Started

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

git clone [email protected]:ammezie/openlaravel.git

If you use https, use this instead

git clone https://github.com/ammezie/openlaravel.git

Getting Started

cd into the project directory and run:

composer install

Duplicate .env.example and rename it .env

Run:

php artisan key:generate

Then run

npm install

Setup Algolia

Create a free Algolia account at https://www.algolia.com/users/sign_up then fill in your Algolia API Keys in your .env file:

ALGOLIA_APP_ID=xxxxxxxxxx
ALGOLIA_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
ALGOLIA_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Setup GitHub

Create a GitHub personal access token at https://github.com/settings/tokens with the following scopes repo:status and public_repo then fill in the generated token in your .env file:

GITHUB_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Then run:

npm run dev

Database Migrations

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

php artisan migrate

Once the database is settup and migrations are up, run

php artisan serve

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

TODO

  • Filter by stars
  • Filter by activities
  • Show project repo activity on view project page
  • Add project screenshot/logo

Contributing

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

Please submit your pull request against the develop branch only.

License

The MIT License (MIT). Please see License File for more information.

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