Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/saeedvaziry/laravel-best-practice
- Owner: saeedvaziry
- Created: 2020-10-14T09:07:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-14T09:20:50.000Z (about 4 years ago)
- Last Synced: 2024-05-02T05:15:25.263Z (6 months ago)
- Language: PHP
- Size: 70.3 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`