PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Edward Paul   SDUI Laravel News Package   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: SDUI Laravel News Package
Allows users to publish news articles on a site
Author: By
Last change:
Date: 1 year ago
Size: 689 bytes
 

Contents

Class file image Download

<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!!