https://github.com/angelprz8a/laravel_livewire
A project about a blog where you can create questions and answer them, using livewire 2 to make the page more dinamic
https://github.com/angelprz8a/laravel_livewire
laravel10 livewire2 tailwindcss3 vite
Last synced: 23 days ago
JSON representation
A project about a blog where you can create questions and answer them, using livewire 2 to make the page more dinamic
- Host: GitHub
- URL: https://github.com/angelprz8a/laravel_livewire
- Owner: AngelPrz8a
- License: mit
- Created: 2023-12-01T09:51:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-06T00:18:20.000Z (over 2 years ago)
- Last Synced: 2025-02-22T23:26:23.749Z (over 1 year ago)
- Topics: laravel10, livewire2, tailwindcss3, vite
- Language: PHP
- Homepage:
- Size: 378 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## The best dinamic Blog
A project about a blog where you can create questions and answer them, using livewire 2 to make the page more dinamic
## Tech Stack
**Client:** [TailwindCSS 3](https://tailwindcss.com)
**Server:** [Laravel 10](https://laravel.com/), [Livewire 2](https://laravel-livewire.com/docs/2.x/quickstart)
## Installation
1. Clone this repository.
2. Navegate to the project directory
3. Run `composer install` to install the dependencies.
4. Configure your environment variables.
5. Run `php artisan key:generate` to generate an application key.
6. Run `php artisan migrate` to create the tables in your database.
7. Run `php artisan db:seed` to fill the database with test data.
## Screenshots

## Links
[](https://angelprz8a.github.io/Portafolio/)
[](https://www.linkedin.com/in/angelprz8a/)
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).