progetto di test della creazione di un progetto basato sul framework laravel e aggiunta form login e register utilizzando breeze
filippo.bertilotti
2024-04-11 fae1b137acd4acce59e5175400044e195e6b01ce
refs
author filippo.bertilotti <filippobertilotti@gmail.com>
Thursday, April 11, 2024 11:58 +0200
committer filippo.bertilotti <filippobertilotti@gmail.com>
Thursday, April 11, 2024 11:58 +0200
commitfae1b137acd4acce59e5175400044e195e6b01ce
tree 052e1518fe7cdedb0ff3c2c5c0724db05d18c046 tree | zip | gz
parent dd9db391dd82872ccc11e9de746b84363f36ffba view | diff
inizializzazione progetto laravel
78 files added
11174 ■■■■■ changed files
.editorconfig 18 ●●●●● diff | view | raw | blame | history
.env.example 59 ●●●●● diff | view | raw | blame | history
README.md 66 ●●●●● diff | view | raw | blame | history
app/Console/Kernel.php 27 ●●●●● diff | view | raw | blame | history
app/Exceptions/Handler.php 30 ●●●●● diff | view | raw | blame | history
app/Http/Controllers/Controller.php 12 ●●●●● diff | view | raw | blame | history
app/Http/Kernel.php 68 ●●●●● diff | view | raw | blame | history
app/Http/Middleware/Authenticate.php 17 ●●●●● diff | view | raw | blame | history
app/Http/Middleware/EncryptCookies.php 17 ●●●●● diff | view | raw | blame | history
app/Http/Middleware/PreventRequestsDuringMaintenance.php 17 ●●●●● diff | view | raw | blame | history
app/Http/Middleware/RedirectIfAuthenticated.php 30 ●●●●● diff | view | raw | blame | history
app/Http/Middleware/TrimStrings.php 19 ●●●●● diff | view | raw | blame | history
app/Http/Middleware/TrustHosts.php 20 ●●●●● diff | view | raw | blame | history
app/Http/Middleware/TrustProxies.php 28 ●●●●● diff | view | raw | blame | history
app/Http/Middleware/ValidateSignature.php 22 ●●●●● diff | view | raw | blame | history
app/Http/Middleware/VerifyCsrfToken.php 17 ●●●●● diff | view | raw | blame | history
app/Models/User.php 45 ●●●●● diff | view | raw | blame | history
app/Providers/AppServiceProvider.php 24 ●●●●● diff | view | raw | blame | history
app/Providers/AuthServiceProvider.php 26 ●●●●● diff | view | raw | blame | history
app/Providers/BroadcastServiceProvider.php 19 ●●●●● diff | view | raw | blame | history
app/Providers/EventServiceProvider.php 38 ●●●●● diff | view | raw | blame | history
app/Providers/RouteServiceProvider.php 40 ●●●●● diff | view | raw | blame | history
artisan 53 ●●●●● diff | view | raw | blame | history
bootstrap/app.php 55 ●●●●● diff | view | raw | blame | history
bootstrap/cache/.gitignore 2 ●●●●● diff | view | raw | blame | history
composer.json 66 ●●●●● diff | view | raw | blame | history
composer.lock 8137 ●●●●● diff | view | raw | blame | history
config/app.php 188 ●●●●● diff | view | raw | blame | history
config/auth.php 115 ●●●●● diff | view | raw | blame | history
config/broadcasting.php 71 ●●●●● diff | view | raw | blame | history
config/cache.php 111 ●●●●● diff | view | raw | blame | history
config/cors.php 34 ●●●●● diff | view | raw | blame | history
config/database.php 151 ●●●●● diff | view | raw | blame | history
config/filesystems.php 76 ●●●●● diff | view | raw | blame | history
config/hashing.php 54 ●●●●● diff | view | raw | blame | history
config/logging.php 131 ●●●●● diff | view | raw | blame | history
config/mail.php 134 ●●●●● diff | view | raw | blame | history
config/queue.php 109 ●●●●● diff | view | raw | blame | history
config/sanctum.php 83 ●●●●● diff | view | raw | blame | history
config/services.php 34 ●●●●● diff | view | raw | blame | history
config/session.php 214 ●●●●● diff | view | raw | blame | history
config/view.php 36 ●●●●● diff | view | raw | blame | history
database/.gitignore 1 ●●●● diff | view | raw | blame | history
database/factories/UserFactory.php 44 ●●●●● diff | view | raw | blame | history
database/migrations/2014_10_12_000000_create_users_table.php 32 ●●●●● diff | view | raw | blame | history
database/migrations/2014_10_12_100000_create_password_reset_tokens_table.php 28 ●●●●● diff | view | raw | blame | history
database/migrations/2019_08_19_000000_create_failed_jobs_table.php 32 ●●●●● diff | view | raw | blame | history
database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php 33 ●●●●● diff | view | raw | blame | history
database/seeders/DatabaseSeeder.php 22 ●●●●● diff | view | raw | blame | history
package.json 13 ●●●●● diff | view | raw | blame | history
phpunit.xml 32 ●●●●● diff | view | raw | blame | history
public/.htaccess 21 ●●●●● diff | view | raw | blame | history
public/favicon.ico diff | view | raw | blame | history
public/index.php 55 ●●●●● diff | view | raw | blame | history
public/prova.php 2 ●●●●● diff | view | raw | blame | history
public/robots.txt 2 ●●●●● diff | view | raw | blame | history
resources/css/app.css diff | view | raw | blame | history
resources/js/app.js 1 ●●●● diff | view | raw | blame | history
resources/js/bootstrap.js 32 ●●●●● diff | view | raw | blame | history
resources/views/welcome.blade.php 133 ●●●●● diff | view | raw | blame | history
routes/api.php 19 ●●●●● diff | view | raw | blame | history
routes/channels.php 18 ●●●●● diff | view | raw | blame | history
routes/console.php 19 ●●●●● diff | view | raw | blame | history
routes/web.php 18 ●●●●● diff | view | raw | blame | history
storage/app/.gitignore 3 ●●●●● diff | view | raw | blame | history
storage/app/public/.gitignore 2 ●●●●● diff | view | raw | blame | history
storage/framework/.gitignore 9 ●●●●● diff | view | raw | blame | history
storage/framework/cache/.gitignore 3 ●●●●● diff | view | raw | blame | history
storage/framework/cache/data/.gitignore 2 ●●●●● diff | view | raw | blame | history
storage/framework/sessions/.gitignore 2 ●●●●● diff | view | raw | blame | history
storage/framework/testing/.gitignore 2 ●●●●● diff | view | raw | blame | history
storage/framework/views/.gitignore 2 ●●●●● diff | view | raw | blame | history
storage/logs/.gitignore 2 ●●●●● diff | view | raw | blame | history
tests/CreatesApplication.php 21 ●●●●● diff | view | raw | blame | history
tests/Feature/ExampleTest.php 19 ●●●●● diff | view | raw | blame | history
tests/TestCase.php 10 ●●●●● diff | view | raw | blame | history
tests/Unit/ExampleTest.php 16 ●●●●● diff | view | raw | blame | history
vite.config.js 11 ●●●●● diff | view | raw | blame | history