PHP Classes

Laravel Eloquent Query Filter for Article Blogs: Example blog application of Eloquent query filters

Recommend this page to a friend!
  Info   View files Example   View files View files (85)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Last Updated Ratings Unique User Downloads Download Rankings
2023-12-28 (9 days ago) RSS 2.0 feedNot yet rated by the usersTotal: 14 This week: 3All time: 11,184 This week: 26Up
Version License PHP version Categories
laravel-eloquent-que 1.0.0The PHP License5PHP 5, Libraries, Web services, Desig..., A...
Description 

Author

This package implements an example blog application of Eloquent query filters.

It implements a blog application with a Web interface and an API using Laravel.

The package uses the Laravel Eloquent query filtering application to define conditions for the blog article objects that match specific criteria.

Picture of Nahidul Hasan
  Performance   Level  
Innovation award
Innovation award
Nominee: 7x

 

Example

<?php

/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/

Route::get('/', function () {
    return
view('welcome');
});

Route::resource('articles','ArticleController');


Details

Laravel-eloquent-query-filtering

Quick Start

  • Clone this repo or download and extract it somewhere
  • You may delete .git folder if you get this code via git clone
  • Create .env file from copy .env.example
  • Run ``npm install``
  • Run ```composer update```
  • Set your database in .env file
  • Run migration command
  • Run ```php artisan serve```

    Now you can browse using this url 
    
    

  Files folder image Files  
File Role Description
Files folder imageapp (6 directories)
Files folder imagebootstrap (1 file)
Files folder imageconfig (13 files)
Files folder imagedatabase (3 directories)
Files folder imagepublic (4 files, 2 directories)
Files folder imageresources (4 directories)
Files folder imageroutes (4 files)
Files folder imagetests (2 files, 2 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file .env.example Data Auxiliary data
Accessible without login Plain text file .styleci.yml Data Auxiliary data
Plain text file artisan Class Class source
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file package.json Data Auxiliary data
Accessible without login Plain text file phpunit.xml Data Auxiliary data
Accessible without login Plain text file readme.md Doc. Documentation
Accessible without login Plain text file server.php Aux. Auxiliary script
Accessible without login Plain text file webpack.mix.js Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:14
This week:3
All time:11,184
This week:26Up