About 50 results
Open links in new tab
  1. php - What are Facades used in Laravel? - Stack Overflow

    Laravel ships with many facades which provide access to almost all of Laravel's features. Laravel facades serve as "static proxies" to underlying classes in the service container, providing the benefit …

  2. How can I change "127.0.0.1:8000 / localhost:8000" to my desired url ...

    Jul 14, 2019 · I'm using laravel and I don't know how to customize the default url which is "127.0.0.1:8000" or "localhost:8000" to my desired url. My expectation is to change 127.0.0.1:8000 to …

  3. laravel - Visual Studio Code PHP Intelephense keeps showing a not ...

    Dec 3, 2019 · 32 This solution may help you if you know your problem is limited to Facades and you are running Laravel 5.5 or above. Install laravel-ide-helper composer require --dev barryvdh/laravel-ide …

  4. Laravel - Eloquent "Has", "With", "WhereHas" - What do they mean?

    May 14, 2015 · I've found the concept and meaning behind these methods to be a little confusing, is it possible for somebody to explain to me what the difference between has and with is, in the context of …

  5. Laravel - create model, controller and migration in single artisan ...

    Dec 16, 2021 · I can create a model and resource controller (binded to model) with the following command php artisan make:controller TodoController --resource --model=Todo I want to also create …

  6. laravel select where and where condition - Stack Overflow

    Dec 8, 2013 · laravel select where and where condition Asked 12 years, 3 months ago Modified 4 years, 6 months ago Viewed 301k times

  7. How to set up file permissions for Laravel? - Stack Overflow

    Laravel may require some permissions to be configured: folders within storage and vendor require write access by the web server. Does it mean that the web server needs access to the storage and vendor …

  8. Laravel Eloquent "WHERE NOT IN" - Stack Overflow

    Laravel Eloquent "WHERE NOT IN" Asked 11 years, 6 months ago Modified 3 years, 1 month ago Viewed 563k times

  9. php - Clear all cache in Laravel with artisan - Stack Overflow

    Jan 7, 2021 · Clear all cache in Laravel with artisan [duplicate] Asked 5 years, 2 months ago Modified 3 years, 3 months ago Viewed 48k times

  10. Laravel: PDOException: could not find driver - Stack Overflow

    Mar 2, 2017 · ;extension=pdo_mysql.so Taken from this post: Laravel 5 PDOException Could Not Find Driver . I think I had to do something exactly like this when setting up laravel on digital ocean.