Init Laravel with Larasset demo application
This demo will show you how to give to your Laravel application some Ajax requests quickly and easily!
You must install Node.js on your computer (development environment only).
Larasset package is only compatible with PHP >= 5.4.
- 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
- Install the Node.js module of this package
npm install -g larasset-js
- 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.