-
To install
Composer
globally, download the installer from https://getcomposer.org/download/ Verify that Composer in successfully installed, and version of installed Composer will appear:composer --version
-
Install
Composer
dependencies.composer install
-
Install
NPM
dependencies.npm install
-
The below command will compile all the assets(sass, js, media) to public folder:
npm run dev
-
Copy
.env.example
file and create duplicate. Usecp
command for Linux or Max user.cp .env.example .env
-
Create a table in MySQL database and fill the database details
DB_DATABASE
in.env
file. -
The below command will create tables into database using Laravel migration and seeder.
php artisan migrate:fresh --seed
-
Generate your application encryption key:
php artisan key:generate
-
Start the localhost server:
php artisan serve
-
Notifications
You must be signed in to change notification settings - Fork 0
okanaras/eticaret-gdg
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published