Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/infinitypaul/sdui


https://github.com/infinitypaul/sdui

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

NEWS CRUD


Creator

## Tech Stack

* Laravel
* SQLLite
* PHP

## Download Instruction

1. Clone the project.

```
git clone https://github.com/infinitypaul/sdui.git projectname
```

2. Install dependencies via composer.

```
composer install
```

2. SQLite Configuration

```
touch database/database.sqlite

//Add to your env

DB_CONNECTION=sqlite
DB_FOREIGN_KEYS=true

```

3. Migrate and seed the Database.

```
php artisan migrate --seed
```

4. Run Test.

```
php artisan test
```

5. Run php server.

```
php artisan serve
```

6. Available Command.

```
php artisan clean:news
```

Enjoy!!