Giter Club home page Giter Club logo

seminars's Introduction

This projecti has dependensies suitable for developers using phpStorm and Homestead. Clean alternative can be found here.

Laravel 5.4 Boilerplate

Laravel 5.4 fresh default project that is extended with Facebook and Google authentication. Social authentication is implemented using Socialite package.

Project is suitable if:

  • fresh Laravel 5.4 default project with authentication is needed
  • laravel/homestead is used for development (includes laravel/homestead package)
  • phpStorm IDE is used for editing (includes Laravel IDE Helper package)

Screenshot of the login page:

Installation

$ git clone [email protected]:raigu/laravel-5-boilerplate.git path
$ cd path
$ composer install --dev

Starting boilerplate in vagrant

$ cp .env.example .env
$ php artisan key:generate
$ php vendor/bin/homestead make
$ vagrant up
$ vagrant ssh
vagrant@/home/vagrant$ cd /vagrant
vagrant@/vagrant$ php artisan migrate

Now you should see a hello wold page of the project in browser http://192.168.10.10/. To use Facebook and Google authentications you have to get id and secret and initialize variables in .env file.

If you are using phpStorm IDE then generate IDE helper files. It will help the phpStorm to recognize Facades. Go to the application root directory in vagrant machine and execute:

vagrant@/vagrant$ composer dev-update

Contributing

No contributions are accepted. Author made it for his own use and it serves the author's purpose as it is. But feel free to fork it.

License

The raigu/laravel-5-boilerplate is open-sourced software licensed under the MIT license.

seminars's People

Contributors

unniks4makeitz avatar vinilvinayan avatar unniks-here avatar dependabot[bot] avatar

Watchers

 avatar

Forkers

arunlals89

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.