-
To install
Composerglobally, download the installer from https://getcomposer.org/download/ Verify that Composer in successfully installed, and version of installed Composer will appear:composer --version -
Install
Composerdependencies.composer install -
Install
NPMdependencies.npm install -
The below command will compile all the assets(sass, js, media) to public folder:
npm run dev -
Copy
.env.examplefile and create duplicate. Usecpcommand for Linux or Max user.cp .env.example .env -
Create a table in MySQL database and fill the database details
DB_DATABASEin.envfile. -
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