Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 301 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 301 Bytes

LaravelWP

Laravel Wordpress Plugin - Integrates Laravel with Wordpress

  • Copy LaravelWP to the wordpress plugins folder
  • Activate Plugin
  • $ cd src
  • $ composer dump-autoload
  • $ composer update
  • Start Coding

Sample page at your-domain.com/hello-laravel (using twentyfourteen theme);