Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ourtechbro/laravel-starter
Laravel 11 Starter with TinyDash admin template
https://github.com/ourtechbro/laravel-starter
laravel laravel-starter laravel10 laravel11 laravel11-starter tinydash
Last synced: about 1 month ago
JSON representation
Laravel 11 Starter with TinyDash admin template
- Host: GitHub
- URL: https://github.com/ourtechbro/laravel-starter
- Owner: ourtechbro
- Created: 2022-02-03T17:07:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T04:24:21.000Z (7 months ago)
- Last Synced: 2024-09-27T14:04:11.364Z (about 2 months ago)
- Topics: laravel, laravel-starter, laravel10, laravel11, laravel11-starter, tinydash
- Language: PHP
- Homepage:
- Size: 3.15 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel-Starter
Laravel Starter is an starter-kit
Laravel Starter is a Laravel 11.x based starter project.
Focused on using Livewire with volt + BootstrapPlease let me know your feedback and comments.
To install follow the [documentation]()
## Reporting a Vulnerability
If you discover any security related issues, please add it to [issue tracker](https://github.com/emtiazzahid/laravel-starter/issues).# Demo
Check the following demo project. It is just a straight installation of the project without any modification.Demo URL: http://laravel-starter.ourtechbro.com
```
User: [email protected]
Pass: password
```### [TinyDash](https://themewagon.com/themes/free-responsive-bootstrap-4-html5-admin-template-tinydash/)
#### Tinydash – Free Responsive Bootstrap 4 HTML5 Admin Template
Author: [colorlib](https://colorlib.com/)Licence on theme source: https://themewagon.com/license/
## Core Features
- User Authentication
- User Profile with Avatar
- Language Switcher
- Localization enable across the project
- Advance user access control ([ACL](https://bit.ly/3iG0F8J))
- [Modular system](https://docs.laravelmodules.com/v9/introduction)
- [Activity Log](https://spatie.be/docs/laravel-activitylog/v4/introduction)
- Built with [Laravel Livewire](https://laravel-livewire.com/)
- [Modular system livewire support](https://github.com/mhmiton/laravel-modules-livewire)
- Each features tested with [PHPUnit](https://laravel.com/docs/9.x/testing)#### Social Login Supports:
- GitHub### CRUD Generator
```php artisan ball:generate Post```
- Undo:
```php artisan ball:undo Post```