Skip to content

Blog CMS built using Laravel components. DB compatible with WordPress.

Notifications You must be signed in to change notification settings

dasper/LaraPress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LaraPress

Blog CMS built using Laravel components. Compatible with WordPress Database.

Installation

composer require dasper/lara-press

Configuration

LaraPress\LaraPress::connect([
    'database' => 'wp_database',
    'username' => 'wp_username',
    'password' => 'wp_password',
    'host' => 'wp_host',
]);

Examples

$post = LaraPress\Database\Post::with('author')->find(1);
return $post->toArray();

TODO (a lot, this is not a comprehensive list)

  • Better Understanding of Login
  • Built in default routing
  • Conditionals
  • Hooks
  • Filters

Future considerations

  • Languages and Translations
  • Email features
  • Plugins
  • Themes

About

Blog CMS built using Laravel components. DB compatible with WordPress.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages