Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 852 Bytes

readme.md

File metadata and controls

45 lines (28 loc) · 852 Bytes

About

Laravel Material Kit is a ready to use Laravel app with Toastr and Material Kit.

Get Started

Download zip from repo

You can just clone or download the master file

$ git clone https://github.com/alexela8882/laravel-material-kit.git

Composer

cd into root folder of the project and run this command to install all dependencies

$ composer install

Configure Backend

Cloning this project wont provide you a .env file. You can create using this command:

$ php -r "copy('.env.example', '.env');"

Generate key

$ php artisan key:generate

Lastly

$ php artisan serve

All Done!

You can now visit your website in http://localhost:8000.