Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 735 Bytes

README.md

File metadata and controls

33 lines (30 loc) · 735 Bytes

How to use it

Download and extract file.

Using terminal, go to extracted directory and run composer update.

cd atoz
composer update

edit your database setting in YourRootDirectory\atoz\app\config\database.php

    'mysql' => array(
			'driver'    => 'mysql',
			'host'      => 'localhost',
			'database'  => 'atoz',
			'username'  => 'root',
			'password'  => '',
			'charset'   => 'utf8',
			'collation' => 'utf8_unicode_ci',
			'prefix'    => '',

run migration and database seeder

php artisan migrate --seed

run laravel build in server

php artisan serve

open laravel:8000 in your Browser

default username : admin

default password : admin