Coder Social home page Coder Social logo

andrisunardi / best-in-show Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 181.13 MB

Laravel Template - Best In Show

Home Page: https://www.bestinshow.co.id

License: MIT License

PHP 71.17% Shell 0.50% Dockerfile 0.31% Blade 23.08% CSS 0.91% JavaScript 0.30% HTML 3.74%

best-in-show's Introduction

Portfolio

Name : Laravel Template
Category : Template
Date : October 27, 2015
Client : DIW.co.id
Domain : laravel-template.diw.co.id

Framework

  1. Framework : Laravel
  2. Database : MySql

Created By :

  1. Andri Sunardi

Structure

laravel-template

Route

WEB

  1. [Any] - Home | /

CMS

  1. [Any] - Login | /login
  2. [Any] - Forgot Password | /forgot-password
  3. [Any] - Home | /
  4. [Any] - Configuration | /configuration
  5. [Any] - Activity | /configuration/activity
  6. [Any] - User | /configuration/user
  7. [Any] - Role | /configuration/role
  8. [Any] - Permission | /configuration/permission
  9. [Any] - Setting | /configuration/setting
  10. [Any] - Profile | /profile
  11. [Any] - Activity Log | /profile/activity-log
  12. [Any] - Edit Profile | /profile/edit-profile
  13. [Any] - Change Password | /profile/change-password
  14. [Any] - Logout | /logout

Installation

composer install
php artisan migrate:fresh --seed
php artisan serve

Package

  1. Livewire
  2. Livewire Alert
  3. Envoy
  4. Telescope
  5. Horizon
  6. Paratest
  7. Laravel Activity Log
  8. Laravel Permission
  9. Laravel Menu
  10. Laravel Breadcrumbs
  11. Laravel IDE Helper
  12. Laravel Debugbar
  13. Pretty Routes
  14. Mobile Detect
  15. Laravel Mobile Detect
  16. Livewire Charts
  17. Simple QR Code
  18. Laravel ZIP

Livewire

composer require livewire/livewire

Packagist Github Website

Livewire Alert

composer require jantinnerezo/livewire-alert
php artisan vendor:publish --tag=livewire-alert:assets

Packagist Github Website

Envoy

composer require laravel/envoy

Packagist Github Website

Telescope

composer require laravel/telescope

Packagist Github Website

Horizon

composer require laravel/horizon

Packagist Github Website

Paratest

composer require brianium/paratest

Packagist Github

Laravel Activity Log

composer require spatie/laravel-activitylog

Packagist Github Website

Laravel Permission

composer require spatie/laravel-permission

Packagist Github Website

Laravel Menu

composer require spatie/menu
composer require spatie/laravel-menu

Packagist Github Website Website

Laravel Breadcrumbs

composer require diglactic/laravel-breadcrumbs

Packagist Github

Laravel IDE Helper

composer require barryvdh/laravel-ide-helper
composer.json
"extra": {
  "laravel": {
    "dont-discover": [
      "barryvdh/laravel-ide-helper"
    ]
  }
}
"scripts": {
    "post-update-cmd": [
        "Illuminate\\Foundation\\ComposerScripts::postUpdate",
        "@php artisan ide-helper:generate",
        "@php artisan ide-helper:meta"
    ]
},
config/app.php
Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class,
public function register()
{
    if (app()->isLocal()) {
        app()->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class);
    }
    // ...
}

Packagist Github

Laravel Debugbar

composer require barryvdh/laravel-debugbar

Packagist Github

Pretty Routes

composer require garygreen/pretty-routes
config/app.php
PrettyRoutes\ServiceProvider::class,
php artisan vendor:publish --provider="PrettyRoutes\ServiceProvider"
Access
/routes

Packagist Github

Mobile Detect

composer require mobiledetect/mobiledetectlib

Packagist Github Website

Laravel Mobile Detect (CONFLIC NOT USED ANYMORE)

composer require riverskies/laravel-mobile-detect

Packagist Github

Livewire Charts

composer require asantibanez/livewire-charts

php artisan livewire-charts:install
**layouts/app.blade.php**

@livewireChartsScripts

<script src="https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
```

[Packagist](https://packagist.org/packages/asantibanez/livewire-charts)
[Github](https://github.com/asantibanez/livewire-charts)

### Simple QR Code

```
composer require simplesoftwareio/simple-qrcode
```

```
**config/app.php**

SimpleSoftwareIO\QrCode\QrCodeServiceProvider::class,
'QrCode' => SimpleSoftwareIO\QrCode\Facades\QrCode::class,
```

```
{!! QrCode::size(300)->generate('https://techvblogs.com/blog/generate-qr-code-laravel-8') !!}
```

[Packagist](https://packagist.org/packages/riverskies/laravel-mobile-detect)
[Github](https://github.com/riverskies/laravel-mobile-detect)
[Website](https://techvblogs.com/blog/generate-qr-code-laravel-8)

### Laravel ZIP

```
composer require zanysoft/laravel-zip
```

```
**config/app.php**

ZanySoft\Zip\ZipServiceProvider::class,
'Zip' => ZanySoft\Zip\Facades\Zip::class,
```

[Packagist](https://packagist.org/packages/zanysoft/laravel-zip)
[Github](https://github.com/zanysoft/laravel-zip)
[Website](https://zanysoft.net)

Copyright 2015 ® DIW.co.id™ . All Rights Reserved.

best-in-show's People

Contributors

andrisunardi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.