Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
El-Captain Sports Management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
El-Captain Sports Management
Commits
17079697
Commit
17079697
authored
Jun 29, 2026
by
Mahmoud Aglan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stuff
parent
adf64bd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
CLAUDE.md
CLAUDE.md
+2
-2
DatabaseSeeder.php
database/seeders/DatabaseSeeder.php
+3
-3
No files found.
CLAUDE.md
View file @
17079697
...
@@ -46,8 +46,8 @@ php artisan tinker # REPL
...
@@ -46,8 +46,8 @@ php artisan tinker # REPL
```
```
## Login Credentials (dev)
## Login Credentials (dev)
-
Email:
`admin@
elcaptain
.com`
-
Email:
`admin@
oc-sport
.com`
-
Password:
`
password
`
-
Password:
`
Alarcade123#
`
## Rules
## Rules
-
Laravel Discipline is ALWAYS active (see global CLAUDE.md)
-
Laravel Discipline is ALWAYS active (see global CLAUDE.md)
...
...
database/seeders/DatabaseSeeder.php
View file @
17079697
...
@@ -27,13 +27,13 @@ public function run(): void
...
@@ -27,13 +27,13 @@ public function run(): void
);
);
$admin
=
User
::
firstOrCreate
(
$admin
=
User
::
firstOrCreate
(
[
'email'
=>
'admin@
elcaptain
.com'
],
[
'email'
=>
'admin@
oc-sport
.com'
],
[
[
'academy_id'
=>
$academy
->
id
,
'academy_id'
=>
$academy
->
id
,
'name'
=>
'Mahmoud Aglan'
,
'name'
=>
'Mahmoud Aglan'
,
'name_ar'
=>
'محمود عجلان'
,
'name_ar'
=>
'محمود عجلان'
,
'email'
=>
'admin@
elcaptain
.com'
,
'email'
=>
'admin@
oc-sport
.com'
,
'password'
=>
Hash
::
make
(
'
password
'
),
'password'
=>
Hash
::
make
(
'
Alarcade123#
'
),
'status'
=>
'active'
,
'status'
=>
'active'
,
]
]
);
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment