Skip to content

Laravel starter kit with built in configured package for starting new project

Notifications You must be signed in to change notification settings

muhammadardie/laravel-starter

Repository files navigation

Laravel Starter

Laravel starter kit with built in configured package for starting new project.

Imgur Image

Features

Installation

  • git clone https://github.com/muhammadardie/laravel-starter.git
  • cd laravel-starter
  • composer install
  • cp .env.example .env
  • php artisan key:generate
  • Create a database and inform .env
  • give permission in public/ so webserver user can write (avatar user)
  • php artisan migrate --seed to create and populate tables
  • php artisan serve to start the app on http://localhost:8000/

Login

URL: https://laravel-starter-app.herokuapp.com/

Email: [email protected]

Password: 123456

About

Laravel starter kit with built in configured package for starting new project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published