An open API service indexing awesome lists of open source software.

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

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).