Skip to content

infinitypaul/sdui

Repository files navigation

NEWS CRUD

Creator

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages