Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moman13/vuexy-ui-scaffolding-for-laravel-
Vuexy Ui scaffolding
https://github.com/moman13/vuexy-ui-scaffolding-for-laravel-
css html laravel laravelui livewire scaffolding template vuexy
Last synced: about 2 hours ago
JSON representation
Vuexy Ui scaffolding
- Host: GitHub
- URL: https://github.com/moman13/vuexy-ui-scaffolding-for-laravel-
- Owner: moman13
- License: mit
- Created: 2021-09-06T11:46:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T11:56:06.000Z (over 3 years ago)
- Last Synced: 2024-11-12T11:42:46.760Z (2 months ago)
- Topics: css, html, laravel, laravelui, livewire, scaffolding, template, vuexy
- Language: CSS
- Homepage:
- Size: 12.3 MB
- Stars: 1
- 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.