Skip to content

laravelで作った管理画面のサンプル

License

Notifications You must be signed in to change notification settings

sirius128/laravel-admin-sample

 
 

Repository files navigation

セットアップ

Makefileにコマンドをまとめてます

  1. dotenvとdocker composeファイルの初期化
make init
  1. 初期セットアップ
make setup

コンテナ起動

docker-compose up -d

テスト実行

Feature Test

make test_feature

Unit Test

make test_unit

About

laravelで作った管理画面のサンプル

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 43.4%
  • HTML 26.1%
  • Less 15.2%
  • Stylus 9.4%
  • Blade 5.2%
  • Makefile 0.4%
  • Other 0.3%