Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rodrigo #46

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Rodrigo #46

wants to merge 4 commits into from

Commits on Sep 18, 2018

  1. Start Project

    API Get all paginate by 15
    API Get search Nome and Username Field order by list 1 and 2
    View Get all
    View Search
    	new file:   app/Console/Kernel.php
    	new file:   app/Exceptions/Handler.php
    	new file:   app/Http/Controllers/Auth/ForgotPasswordController.php
    	new file:   app/Http/Controllers/Auth/LoginController.php
    	new file:   app/Http/Controllers/Auth/RegisterController.php
    	new file:   app/Http/Controllers/Auth/ResetPasswordController.php
    	new file:   app/Http/Controllers/Auth/VerificationController.php
    	new file:   app/Http/Controllers/Controller.php
    	new file:   app/Http/Controllers/UserController.php
    	new file:   app/Http/Kernel.php
    	new file:   app/Http/Middleware/Authenticate.php
    	new file:   app/Http/Middleware/CheckForMaintenanceMode.php
    	new file:   app/Http/Middleware/EncryptCookies.php
    	new file:   app/Http/Middleware/RedirectIfAuthenticated.php
    	new file:   app/Http/Middleware/TrimStrings.php
    	new file:   app/Http/Middleware/TrustProxies.php
    	new file:   app/Http/Middleware/VerifyCsrfToken.php
    	new file:   app/Providers/AppServiceProvider.php
    	new file:   app/Providers/AuthServiceProvider.php
    	new file:   app/Providers/BroadcastServiceProvider.php
    	new file:   app/Providers/EventServiceProvider.php
    	new file:   app/Providers/RouteServiceProvider.php
    	new file:   app/User.php
    	new file:   artisan
    	new file:   bootstrap/app.php
    	new file:   bootstrap/cache/.gitignore
    	new file:   composer.json
    	new file:   composer.lock
    	new file:   config/app.php
    	new file:   config/auth.php
    	new file:   config/broadcasting.php
    	new file:   config/cache.php
    	new file:   config/database.php
    	new file:   config/filesystems.php
    	new file:   config/hashing.php
    	new file:   config/logging.php
    	new file:   config/mail.php
    	new file:   config/queue.php
    	new file:   config/services.php
    	new file:   config/session.php
    	new file:   config/view.php
    	new file:   database/.gitignore
    	new file:   database/factories/UserFactory.php
    	new file:   database/migrations/2014_10_12_000000_create_users_table.php
    	new file:   database/migrations/2014_10_12_100000_create_password_resets_table.php
    	new file:   database/migrations/2018_09_17_153618_list1.php
    	new file:   database/migrations/2018_09_17_153806_list2.php
    	new file:   database/seeds/DatabaseSeeder.php
    	new file:   docker-compose.yml
    	new file:   package-lock.json
    	new file:   package.json
    	new file:   phpunit.xml
    	new file:   public/.htaccess
    	new file:   public/css/app.css
    	new file:   public/favicon.ico
    	new file:   public/index.php
    	new file:   public/js/app.js
    	new file:   public/mix-manifest.json
    	new file:   public/robots.txt
    	new file:   public/svg/403.svg
    	new file:   public/svg/404.svg
    	new file:   public/svg/500.svg
    	new file:   public/svg/503.svg
    	new file:   public/web.config
    	new file:   readme.md
    	new file:   resources/assets/js/components/passport/AuthorizedClients.vue
    	new file:   resources/assets/js/components/passport/Clients.vue
    	new file:   resources/assets/js/components/passport/PersonalAccessTokens.vue
    	new file:   resources/js/app.js
    	new file:   resources/js/bootstrap.js
    	new file:   resources/js/components/ExampleComponent.vue
    	new file:   resources/lang/en/auth.php
    	new file:   resources/lang/en/pagination.php
    	new file:   resources/lang/en/passwords.php
    	new file:   resources/lang/en/validation.php
    	new file:   resources/sass/_variables.scss
    	new file:   resources/sass/app.scss
    	new file:   resources/views/search.blade.php
    	new file:   resources/views/welcome.blade.php
    	new file:   routes/api.php
    	new file:   routes/channels.php
    	new file:   routes/console.php
    	new file:   routes/web.php
    	new file:   server.php
    	new file:   storage/app/.gitignore
    	new file:   storage/app/public/.gitignore
    	new file:   storage/framework/.gitignore
    	new file:   storage/framework/cache/.gitignore
    	new file:   storage/framework/sessions/.gitignore
    	new file:   storage/framework/testing/.gitignore
    	new file:   storage/framework/views/.gitignore
    	new file:   storage/logs/.gitignore
    	new file:   tests/CreatesApplication.php
    	new file:   tests/Feature/ExampleTest.php
    	new file:   tests/TestCase.php
    	new file:   tests/Unit/ExampleTest.php
    	new file:   webpack.mix.js
    correar committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    355fd2a View commit details
    Browse the repository at this point in the history
  2. Updated Search function

    Updated index View function
    Update View search
    Searching by name and username order by list1 and 2
    	modified:   app/Http/Controllers/UserController.php
    	modified:   resources/views/search.blade.php
    correar committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    59a503f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Update Controller and view to add pagination

    	modified:   app/Http/Controllers/UserController.php
    	modified:   resources/views/search.blade.php
    correar committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    7012bac View commit details
    Browse the repository at this point in the history
  2. Updated README

    	modified:   README.md
    correar committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    5b734e7 View commit details
    Browse the repository at this point in the history