Skip to content

Cengizhnx/e-ticaret

 
 

Repository files navigation

YazLab Web

Installation //Kurulum

Laravel v9

Install the dependencies and devDependencies and start the server. //Bağımlılıkları yükleyin.

$ cd e-ticaret-web-prog
$ composer install
$ npm install

Create .env file from .env.example than:

$ php artisan generate:key

Run

You can start the localhost with this code.

$ php artisan serve
$ npm run watch

For PhpStorm IDE_HELPER

$ composer require --dev barryvdh/laravel-ide-helper
$ php artisan clear-compiled
$ php artisan ide-helper:generate
$ php artisan optimize
$ php artisan vendor:publish --provider="Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider" --tag=config
$ php artisan ide-helper:models OR $ php artisan ide-helper:models "App\Models\Post"

About

e-ticaret-web-programlama-laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 29.4%
  • HTML 26.7%
  • CSS 24.0%
  • Blade 8.1%
  • JavaScript 5.2%
  • SCSS 4.1%
  • Other 2.5%