Skip to content

RobinHossain/laravel-materialize

Repository files navigation

laravel-materialize

Laravel 5.3 With Material Admin Design

It's a simple dashboard with login registration in material design. Requirement:

  1. Laravel 5.3
  2. Materializecss - Google Material Css Framework
  3. Gulp - to optimize all over used code to get ready for production.

Demo/example url:

http://laravel-materialize.w3bd.com/

Login with these credential

username: robinsabbir@gmail.com password: robinsabbir@gmail.com

Installation

  1. Clone the repositoroy
    git clone https://github.com/RobinHossain/laravel-materialize.git
    
  2. Update Composer
    composer update
    
  3. Install npm requirement for dev ready
    npm install
    
  4. Environment Ready
    cp .env.example .env or copy ".env.example" with ".env"  
    php artisan key:generate
    set your database info in the ".env" file.
    
  5. Run the Project
    php artisan serve
    

Screenshots

login_page

dashboard_page

About

Laravel 5.3 With Material Admin Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published