All Projects → hui-ho → Webstack Laravel

hui-ho / Webstack Laravel

Licence: mit
一个开源的网址导航网站项目,您可以拿来制作自己的网址导航。

Programming Languages

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

Projects that are alternatives of or similar to Webstack Laravel

Contentify
Contentify is an esports CMS based on the PHP framework Laravel
Stars: ✭ 189 (-90.09%)
Mutual labels:  laravel, website
Readmarvel
ReadMarvel's open sourced code
Stars: ✭ 31 (-98.38%)
Mutual labels:  laravel, website
S Cart
This project has been replaced by https://github.com/s-cart/s-cart
Stars: ✭ 258 (-86.48%)
Mutual labels:  laravel, website
Laravel Settings
Simple Settings package for a laravel application
Stars: ✭ 45 (-97.64%)
Mutual labels:  laravel, website
Base
Multilingual CMS built with Laravel.
Stars: ✭ 949 (-50.26%)
Mutual labels:  laravel, website
Coyote
4programmers.net
Stars: ✭ 61 (-96.8%)
Mutual labels:  laravel, website
Jasypt Spring Boot
Jasypt integration for Spring boot
Stars: ✭ 1,948 (+2.1%)
Mutual labels:  website
Hdcms
支持 PC、H5、微信公众号、微信小程序多应用平台
Stars: ✭ 134 (-92.98%)
Mutual labels:  laravel
Blackphish
🔱 [ Phishing Made Easy ] 🔱 (In Beta)
Stars: ✭ 133 (-93.03%)
Mutual labels:  website
Laravel Coreui Vue
Laravel 5.6 with CoreUI (VueJS Full Starter Template) >>> Deprecated, please go to https://coreui.io/laravel/
Stars: ✭ 132 (-93.08%)
Mutual labels:  laravel
Laravel Tinker Tools
Use short class names in an Artisan tinker session
Stars: ✭ 134 (-92.98%)
Mutual labels:  laravel
Dialogflow Web
Web App for Dialogflow
Stars: ✭ 135 (-92.92%)
Mutual labels:  website
Repository
🖖Repository Pattern in Laravel. The package allows to filter by request out-of-the-box, as well as to integrate customized criteria and any kind of filters.
Stars: ✭ 134 (-92.98%)
Mutual labels:  laravel
Laravel cities
Find any country/city in the world. Get Long/Lat etc. Deploy geonames.org database localy. Optimized DB tree
Stars: ✭ 133 (-93.03%)
Mutual labels:  laravel
F Admin
f-admin是一套基于Laravel框架开发的基础权限后台系统
Stars: ✭ 134 (-92.98%)
Mutual labels:  laravel
Daybydaycrm
DaybydayCRM an open-source CRM, to help you keep track of your daily workflow.
Stars: ✭ 1,856 (-2.73%)
Mutual labels:  laravel
Mpesa Php Sdk
A PHP sdk for the new Mpesa RESTful APIs
Stars: ✭ 134 (-92.98%)
Mutual labels:  laravel
Laravel Getting Started
本文介绍如何开始使用 Laravel !
Stars: ✭ 132 (-93.08%)
Mutual labels:  laravel
Laravel Mobile Verification
This package provides convenient methods for sending and verifying mobile verification requests.
Stars: ✭ 132 (-93.08%)
Mutual labels:  laravel
Webapp.rs
A web application completely written in Rust. 🌍
Stars: ✭ 1,888 (-1.05%)
Mutual labels:  website

WebStack-Laravel

一个开源的网址导航网站项目,具备完整的前后台,您可以拿来制作自己的网址导航。

首页

部署

克隆代码:

git clone https://github.com/hui-ho/WebStack-Laravel.git

安装依赖:

$ composer install

编辑配置:

$ cp .env.example .env
...
DB_DATABASE=database
DB_USERNAME=username
DB_PASSWORD=password
...

生成 KEY:

$ php artisan key:generate  

迁移数据:

php artisan migrate:refresh --seed

本地测试:

$ php artisan serve

安装完成:http://127.0.0.1:8000

有些朋友对部署表示有压力,但这和一般的 Laravel 应用是没有区别的,线上环境可以参考:https://github.com/summerblue/laravel-ubuntu-init

使用

后台地址:http://domain/admin

默认用户:admin

默认密码:admin

主页

分类

网站

其他

本应用预设了一些站点数据,可以使用以下命令清除:

$ php artisan webstack:clean

感谢

前端设计:WebStackPage

后台框架:laravel-admin

License

MIT

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