- Complete GGZ Ecademy Laravel backend application - RESTful API for learning products, members, filters - Authentication and authorization system - Database migrations and seeders - Custom CRUD generator commands - Email notification system - Integration with frontend applications
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/.local/
|
||||
/node_modules/
|
||||
/public/hot/
|
||||
/public/storage/
|
||||
/storage/debugbar/
|
||||
/storage/*.key
|
||||
/vendor
|
||||
/.vscode
|
||||
.DS_Store
|
||||
.env
|
||||
.env.backup
|
||||
.phpunit.result.cache
|
||||
Homestead.json
|
||||
Homestead.yaml
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
Reference in New Issue
Block a user