Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chirag-s-kotian/laravel-data-fetch
a simple repository for displaying a link details in a page using laravel framework.
https://github.com/chirag-s-kotian/laravel-data-fetch
Last synced: 11 days ago
JSON representation
a simple repository for displaying a link details in a page using laravel framework.
- Host: GitHub
- URL: https://github.com/chirag-s-kotian/laravel-data-fetch
- Owner: Chirag-S-Kotian
- Created: 2024-06-11T15:25:39.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T15:44:21.000Z (8 months ago)
- Last Synced: 2024-12-04T01:09:29.522Z (2 months ago)
- Language: PHP
- Size: 73.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
```markdown
# Times of India ArticlesThis project fetches data from the Times of India RSS feed and displays it in a data table with searching, sorting, and pagination features.
## Installation
Follow these steps to set up the project:
1. Clone the repository:
```bash
git clone https://github.com/Chirag-S-Kotian/laravel-data-fetch.git
cd times-of-india
```2. Install Composer dependencies:
```bash
composer install
```3. Install NPM dependencies:
```bash
npm install && npm run dev
```4. Create and configure your `.env` file:
```bash
cp .env.example .env
php artisan key:generate
```5. Serve the application:
```bash
php artisan serve
```6. Open your browser and go to `http://localhost:8000`.
## Packages Used
- Laravel: ^9.0
- yajra/laravel-datatables-oracle: ^10.0
- jQuery: ^3.6.0
- DataTables: ^1.11.3
- Vite: ^2.0### Final Steps:
1. **Run the Laravel Development Server**:
```bash
php artisan serve
```2. **Open Your Browser**:
Go to `http://localhost:8000` to see the data table in action.