Skip to content

A fresh baked ready to use Laravel 5.1 Application using Materialize Css Design configured by laravel elixir for pulling in frontend dependencies.

Notifications You must be signed in to change notification settings

masterpowers/Laravel-Materialize

 
 

Repository files navigation

Laravel + MaterializeCSS

A fresh baked ready to use Laravel 5.1 Application using Materialize Css Design configured by laravel elixir for handling frontend dependencies.

Requirements

I assume that you have this dependencies on your machines. If not, just visit their website to install

Version

0.0.1

Installation

Step 1: Clone this repo

$ git clone https://github.com/xrexonx/Laravel-Materialize.git

Step 2: Install composer packages

$ cd Laravel-Materialize
$ composer install

Step 3: Install NPM dependencies

$ npm install
or
$ sudo npm install

Step 4: Update Bower dependencies

$ bower update

Step 5: Run PHP's built-in development server

$ php artisan serve

***That's it! Now you should be ready to go building your application using laravel 5.1 and materializeCss -alright! xrexonx ***

If Errors encountered after running php artisan serve

Segmentation fault (core dumped)

  • solution from bobbybouwmann solved this issue -> Laracast

No supported encrypter found.

  • solution from baskan solved this issue -> LaravelIO

About

A fresh baked ready to use Laravel 5.1 Application using Materialize Css Design configured by laravel elixir for pulling in frontend dependencies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 97.9%
  • JavaScript 1.2%
  • Other 0.9%