flightsadmin/flights
最新稳定版本:2.0.0
Composer 安装命令:
composer require flightsadmin/flights
包简介
Flight Management Module Built on Laravel ^9.19 using Bootstrap 5, laravel livewire and Spatie Laravel permission.
README 文档
README
A Laravel Livewire Flight Management Module with User Management Dashboard using Spatie Laravel Permission.
Package is autoloaded as per PSR-4 autoloading in any laravel version ^9.19 so no extra config required.
It uses auth middleware thus installs laravel/ui just incase you don't have any other auth mechanism, this does not mean you have to use laravel/ui.
Installation
You can install the package via Composer:
composer require flightsadmin/flights
Usage
After running composer require flightsadmin/flights command just run:
php artisan flight:install
**This command will perfom below actions:
* Compile css/js based on `bootstrap and bootstrap-icons using vite`.
* Run `npm install && run build`
* Flush *node_modules* files from your folder.
If you choose to scaffold authentication this command will run php artisan ui:auth
to generate Auth scaffolds using laravel/ui package. You can skip this step if your app has authentication already.
Default Credentials
| Level | Password | |
|---|---|---|
| Super-admin | super-admin@flightadmin.com | password |
| Admin | admin@flightadmin.com | password |
| User | user@flightadmin.com | password |
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email flightsapps@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 89
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-06