Looking to hire Laravel developers? Try LaraJobs

laravel-backend maintained by mschlueter

Description
Fast backend integration for Laravel
Last update
2019/04/05 10:50 (dev-master)
License
Links
Downloads
1 032
Tags

Comments
comments powered by Disqus

This package is deprecated / not maintained anymore.

mschlueter/laravel-backend

Installation

Run in terminal: composer require mschlueter/laravel-backend

Laravel 5.* Integration

Add the service provider to your config/app.php file:


    'providers'     => array(

        //...
        Mschlueter\Backend\ServiceProvider::class,

    ),

run in terminal: php artisan migrate

User Generation

To create a new user. You can run the command: php artisan backend:create-user