Laravel Material Kit is a ready to use Laravel app with Toastr and Material Kit.
You can just clone or download the master file
$ git clone https://github.com/alexela8882/laravel-material-kit.git
cd
into root folder of the project and run this command to install all dependencies
$ composer install
Cloning this project wont provide you a .env
file. You can create using this command:
$ php -r "copy('.env.example', '.env');"
$ php artisan key:generate
Lastly
$ php artisan serve
All Done!
You can now visit your website in http://localhost:8000.