Skip to content

sayasuhendra/atoz

 
 

Repository files navigation

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

About

Base application template for Laravel project with clean and simple theme powered by Bootstrap 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.4%
  • JavaScript 35.7%
  • PHP 18.9%