The Wayback Machine - https://web.archive.org/web/20200907192128/https://github.com/ninamarra/larabase
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

LaraBase

LaraBase is a Laravel repository with basic authentication implementing Laravel Socialite and Material Dashboard by Creative Tim.

Tech

Features and changes

  • Vue.js was removed
  • User can be logged and/or registered via Facebook and Google apps
  • Both landing page and dashboard are in material design

Installation

Laravel 5.5 requires:

  • PHP >= 7.0.0
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension

Make sure all dependencies are installed, then clone the project:

cd your-projects-folder
git clone https://github.com/ninamarra/larabase.git
cd larabase

Generate your app key and install all project dependencies...

composer install
php artisan key:generate
npm install
npm run dev

For starting the project run $ php artisan serve and open on your terminal the following adress:

127.0.0.1:8000

Development

LaraBase is a project in development. Just a starter pack but be welcome to suggest new things.

License

MIT Free Software, Hell Yeah!

About

Laravel 5.5 + auth with Socilite + material theme

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.