scaffold laravel 12 backend
composer create-project laravel/laravel + artisan install:api. sanctum removed (custom session-cookie auth per ai/backend-context). personal_access_tokens migration + config/sanctum.php deleted. default .gitignore excludes vendor/, .env, etc - composer install recreates vendor at setup time.
This commit is contained in:
parent
5425df0eae
commit
c03ffc8941
57 changed files with 10758 additions and 0 deletions
9
backend/storage/framework/.gitignore
vendored
Normal file
9
backend/storage/framework/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
compiled.php
|
||||
config.php
|
||||
down
|
||||
events.scanned.php
|
||||
maintenance.php
|
||||
routes.php
|
||||
routes.scanned.php
|
||||
schedule-*
|
||||
services.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue