Laravel Boilerplate provides a very flexible and extensible way of building your custom Laravel 5 applications. It's built with Laravel with minimal features including Login, Sign Up and Profile View and Update with AJAX Image Upload.
- CLONE the package via the command line:
git clone https://github.com/sreejithbs/Laravel-BoilerPlate-Template.git
- Change into the working directory
cd Laravel-BoilerPlate-Template
-
Open Project in a Code Editor, rename
.env.example
to.env
and modify DB name, username, password to your environment. -
Install composer dependencies
composer install
- An application key can be generated with the command
php artisan key:generate
- Migrate the database
php artisan migrate
- Run the artisan serve command
php artisan serve
This project is open-source and licensed under the MIT license
Made with ❤ in Laravel