About 11,600,000 results
Open links in new tab
  1. Newest 'laravel' Questions - Stack Overflow

    Using laravel backpack on my laravel 10.48 version, I implement laravel reverb to do a real-time notification. I tried the public channel and it fires console.log('from delivery');, however, the ...

  2. Get Specific Columns Using “With()” Function in Laravel Eloquent

    May 20, 2017 · 314 You can do it like this since Laravel 5.5: Post::with('user:id,username')->get(); Care for the id field and foreign keys as stated in the docs: When using this feature, you …

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

  4. How to generate .env file for laravel? - Stack Overflow

    Apr 28, 2015 · copy any .env.example file of any Laravel project and create .env.example file in your Laravel directory, then paste it in the file you just created, copy this code below and open …

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

    Jun 8, 2013 · How do I say WHERE (a = 1 OR b =1 ) AND (c = 1 OR d = 1) For more complicated queries am I supposed to use raw SQL?

  6. php - Creating and Update Laravel Eloquent - Stack Overflow

    Sep 17, 2013 · Creating and Update Laravel Eloquent Asked 11 years, 9 months ago Modified 2 years, 5 months ago Viewed 522k times

  7. php - How to enable CORS in Laravel? - Stack Overflow

    12 Try laravel-cors package that allows you to send Cross-Origin Resource Sharing headers with Laravel middleware configuration.

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

  9. php - laravel - get parameters from http request - Stack Overflow

    Aug 10, 2015 · laravel - get parameters from http request Asked 9 years, 10 months ago Modified 1 year, 11 months ago Viewed 147k times

  10. php - laravel updateOrCreate method - Stack Overflow

    In Laravel, the createOrUpdate () method is used to determine whether or not data exists and then create a new entry or update an existing entry in the table. Note: You should include a …

Refresh