Jagepard / testBlog.laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Logo

Build Status Total Downloads Latest Stable Version License

testBlog_laravel

git clone git@github.com:Jagepard/testBlog.laravel.git
cd testBlog.laravel
composer install

Create a database, for example: testBlog_laravel Specify connection parameters in the configuration file: .env

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=testBlog_laravel
DB_USERNAME=jagepard
DB_PASSWORD=password

Run migrations:

php artisan migrate

Seeding user data:

php artisan db:seed

Generate application key

php artisan key:generate

Launch the built-in server:

php artisan serve

Admin panel:

http://127.0.0.1:8000/admin

User identity:

Login: admin@admin.com
Password: password

About


Languages

Language:PHP 88.0%Language:Blade 11.7%Language:JavaScript 0.3%