Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Changeset
Next Changeset
→
Changeset 2fc88ec
Timestamp:
09/27/21 18:43:11 (
3 years
ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop
,
master
Children:
7304c7f
Message:
initial commit
Files:
86 added
.editorconfig
(added)
.env.example
(added)
.gitattributes
(added)
.gitignore
(added)
.styleci.yml
(added)
README.md
(added)
app/Console/Kernel.php
(added)
app/Exceptions/Handler.php
(added)
app/Http/Controllers/Controller.php
(added)
app/Http/Kernel.php
(added)
app/Http/Middleware/Authenticate.php
(added)
app/Http/Middleware/EncryptCookies.php
(added)
app/Http/Middleware/PreventRequestsDuringMaintenance.php
(added)
app/Http/Middleware/RedirectIfAuthenticated.php
(added)
app/Http/Middleware/TrimStrings.php
(added)
app/Http/Middleware/TrustHosts.php
(added)
app/Http/Middleware/TrustProxies.php
(added)
app/Http/Middleware/VerifyCsrfToken.php
(added)
app/Models/User.php
(added)
app/Providers/AppServiceProvider.php
(added)
app/Providers/AuthServiceProvider.php
(added)
app/Providers/BroadcastServiceProvider.php
(added)
app/Providers/EventServiceProvider.php
(added)
app/Providers/RouteServiceProvider.php
(added)
artisan
(added)
bootstrap/app.php
(added)
bootstrap/cache/.gitignore
(added)
composer.json
(added)
composer.lock
(added)
config/app.php
(added)
config/auth.php
(added)
config/broadcasting.php
(added)
config/cache.php
(added)
config/cors.php
(added)
config/database.php
(added)
config/filesystems.php
(added)
config/hashing.php
(added)
config/logging.php
(added)
config/mail.php
(added)
config/queue.php
(added)
config/sanctum.php
(added)
config/services.php
(added)
config/session.php
(added)
config/view.php
(added)
database/.gitignore
(added)
database/factories/UserFactory.php
(added)
database/migrations/2014_10_12_000000_create_users_table.php
(added)
database/migrations/2014_10_12_100000_create_password_resets_table.php
(added)
database/migrations/2019_08_19_000000_create_failed_jobs_table.php
(added)
database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
(added)
database/seeders/DatabaseSeeder.php
(added)
package-lock.json
(added)
package.json
(added)
phpunit.xml
(added)
public/.htaccess
(added)
public/favicon.ico
(added)
public/index.php
(added)
public/robots.txt
(added)
public/web.config
(added)
resources/css/app.css
(added)
resources/js/app.js
(added)
resources/js/bootstrap.js
(added)
resources/lang/en/auth.php
(added)
resources/lang/en/pagination.php
(added)
resources/lang/en/passwords.php
(added)
resources/lang/en/validation.php
(added)
resources/views/welcome.blade.php
(added)
routes/api.php
(added)
routes/channels.php
(added)
routes/console.php
(added)
routes/web.php
(added)
server.php
(added)
storage/app/.gitignore
(added)
storage/app/public/.gitignore
(added)
storage/framework/.gitignore
(added)
storage/framework/cache/.gitignore
(added)
storage/framework/cache/data/.gitignore
(added)
storage/framework/sessions/.gitignore
(added)
storage/framework/testing/.gitignore
(added)
storage/framework/views/.gitignore
(added)
storage/logs/.gitignore
(added)
tests/CreatesApplication.php
(added)
tests/Feature/ExampleTest.php
(added)
tests/TestCase.php
(added)
tests/Unit/ExampleTest.php
(added)
webpack.mix.js
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive