TechnoBureau Blog views and complete authentication system.

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

This package is auto-updated.

Last update: 2025-01-08 01:31:31 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:

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.