About 50 results
Open links in new tab
  1. Newest 'laravel' Questions - Stack Overflow

    1 day ago · I am using the laravel-localization package to localize my Laravel app. It works perfectly normal on local enviroment (using php artisan serve) and on shared hosting with Apache.

  2. 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 …

  3. php - Laravel whereIn OR whereIn - Stack Overflow

    Mar 31, 2014 · 48 You have a orWhereIn function in Laravel. It takes the same parameters as the whereIn function. It's not in the documentation but you can find it in the Laravel API. See the Laravel …

  4. Laravel Eloquent Query: Using WHERE with OR AND OR?

    Jun 8, 2013 · Laravel Eloquent Query: Using WHERE with OR AND OR? Asked 12 years, 6 months ago Modified 1 year, 3 months ago Viewed 739k times

  5. 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 …

  6. How can I remove a package from Laravel using PHP Composer?

    What is the correct way to remove a package from Laravel using PHP Composer? So far I've tried: Remove declaration from file composer.json (in the "require" section) Remove any class …

  7. php - What is the difference between { { }} and {!! !!} in laravel ...

    Jan 27, 2016 · In the laravel framework we can use blade to add PHP code in html file. We are using both {{ }} and {!! !!} syntax in blade files of Laravel. What is the difference between them?

  8. How to force Laravel Project to use HTTPS for all routes?

    Mar 6, 2016 · 9 For laravel 8, if you tried all of the above methods but got browser redirected you too many times error, please set proxies in TrustProxies middleware like the following: …

  9. How to fix laravel 8 UI paginate problem? - Stack Overflow

    Sep 11, 2020 · I had a problem while trying out the recently released laravel 8, I'm trying to find out what the changes are and how it works. When I did that I had a problem with the paginate laravel 8 UI …

  10. Laravel Installer Error on Windows 11, PHP 8.2 - Stack Overflow

    Dec 10, 2024 · I'm getting the following error while attempting to create a new project using the Laravel installer on Windows 11, PHP 8.2. In the installer, I chose the No Starter ...