sreejithbs / Laravel-BoilerPlate-Template

A HTML template built with Laravel with minimal features including Login, Sign Up and Profile View and Update with AJAX Image Upload.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 5.4 BoilerPlate Template

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.

Installation

  1. CLONE the package via the command line:
  git clone https://github.com/sreejithbs/Laravel-BoilerPlate-Template.git
  1. Change into the working directory
  cd Laravel-BoilerPlate-Template
  1. Open Project in a Code Editor, rename .env.example to .env and modify DB name, username, password to your environment.

  2. Install composer dependencies

  composer install
  1. An application key can be generated with the command
  php artisan key:generate
  1. Migrate the database
  php artisan migrate
  1. Run the artisan serve command
  php artisan serve

Screenshots

01 02 03

License

This project is open-source and licensed under the MIT license

Made with ❤ in Laravel

Credits

About

A HTML template built with Laravel with minimal features including Login, Sign Up and Profile View and Update with AJAX Image Upload.


Languages

Language:PHP 66.8%Language:Blade 17.1%Language:HTML 15.1%Language:Vue 0.5%Language:Shell 0.5%