TechnoBureau Blog views and complete authentication system.

dev-master 2021-08-07 18:13 UTC

This package is auto-updated.

Last update: 2024-04-07 23:56:19 UTC


README

Total Downloads Latest Stable Version License

Official Documentation

Supported Versions

Only the latest major version of TechnoBureau UI receives bug fixes. The table below lists compatible Laravel versions:

Version Laravel Version
1.x 8.x

Installation

Installing Blog template and related backend packages for laravel framework.

composer require technobureau/blog

Initially execute laravel/ui , technobureau/ui authentication commands for initialization

php artisan ui bootstrap --auth
php artisan ui technobureau --auth

Once the technobureau/blog package has been installed, you may install the frontend scaffolding using the ui Artisan command:

// Generate blog scaffolding...
php artisan ui tb-blog

License

Laravel UI is open-sourced software licensed under the MIT license.