Skip to content

alexela8882/laravel-material-kit

Repository files navigation

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.

About

Laravel with Material Kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published