Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moman13/dashboard_ui
this package for just ui scaffolding
https://github.com/moman13/dashboard_ui
Last synced: 15 days ago
JSON representation
this package for just ui scaffolding
- Host: GitHub
- URL: https://github.com/moman13/dashboard_ui
- Owner: moman13
- License: mit
- Created: 2020-09-27T18:38:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T20:11:13.000Z (over 4 years ago)
- Last Synced: 2024-11-12T11:42:45.686Z (2 months ago)
- Language: CSS
- Size: 12.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# this package for just ui scaffolding
## Installation
You can install the package via composer:
```bash
composer require moman12/dashboard_ui
```
You can publish and run the css/js with:```bash
php artisan vendor:publish --provider="Moman12\DashboardUi\DashboardUiServiceProvider" --tag="assets"
```You can publish and run the migrations with:
```bash
php artisan vendor:publish --provider="Moman12\DashboardUi\DashboardUiServiceProvider" --tag="migrations"
php artisan migrate
```You can publish the config file with:
```bash
php artisan vendor:publish --provider="Moman12\DashboardUi\DashboardUiServiceProvider" --tag="config"
```This is the contents of the published config file:
```php
return [
];
```## Usage
``` php
php artisan ui vue --auth
npm install & npm run watch
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [moman abed](https://github.com/momanabed)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.