https://github.com/devhau/livewire-laravel-blog
https://github.com/devhau/livewire-laravel-blog
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devhau/livewire-laravel-blog
- Owner: devhau
- License: mit
- Created: 2021-05-28T03:47:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T02:27:16.000Z (about 5 years ago)
- Last Synced: 2025-02-25T05:45:31.664Z (over 1 year ago)
- Language: PHP
- Homepage: https://livewire-admin.hau.xyz/
- Size: 3.45 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Livewire Admin
[]()
[](https://github.com/devhau/livewire-admin/issues)
[](https://github.com/devhau/livewire-admin/pulls)
[](/LICENSE)
---
Few lines describing your project.
## 📝 Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [Deployment](#deployment)
- [Usage](#usage)
- [Built Using](#built_using)
- [TODO](../TODO.md)
- [Contributing](../CONTRIBUTING.md)
- [Authors](#authors)
- [Acknowledgments](#acknowledgement)
Write about 1-2 paragraphs describing the purpose of your project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See [deployment](#deployment) for notes on how to deploy the project on a live system.
### Prerequisites
What things you need to install the software and how to install them.
### Installing
A step by step series of examples that tell you how to get a development env running.
Say what the step will be
```
composer install
```
```
npm install
```
```
php artisan migrate --seed
```
```
php artisan serv
```
```
go to : http://127.0.0.1:8000/admin
```
```
account : nguyenvanhaudev@gmail.com
password : @1234
```
End with an example of getting some data out of the system or using it for a little demo.
## Sreens








Explain how to run the automated tests for this system.
### Break down into end to end tests
Explain what these tests test and why
```
Give an example
```
### And coding style tests
Explain what these tests test and why
```
Give an example
```
Add notes about how to use the system.
Add additional notes about how to deploy this on a live system.
- [Laravel 8](https://www.laravel.com/) - Server Environment
- [Livewire 2](https://laravel-livewire.com) - Fullstack
- [alpinejs 2.8.*](https://github.com/alpinejs/alpine) - JavaScript framework
- [Bootstrap 5](https://getbootstrap.com/) - Web Framework
- [@adminkit/core](https://github.com/adminkit/adminkit) - Template for admin
- [@devhau](https://github.com/devhau) - Idea & Initial work
See also the list of [contributors](https://github.com/https://github.com/devhau/livewire-admin/contributors) who participated in this project.
- Hat tip to anyone whose code was used
- Inspiration
- References