Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-06T00:18:20.000Z (11 months ago)
- Last Synced: 2023-12-06T01:25:09.473Z (11 months 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![Screenshot](https://github.com/AngelPrz008a/Laravel_Livewire/blob/main/public/images/screenshot.png)
## Links
[![portfolio](https://img.shields.io/badge/my_portfolio-000?style=for-the-badge&logo=ko-fi&logoColor=white)](https://angelprz8a.github.io/Portafolio/)
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/angelprz8a/)## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).