Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saeedvaziry/laravel-best-practice

Simple Laravel Best Practice with Test
https://github.com/saeedvaziry/laravel-best-practice

Last synced: 27 days ago
JSON representation

Simple Laravel Best Practice with Test

Awesome Lists containing this project

README

        

# Laravel Best Practice

## Initial the app

1. Rename the `.env.example` to `.env`
1. Run `composer install`
2. Create `databases/database.sqlite`
3. Run `php artisan migrate`
4. Run `./vendor/bin/phpunit`