https://github.com/myxiaoao/default-credentials-cheat-sheet
Filament Tables with Livewire: Full Page Component!
https://github.com/myxiaoao/default-credentials-cheat-sheet
Last synced: 2 months ago
JSON representation
Filament Tables with Livewire: Full Page Component!
- Host: GitHub
- URL: https://github.com/myxiaoao/default-credentials-cheat-sheet
- Owner: myxiaoao
- Created: 2024-11-17T07:49:27.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-18T00:20:45.000Z (7 months ago)
- Last Synced: 2025-01-26T04:08:39.828Z (4 months ago)
- Language: PHP
- Size: 685 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Default Credentials Cheat Sheet
One place for all the default credentials to assist pentesters during an engagement, this document has several products
default login/password gathered from multiple sources.Data From: https://github.com/ihebski/DefaultCreds-cheat-sheet
## Filament Tables with Livewire: Full Page Component!


- This is a demo of the Filament Tables package with Livewire.
- The table is built using the Table Builder and the data is fetched using Livewire.
- The theme is toggled using local storage and the table is responsive.Docs: https://filamentphp.com/docs/3.x/tables/installation
### Steps to run the project
- Clone the repository
- `cp .env.example .env`
- `composer install`
- `touch database/database.sqlite`
- `php artisan key:generate`
- `php artisan migrate:fresh --seed`
- `php artisan serve`### Screenshot

## License
The project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).