• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

codewithdary/laravel8-for-beginners: This repository contains the source code of ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

codewithdary/laravel8-for-beginners

开源软件地址(OpenSource Url):

https://github.com/codewithdary/laravel8-for-beginners

开源编程语言(OpenSource Language):

PHP 74.6%

开源软件介绍(OpenSource Introduction):

Laravel 8 For Beginners

This repository is linked to this youtube video where I’ll be going over all topics that you need to know in order to become a Laravel Developer.

• Author: Code With Dary
• Twitter: @codewithdary
• Instagram: @codewithdary

Requirements

• PHP 7.3 or higher
• Node 12.13.0 or higher

Usage

Setting up your development environment on your local machine:

git clone [email protected]:codewithdary/laravel8-for-beginners.git
cd laravel8-for-beginners
cp .env.example .env
composer install
php artisan key:generate
php artisan cache:clear && php artisan config:clear
php artisan serve

Before starting

Create a database

mysql
create database cars;
exit;

Setup your database credentials in the .env file

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=cars
DB_USERNAME={USERNAME}
DB_PASSWORD={PASSWORD}

Migrate the tables

php artisan migrate

Credits due where credits due…

Thanks to Laravel for giving me the opportunity to make this tutorial. I would also like to thank the Tailwind developers for giving us an incredible CSS framework which made my life as a content creator, a lot easier.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap