dcodegroup / ui-presets
DCODE FrontEnd preset for Laravel.
Installs: 8 081
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Language:Blade
Requires
- illuminate/support: ^7.0|^8.0
- laravel/ui: ^3.0
README
To include the Front End files run the following command:
php artisan ui dcode-preset-ui
This command will:
- overwrite existing auth blades,
- include admin layouts for user list and edit,
- add a kitchen sink layout presenting all the components we use,
- provide the sass settings to use the sass-lib package,
- and import the standard vue components used for our projects.