first commit
This commit is contained in:
.editorconfig.env.example.gitattributes.gitignoreREADME.mdController.phpKernel.phpartisan
app
Console
Exceptions
Http
Controllers
Admin
Charts
DemoCatalogsCrudController.phpNewsCatalogCrudController.phpNewsCrudController.phpUserCrudController.phpMiddleware
Authenticate.phpCheckIfAdmin.phpEncryptCookies.phpPreventRequestsDuringMaintenance.phpRedirectIfAuthenticated.phpTrimStrings.phpTrustHosts.phpTrustProxies.phpValidateSignature.phpVerifyCsrfToken.php
Requests
Models
Providers
bootstrap
composer.jsoncomposer.lockconfig
app.phpauth.php
backpack
broadcasting.phpcache.phpcors.phpdatabase.phpelfinder.phpfilesystems.phpgravatar.phphashing.phplogging.phpmail.phppermission.phpqueue.phpsanctum.phpservices.phpsession.phpview.phpdatabase
.gitignore
factories
migrations
2014_10_12_000000_create_users_table.php2014_10_12_100000_create_password_reset_tokens_table.php2019_08_19_000000_create_failed_jobs_table.php2019_12_14_000001_create_personal_access_tokens_table.php2020_03_31_114745_remove_backpackuser_model.php2023_11_12_073759_create_permission_tables.php2023_11_13_032245_create_demo_catalogs_table.php2024_12_20_115158_create_news_catalogs_table.php2024_12_20_115219_create_news_table.php
seeders
lang
package-lock.jsonpackage.jsonpackages/ericli1018
phpunit.xmlpublic
resources
routes
run_artisanrun_composerrun_npmrun_npxrun_phprun_yarnssl_cert.pemssl_key.pemstorage
app
framework
logs
tests
vite.config.js
13
package.json
Normal file
13
package.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"axios": "^1.1.2",
|
||||
"laravel-vite-plugin": "^0.8.0",
|
||||
"vite": "^4.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user