2017 © Pedro Peláez
 

library laravel-from-scratch

Laravel from scratch web application

image

totanbir/laravel-from-scratch

Laravel from scratch web application

  • Sunday, December 17, 2017
  • by Tanbir
  • Repository
  • 0 Watchers
  • 9 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel from scratch web application

Laravel from scratch web application with Laravel 5.5., (*1)

Installation

Clone the repository-, (*2)

git clone https://github.com/ToTanbir/laravel-from-scratch.git

Then cd into the folder with this command-, (*3)

cd laravel-from-scratch

Then do a composer install, (*4)

composer install

Then create a environment file using this command-, (*5)

cp .env.example .env

Then edit .env file with appropriate credential for your database server. Just edit these two parameter(DB_USERNAME, DB_PASSWORD)., (*6)

Then create a database named fromscratch and then do a database migration using this command-, (*7)

php artisan migrate

Run server

Run server using this command-, (*8)

php artisan serve

Then go to http://localhost:8000 from your browser and see the app., (*9)

The Versions

17/12 2017

dev-master

9999999-dev https://github.com/totanbir/laravel-from-scratch

Laravel from scratch web application

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

laravel curd blog scratch

17/12 2017

1.0.0

1.0.0.0 https://github.com/totanbir/laravel-from-scratch

Laravel from scratch web application

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

laravel curd blog scratch