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

    3 days 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 …

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

  3. How can I change "127.0.0.1:8000 / localhost:8000" to my desired …

    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 …

  4. How to Create Multiple Where Clause Query Using Laravel Eloquent?

    How to Create Multiple Where Clause Query Using Laravel Eloquent? Asked 12 years, 2 months ago Modified 9 months ago Viewed 1.2m times

  5. Eloquent: find() and where() usage laravel - Stack Overflow

    Nov 22, 2016 · Eloquent understands any of the types defined in the castAttribute() function, which as of Laravel 5.4 are: int, float, string, bool, object, array, collection, date and timestamp.

  6. 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?

  7. laravel - Eloquent Collection: Counting and Detect Empty - Stack …

    Dec 13, 2013 · The Collection and the Query Builder differences can be a bit confusing to newcomers of Laravel because the method names are often the same between the two. For …

  8. 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

  9. No 'Access-Control-Allow-Origin' header - Laravel

    Apr 23, 2017 · 0 I worked on a composite project frontend Reactjs and Laravel backend when I encountered the "preflight request doesn't pass access control check: No 'Access-Control …

  10. 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: …