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.
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.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run
composer install
to install PHP dependencies. - Run
npm install
to install JavaScript dependencies. - Copy
.env.example
to.env
and configure your database settings. - Run
php artisan key:generate
to generate an application key. - Run
php artisan migrate
to create the database tables. - Run
php artisan serve
to start the application.
Contributions are welcome! Please feel free to submit a pull request.
This project is open-source software licensed under the MIT license.