https://github.com/isaiasxavier/bglvlch
Built in Laravel, Blog developed in Laravel 11
https://github.com/isaiasxavier/bglvlch
blade blog laravel-framework php8 select2 tailwindcss
Last synced: 3 months ago
JSON representation
Built in Laravel, Blog developed in Laravel 11
- Host: GitHub
- URL: https://github.com/isaiasxavier/bglvlch
- Owner: isaiasxavier
- Created: 2024-06-16T18:37:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-25T09:34:38.000Z (12 months ago)
- Last Synced: 2025-01-29T12:28:19.285Z (5 months ago)
- Topics: blade, blog, laravel-framework, php8, select2, tailwindcss
- Language: Blade
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LaravelDaily Challenge Project
This project is a solution to a challenge proposed by LaravelDaily. It's a simple web application built using PHP,
TailwindCSS, npm, and Composer, MySQL with Laravel as the main framework.## Project Overview
The application displays a list of articles on the homepage. Each article is displayed as a card with an image, title, and a brief excerpt of the content. Users can click on the 'Read more' button to view the full article.
## Installation and Setup
1. Clone the repository to your local machine.
2. Navigate to the project directory.
3. Run `composer install` to install PHP dependencies.
4. Run `npm install` to install JavaScript dependencies.
5. Copy `.env.example` to `.env` and configure your database settings.
6. Run `php artisan key:generate` to generate an application key.
7. Run `php artisan migrate` to create the database tables.
8. Run `php artisan serve` to start the application.## Contributing
Contributions are welcome! Please feel free to submit a pull request.
## License
This project is open-source software licensed under the [MIT license](http://opensource.org/licenses/MIT).