8000 GitHub - ridwanpandi/blog-package: Blog API package for Lumen micro service framework with JWT
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ridwanpandi/blog-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog API Package

Blog API package for Lumen micro service framework with JWT

Service Provider

Add Service Provider on your bootstrap/app.php file:

$app->register(Ridwanpandi\Blog\Providers\BlogServiceProvider::class);

Migrations

You'll need to run the provided migrations against your database. Publish the migration files using the vendor:publish Artisan command and run migrate:

php artisan vendor:publish
php artisan migrate

About

Blog API package for Lumen micro service framework with JWT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0