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.gitcd into root folder of the project and run this command to install all dependencies
$ composer installCloning this project wont provide you a .env file. You can create using this command:
$ php -r "copy('.env.example', '.env');"$ php artisan key:generateLastly
$ php artisan serveAll Done!
You can now visit your website in http://localhost:8000.