/laravel_larasset_app

Laravel 4.2, 5.0, 5.1, 5.2 & 5.3 demo application with Larasset package

Primary LanguagePHP

Init Laravel with Larasset demo application

Build Status

This demo will show you how to give to your Laravel application some Ajax requests quickly and easily!

Prerequisites

You must install Node.js on your computer (development environment only).

Larasset package is only compatible with PHP >= 5.4.

Installation

  1. Get a copy of this demo on your computer
git clone https://github.com/efficiently/laravel_larasset_app.git
cd laravel_larasset_app/
composer install
  1. Install the Node.js module of this package
npm install -g larasset-js
  1. Run your Laravel application and the assets servers
php artisan server

Then open this URL in your Web browser: http://localhost:8000/messages

You can read how this demo was build HERE.