LARAVEL-main
laravel
Laravel1
app
Providers
AppServiceProvider.php
431B
BroadcastServiceProvider.php
401B
EventServiceProvider.php
717B
RouteServiceProvider.php
2KB
AuthServiceProvider.php
615B
Exceptions
Handler.php
793B
Http
Kernel.php
2KB
Controllers
LocationController.php
2KB
ProfileController.php
2KB
Controller.php
374B
LevelController.php
2KB
GroupController.php
2KB
Middleware
TrustProxies.php
608B
TrustHosts.php
374B
PreventRequestsDuringMaintenance.php
370B
EncryptCookies.php
311B
TrimStrings.php
358B
Authenticate.php
490B
VerifyCsrfToken.php
324B
RedirectIfAuthenticated.php
766B
Console
Kernel.php
868B
Models
Profile.php
364B
User.php
1KB
Group.php
273B
Location.php
281B
Level.php
271B
bootstrap
app.php
2KB
package.json
491B
composer.json
2KB
composer.lock
269KB
phpunit.xml
1KB
config
database.php
5KB
services.php
983B
session.php
7KB
cache.php
3KB
auth.php
4KB
cors.php
880B
app.php
9KB
hashing.php
2KB
mail.php
3KB
logging.php
3KB
broadcasting.php
2KB
filesystems.php
2KB
view.php
1KB
queue.php
3KB
artisan
2KB
database
seeders
LevelSeeder.php
273B
GroupSeeder.php
247B
ProfileSeeder.php
1015B
LocationSeeder.php
990B
DatabaseSeeder.php
643B
factories
LevelFactory.php
571B
ProfileFactory.php
493B
UserFactory.php
968B
LocationFactory.php
496B
GroupFactory.php
565B
migrations
2013_02_02_190915_create_levels_table.php
691B
2019_08_19_000000_create_failed_jobs_table.php
856B
2021_02_02_192417_create_to_users_groups_table.php
1KB
2014_10_12_000000_create_users_table.php
1KB
2014_10_12_100000_create_password_resets_table.php
715B
2021_02_02_192038_create_groups_table.php
691B
2021_02_02_185343_create_locations_table.php
1015B
2021_02_02_183139_create_profiles_table.php
1KB
暂无评论