next file
Showing
.env.example
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
artisan
0 → 100644
bootstrap/app.php
0 → 100644
bootstrap/autoload.php
0 → 100644
bootstrap/cache/.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "laravel/laravel", | ||
"description": "The Laravel Framework.", | ||
"keywords": ["framework", "laravel"], | ||
"license": "MIT", | ||
"type": "project", | ||
"require": { | ||
"php": ">=5.6.4", | ||
"laravel/framework": "5.3.*" | ||
}, | ||
"require-dev": { | ||
"fzaninotto/faker": "~1.4", | ||
"mockery/mockery": "0.9.*", | ||
"phpunit/phpunit": "~5.0", | ||
"symfony/css-selector": "3.1.*", | ||
"symfony/dom-crawler": "3.1.*" | ||
}, | ||
"autoload": { | ||
"classmap": [ | ||
"database" | ||
], | ||
"psr-4": { | ||
"App\\": "app/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"classmap": [ | ||
"tests/TestCase.php" | ||
] | ||
}, | ||
"scripts": { | ||
"post-root-package-install": [ | ||
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"" | ||
], | ||
"post-create-project-cmd": [ | ||
"php artisan key:generate" | ||
], | ||
"post-install-cmd": [ | ||
"Illuminate\\Foundation\\ComposerScripts::postInstall", | ||
"php artisan optimize" | ||
], | ||
"post-update-cmd": [ | ||
"Illuminate\\Foundation\\ComposerScripts::postUpdate", | ||
"php artisan optimize" | ||
] | ||
}, | ||
"config": { | ||
"preferred-install": "dist" | ||
} | ||
} | ||
\ No newline at end of file |
composer.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
config/app.php
0 → 100644
config/auth.php
0 → 100644
config/broadcasting.php
0 → 100644
config/cache.php
0 → 100644
config/compile.php
0 → 100644
config/database.php
0 → 100644
config/filesystems.php
0 → 100644
config/mail.php
0 → 100644
config/queue.php
0 → 100644
config/services.php
0 → 100644
config/session.php
0 → 100644
config/view.php
0 → 100644
database/.gitignore
0 → 100644
database/factories/ModelFactory.php
0 → 100644
database/migrations/.gitkeep
0 → 100644
database/seeds/.gitkeep
0 → 100644
database/seeds/DatabaseSeeder.php
0 → 100644
gulpfile.js
0 → 100644
package.json
0 → 100644
{ | ||
"private": true, | ||
"scripts": { | ||
"prod": "gulp --production", | ||
"dev": "gulp watch" | ||
}, | ||
"devDependencies": { | ||
"bootstrap-sass": "^3.3.7", | ||
"gulp": "^3.9.1", | ||
"jquery": "^3.1.0", | ||
"laravel-elixir": "^6.0.0-9", | ||
"laravel-elixir-vue-2": "^0.2.0", | ||
"laravel-elixir-webpack-official": "^1.0.2", | ||
"lodash": "^4.16.2", | ||
"vue": "^2.0.1", | ||
"vue-resource": "^1.0.3" | ||
} | ||
} |
phpunit.xml
0 → 100644
public/.htaccess
0 → 100644
public/bootstrap/css/bootstrap-theme.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/bootstrap/css/bootstrap-theme.css.map
0 → 100644
This diff is collapsed.
Click to expand it.
public/bootstrap/css/bootstrap-theme.min.css
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/bootstrap/css/bootstrap.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/bootstrap/css/bootstrap.css.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/bootstrap/css/bootstrap.min.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/bootstrap/css/bootstrap.min.css.map
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
File added
public/bootstrap/index.html
0 → 100644
public/bootstrap/js/bootstrap.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/bootstrap/js/bootstrap.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/bootstrap/js/npm.js
0 → 100644
public/css/app.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/css/datepicker.css
0 → 100644
This diff is collapsed.
Click to expand it.
public/favicon.ico
0 → 100644
public/images/IMG_4572.JPG
0 → 100644
213 KB
public/images/IMG_4581.JPG
0 → 100644
249 KB
public/images/IMG_4582.JPG
0 → 100644
130 KB
public/images/IMG_4644.JPG
0 → 100644
166 KB
public/images/IMG_4653.JPG
0 → 100644
212 KB
public/images/IMG_4704.JPG
0 → 100644
178 KB
public/images/IMG_4749.JPG
0 → 100644
252 KB
public/images/ff.PNG
0 → 100644
551 KB
public/index.php
0 → 100644
public/js/app.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/js/bootstrap-datepicker.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/js/jquery-1.9.1.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
public/robots.txt
0 → 100644
public/web.config
0 → 100644
resources/assets/js/app.js
0 → 100644
resources/assets/js/bootstrap.js
0 → 100644
resources/assets/js/components/Example.vue
0 → 100644
resources/assets/sass/_variables.scss
0 → 100644
resources/assets/sass/app.scss
0 → 100644
resources/lang/en/auth.php
0 → 100644
resources/lang/en/pagination.php
0 → 100644
resources/lang/en/passwords.php
0 → 100644
resources/lang/en/validation.php
0 → 100644
resources/views/errors/503.blade.php
0 → 100644
resources/views/layout.blade.php
0 → 100644
resources/views/vendor/.gitkeep
0 → 100644
routes/api.php
0 → 100644
routes/console.php
0 → 100644
routes/web.php
0 → 100644
server.php
0 → 100644
storage/app/.gitignore
0 → 100644
storage/app/public/.gitignore
0 → 100644
storage/framework/.gitignore
0 → 100644
storage/framework/cache/.gitignore
0 → 100644
storage/framework/sessions/.gitignore
0 → 100644
storage/framework/views/.gitignore
0 → 100644
storage/logs/.gitignore
0 → 100644
tests/ExampleTest.php
0 → 100644
tests/TestCase.php
0 → 100644