File Structure
Here is the general file structure of the template:
-
-
-
-
-
app
- Console
- DataTables
- Exceptions
- Helpers
- Http
- Providers
- views
- AppLayout.php
- auth-effect.php
- auth-session-status.php
- auth-validation-errors.php
- GuestLayout.php
- GuestLayout.php
- HeaderBreadcrumb.php
-
js
- charts
- plugins
- qompac-ui.js
- all js which are used globally
-
-
bootstrap
- cache
- app.php
-
config
- app.php
- auth.php
- broadcasting.php
- cache.php
- constant.php
- cors.php
- database.php
- datatables-buttons.php
- datatables.php
- filesystems.php
- hashing.php
- logging.php
- mail.php
- media-library.php
-
bootstrap
- database
-
- factories
- AppSettingFactory.php
- UserFactory.php
- UserFactory.php
- migrations
- seeders
- AppSettingFactory.php
- UserFactory.php
- UserFactory.php
- factories
-
app
-
-
-
public
- css
- js
- laravel-js
- scss
- vendor
- .htaccess
- favicon.ico
- index.php
- mix-manifest.json
- robots.txt
- web.config
-
resources
-
css
- app.css
- js
- lang
- sass
-
view
- auth
- components
- dashboards
- errors
- forms
- global
- icons
- layouts
- maps
- permission-role
- plugins
- special-pages
- table
- ui-elements
- users
- vendor
- blankpage.blade.php
- privacy-policy.blade.php
- terms-of-use.blade.php
- uisheet.blade.php
-
css
-
public
- routes
-
modules
- appointment.php
- e-commerce.php
- api.php
- auth.php
- channels.php
- console.php
- web.php
-
-
storage
- app
- framework
- logs
-
- Feature
- AuthenticationTest.php
- EmailVerificationTest.php
- ExampleTest.php
- PasswordConfirmationTest.php
- unit
- ExampleTest.php
- CreatesApplication.php
- TestCase.php