توضیحات

در این جلسه لاراول را روی سیستم نصب میکنیم که شما میتوانید لاراول ۶ یا ۷ را نصب کنید.


طراحی وب طراحی سایت پی اچ پی php php oop php mvc mvc پایگاه داده laravel لاراول

مدرس دوره علی شیخ
مدت دوره 29:19:35
تعداد ویدیو 189

وضعیت دوره : کامل شده
قیمت دوره : رایگان

نظرات ارزشمند شما:

برای ارسال نظر ابتدا باید وارد سایت شوید

  • باسلام و احترام

    اگر مشکل نبودن دایرکتوری vendor بعد از نصب لاراول رو شما هم دارید
    و دستور php artisan serve هم کار نمیکنه

    اگر معمولا هرچی از دستور composer install استفاده میکنید ارور هایی مثل نبود فایل composer.lock و یا مشکلی در اکستنشن های php میده

    من راه زیر رو از سایت stackoverflow.com پیدا کردم و درست شد

    البته سیستم عامل من لینوکس/ابونتو هست شاید در ویندوز فرق کنه یا اصلا این مشکل رو نداشته باشید شما (اینو استاد توضیح بدن)

    من فقط دستور زیر رو در ترمینال وارد کردم

    
    sudo apt-get install php-mbstring php-dom
    

    و بعد این دستور
    
    composer install
    

    بعد اوکی شد و دایرکتوری vendor هم اضافه شد

    توجه این کد ها رو یک بار در کامند لاین ویندوز یا ترمینال لینوکس اجرا کنید و برای دفعات بعدی نیازی نیست. ( البته میگم من نمیدونم در ویندوز چجوریه اینو استاد باید توضیح بدن )

  • سلام استاد من 3 روزه خواب نداشتم هرکاری میکنم نمیشه لاراول رو نصب کنم ورژن php هم 8.2 هستش لاراول 6 رو میخوام نصب کنم این ارور هارو میده به پروکسی هم وصل شدم بازم همین ارور رو میده git رو هم نصب کردم نشد.

    Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
    
    Package symfony/debug is abandoned, you should avoid using it. Use symfony/error-handler instead.
    Generating optimized autoload files
    > Illuminate\Foundation\ComposerScripts::postAutoloadDump
    Deprecation Notice: Return type of Illuminate\Container\Container::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Container\Container.php:1231
    Deprecation Notice: Return type of Illuminate\Container\Container::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Container\Container.php:1242
    Deprecation Notice: Return type of Illuminate\Container\Container::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Container\Container.php:1254
    Deprecation Notice: Return type of Illuminate\Container\Container::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Container\Container.php:1267
    > @php artisan package:discover --ansi
    PHP Warning: Module "openssl" is already loaded in Unknown on line 0

    Warning: Module "openssl" is already loaded in Unknown on line 0

    PHP Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Support\Collection.php:1277
    Stack trace:
    #0 C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Support\Collection.php(11): Illuminate\Foundation\Bootstrap\HandleExceptions->handleError(8192, 'Return type of ...', 'C:\\Users\\Delgha...', 1277)
    #1 C:\Users\Delghandi\bmg\vendor\composer\ClassLoader.php(576): include('C:\\Users\\Delgha...')
    #2 C:\Users\Delghandi\bmg\vendor\composer\ClassLoader.php(427): Composer\Autoload\{closure}('C:\\Users\\Delgha...')
    #3 C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Support\helpers.php(109): Composer\Autoload\ClassLoader->loadClass('Illuminate\\Supp...')
    #4 C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Foundation\PackageManifest.php(130): collect(Array)
    #5 C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Foundation\PackageManifest.php(106): Illuminate\Foundation\PackageManifest->build()
    #6 C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Foundation\PackageManifest.php(89): Illuminate\Foundation\PackageManifest->getManifest()
    #7 C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Foundation\PackageManifest.php(78): Illuminate\Foundation\PackageManifest->config('aliases')
    #8 C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\RegisterFacades.php(26): Illuminate\Foundation\PackageManifest->aliases()
    #9 C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Foundation\Application.php(219): Illuminate\Foundation\Bootstrap\RegisterFacades->bootstrap(Object(Illuminate\Foundation\Application))
    #10 C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Foundation\Console\Kernel.php(320): Illuminate\Foundation\Application->bootstrapWith(Array)
    #11 C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Foundation\Console\Kernel.php(129): Illuminate\Foundation\Console\Kernel->bootstrap()
    #12 C:\Users\Delghandi\bmg\artisan(35): Illuminate\Foundation\Console\Kernel->handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput))
    #13 {main} in C:\Users\Delghandi\bmg\vendor\laravel\framework\src\Illuminate\Support\Collection.php on line 11
    In Collection.php line 11:

    • سلام وقت بخیر.
      طبق داکیومنت نیاز به ورژن 7 از php داره
      ورژن php 7.4 را نصب و تست کنید.

  • سلام استاد وقتتون بخیر من لاراول رو نصب کردم ولی وقتی از دستور artisan استفاده کردم این خطا اومد....ببخشید استاد میشه راهنمایی ام کنید.سپاسگزارم

    `Microsoft Windows [Version 6.3.9600]
    
    (c) 2013 Microsoft Corporation. All rights reserved.

    C:\Users\Hoda1\Desktop\example-app>php artisan
    PHP Warning: require(C:\Users\Hoda1\Desktop\example-app/vendor/autoload.php): F
    ailed to open stream: No such file or directory in C:\Users\Hoda1\Desktop\exampl
    e-app\artisan on line 18

    Warning: require(C:\Users\Hoda1\Desktop\example-app/vendor/autoload.php): Failed
    to open stream: No such file or directory in C:\Users\Hoda1\Desktop\example-app
    \artisan on line 18
    PHP Fatal error: Uncaught Error: Failed opening required 'C:\Users\Hoda1\Deskto
    p\example-app/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\User
    s\Hoda1\Desktop\example-app\artisan:18
    Stack trace:
    #0 {main}
    thrown in C:\Users\Hoda1\Desktop\example-app\artisan on line 18

    Fatal error: Uncaught Error: Failed opening required 'C:\Users\Hoda1\Desktop\exa
    mple-app/vendor/autoload.php' (include_path='C:\xampp\php\PEAR') in C:\Users\Hod
    a1\Desktop\example-app\artisan:18
    Stack trace:
    #0 {main}
    thrown in C:\Users\Hoda1\Desktop\example-app\artisan on line 18`

    • سلام وقت بخیر.
      چک کنید که بعد نصب، توی پوشه ای که لاراول را نصب کردید، پوشه vendor و فایل artisan داخلش باشه، اگه نیست. ناقص نصب شده و دوباره نصب کنید.