/larange

Laravel + AngularJS + RequireJS + OAuth2 + Satellizer

Primary LanguagePHP

PHP/JS Framework

Install

Create project via composer

  • $ composer create-project fontenele/larange larange
  • $ php artisan init-db

Clone and install manually

  • Clone repository $ git clone https://github.com/fontenele/larange.git && cd larange
  • Set write permission in storage dir $ chmod -Rf 777 storage
  • Install PHP libs $ composer install
  • Install JS libs $ bower install (If you are using Docker or something like and you are root, use $ bower install --allow-root)
  • Configure DB in .local.env file
  • If you do not use PostgreSQL, edit config/database.php file and change DB driver
  • Publish vendor $ php artisan vendor:publish
  • Create user table $ php artisan migrate
  • Seed users $ php artisan db:seed
  • Test app $ php artisan serve

Test skew

Thanks