Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 + Bootstrap

Please 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:
- Facebook
- Google
- Twitter
- GitHub

### CRUD Generator

```php artisan ball:generate Post```

- Undo:

```php artisan ball:undo Post```