sourovahmad / simpleui
Generate a dashboard in 2 minutes
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
pkg:composer/sourovahmad/simpleui
This package is auto-updated.
Last update: 2025-10-29 02:57:33 UTC
README
Preview
Usage
- Install Laravel project
- Run
composer require sourovahmad/simpleui - Run
php artisan simpleui:install- it will show a success message - That's it, now you have admin dashboard Look at your resource file
Add this Route at your web.php file
Route::view('simpleui', 'sourovahmad.simpleUI.index');
Locate The Sources
resource -> views -> sourovahmad
Done
License
The MIT License (MIT). Please see License File for more information.