Skip to content

haposoft/laravel-7-scaffold

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Laravel 7 Scaffold

Quickly set up skeleton for your Laravel 7.x app

Features:

  • PHP mess detector: ./vendor/bin/phpmd app,database,routes,tests text phpmd.xml
  • PHP_CodeSniffer: ./vendor/bin/phpcs
  • Auto check coding convention using Github Action
  • Authentication by email & password

Install:

  1. Clone this project
  2. Run composer install
  3. Run npm install & npm run dev
  4. Create .env file : cp .env.example .env
  5. Generate app key : php artisan key:generate
  6. Migrate database: php artisan migrate
  7. Seed database: php artisan db:seed
  8. Open up web server: php artisan serve
  9. Browse app: localhost:8000
  10. Login using test account: Email: test@haposoft.com / Password: 123456789

Technical support:

License

MIT license.

Releases

No releases published

Packages

No packages published