Download <p align="center">NEWS CRUD</p>
<p align="center"><a href="https://infinitypaul.medium.com">Creator</a></p>
Tech Stack
Download Instruction
-
Clone the project.
git clone https://github.com/infinitypaul/sdui.git projectname
-
Install dependencies via composer.
composer install
-
SQLite Configuration
touch database/database.sqlite
//Add to your env
DB_CONNECTION=sqlite
DB_FOREIGN_KEYS=true
-
Migrate and seed the Database.
php artisan migrate --seed
-
Run Test.
php artisan test
-
Run php server.
php artisan serve
-
Available Command.
php artisan clean:news
Enjoy!!
|