uyab / atoz

:no_entry: [DEPRECATED] Base application template for Laravel project with clean and simple theme powered by Bootstrap 3.
Other
7 stars 21 forks source link
deprecated obsolete

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