About 50 results
Open links in new tab
  1. 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 …

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

    Laravel Eloquent Query: Using WHERE with OR AND OR? Asked 12 years, 8 months ago Modified 1 year, 5 months ago Viewed 740k times

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

  4. php - Laravel whereIn OR whereIn - Stack Overflow

    Mar 31, 2014 · Laravel whereIn OR whereIn Asked 11 years, 10 months ago Modified 6 months ago Viewed 307k 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 to change the Laravel public folder location - Stack Overflow

    Apr 1, 2017 · Change the name of "public" folder in Laravel-project to "public_html" and upload the code to the root directory cPanel. Make sure that you have a back-up from the current public_html directory.

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

  8. What is the location of Laravel's error logs? - Stack Overflow

    Aug 24, 2023 · 128 Ensure debug mode is on - either add APP_DEBUG=true to .env file or set an environment variable Log files are in storage/logs folder. laravel.log is the default filename. If there is …

  9. laravel select where and where condition - Stack Overflow

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

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

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