fontenele/larange

This package is abandoned and no longer maintained. No replacement package was suggested.

Laravel + PHP + RequireJS + Angular + Bootstrap

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 1

Type:project

v1.2.8 2016-10-08 17:39 UTC

README

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