NEWS CRUD
- Laravel
- SQLLite
- PHP
- 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!!