A fresh baked ready to use Laravel 5.1 Application using Materialize Css Design configured by laravel elixir for handling frontend dependencies.
I assume that you have this dependencies on your machines. If not, just visit their website to install
0.0.1
$ git clone https://github.com/xrexonx/Laravel-Materialize.git
$ cd Laravel-Materialize
$ composer install
$ npm install
or
$ sudo npm install
$ bower update
$ php artisan serve
***That's it! Now you should be ready to go building your application using laravel 5.1 and materializeCss -alright! xrexonx ***
- solution from bobbybouwmann solved this issue -> Laracast
- solution from baskan solved this issue -> LaravelIO