WP Manifestindependent plugin directory
manifest / developer / wl-bootstrap

WL_Bootstrap

Integrating Laravel into WordPress

by Duc Le · github.com/lehoangduc/wl-bootstrap

53stars
15forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/lehoangduc/wl-bootstrap/archive/refs/heads/master.zip

From the readme

WordPress Laravel Bootstrap A WordPress plugin helps you use functions, methods, libraries of Laravel in any WordPress projects Requiments - Laravel = 5.2 - WordPress = 4.6 Installation - Copy "wl-bootstrap" folder into "wp-content/plugins" - Define Laravel source code path in "wp-config.php" as a constant: Usage You can use all codes in your Laravel project, build Single Sign On with less effort on same/subdomain and so on... Contributing All contributions are welcome to help improve WL-Bootstrap. License MIT Copyright (c) 2017-present, Golr

Read the full README on GitHub →