180 links
  • BigBrainBag
  • Home
  • Login
  • RSS Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
3 results tagged laravel x
  • Symfony, High Performance PHP Framework for Web Development
    Fri May 19 22:53:26 2017 - permalink -
    QRCode
    - archive.org - https://symfony.com/
    component components framework laravel php symfony
  • Simple Way To HTTPS All Laravel Routes
    Simple Way To HTTPS All Laravel Routes
    09 MAY 2017
    I thought this would be a quick search on the internet to make all routes HTTPS in Laravel, but came across a lot of solutions and a lot which seemed like to much code/work for something that i thought would be a quick fix and some of the solutions just did not work for me.

    After a while of searching the simplest way i found was to edit:

    C:\VolledServer\volled\app\Providers\AppServiceProvider  
    and at the top of AppServiceProvider file add:

    use Illuminate\Support\Facades\URL;  
    and then under boot add the below.

    public function boot()  
        {
         URL::forceScheme('https');
        }
    That's how simple it was, now all routes should use HTTPS.
    Thu May 11 10:44:53 2017 - permalink -
    QRCode
    - archive.org - http://seanoneill.me/eaest-way-to-https-on-all-laravel-routes/
    dev http https laravel php route routes
  • GitHub - ConsoleTVs/Charts: Multi-library chart package to create interactive charts using laravel.
    Multi-library chart package to create interactive charts using laravel. https://erik.cat/projects/Charts
    Fri Mar 10 11:50:51 2017 - permalink -
    QRCode
    - archive.org - https://github.com/ConsoleTVs/Charts
    charts cool laravel lib php
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation