Set up a fresh Laravel app

هذا الالتزام موجود في:
2025-05-24 01:16:24 +03:00
التزام 76c2ab12c8
56 ملفات معدلة مع 10395 إضافات و0 حذوفات

4
storage/app/.gitignore مباع Normal file
عرض الملف

@@ -0,0 +1,4 @@
*
!private/
!public/
!.gitignore

2
storage/app/private/.gitignore مباع Normal file
عرض الملف

@@ -0,0 +1,2 @@
*
!.gitignore

2
storage/app/public/.gitignore مباع Normal file
عرض الملف

@@ -0,0 +1,2 @@
*
!.gitignore

9
storage/framework/.gitignore مباع Normal file
عرض الملف

@@ -0,0 +1,9 @@
compiled.php
config.php
down
events.scanned.php
maintenance.php
routes.php
routes.scanned.php
schedule-*
services.json

3
storage/framework/cache/.gitignore مباع Normal file
عرض الملف

@@ -0,0 +1,3 @@
*
!data/
!.gitignore

عرض الملف

@@ -0,0 +1,2 @@
*
!.gitignore

2
storage/framework/sessions/.gitignore مباع Normal file
عرض الملف

@@ -0,0 +1,2 @@
*
!.gitignore

2
storage/framework/testing/.gitignore مباع Normal file
عرض الملف

@@ -0,0 +1,2 @@
*
!.gitignore

2
storage/framework/views/.gitignore مباع Normal file
عرض الملف

@@ -0,0 +1,2 @@
*
!.gitignore

2
storage/logs/.gitignore مباع Normal file
عرض الملف

@@ -0,0 +1,2 @@
*
!.gitignore