PHP Classes

SDUI Laravel News Package: Allows users to publish news articles on a site

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 19 All time: 11,370 This week: 673Up
Version License PHP version Categories
sdui 1.0The PHP License5PHP 5, Content management
Description 

Author

This package allows users to publish news articles on a site.

It implements an application based on the Laravel framework that allows users to perform several operations to publish news articles.

The package allows users to view, create, update and delete news articles using either Web pages or an API.

Picture of Edward Paul
  Performance   Level  
Innovation award
Innovation award
Nominee: 12x

Winner: 1x

 

Documentation

<p align="center">NEWS CRUD</p> <p align="center"><a href="https://infinitypaul.medium.com">Creator</a></p>

Tech Stack

  • Laravel
  • SQLLite
  • PHP

Download Instruction

  1. Clone the project.
git clone https://github.com/infinitypaul/sdui.git projectname

  1. Install dependencies via composer.
composer install 

  1. SQLite Configuration
touch database/database.sqlite

//Add to your env

DB_CONNECTION=sqlite
DB_FOREIGN_KEYS=true

  1. Migrate and seed the Database.
php artisan migrate --seed

  1. Run Test.
php artisan test

  1. Run php server.
php artisan serve

  1. Available Command.
php artisan clean:news 

Enjoy!!


  Files folder image Files (83)  
File Role Description
Files folder imageapp (8 directories)
Files folder imagebootstrap (1 file)
Files folder imageconfig (15 files)
Files folder imagedatabase (3 directories)
Files folder imagelang (1 directory)
Files folder imagepublic (3 files)
Files folder imageresources (2 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
Plain text file .phpstorm.meta.php Class Class source
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 webpack.mix.js Data Auxiliary data
Plain text file _ide_helper.php Class Class source
Plain text file _ide_helper_models.php Class Class source

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:19
This week:0
All time:11,370
This week:673Up