Get started quickly with the future of front-end development and a blazing fast micro-framework. Packaged nicely for kickstarting development.
$ composer create-project jaesung2061/anvel
$ cd anvel
$ npm install -g webpack
$ npm install
$ webpack
$ php artisan serve
Note: If you are on Windows, you must manually copy
node_modules/bootstrap/scss
toangular/styles
and rename thescss
directory tobootstrap
.
Go to http://localhost:8000.
Visit http://anvel.io for some brief documentation.
Since we will be using a client-side framework, the server will act only as a REST-API. With such a setup, it is not necessary to have a full-fledged framework like Laravel. Lumen is a lighter framework that still offers the best that Laravel has to offer such as the IoC container, Facades, and Eloquent.