About 28,500,000 results
Open links in new tab
  1. Installing specific laravel version with composer create-project

    composer create-project laravel/laravel your-project-name --prefer-dist But, when you run the above command, it will grab the latest version of Laravel. How can I control it if I want to install …

  2. php - Could not open input file: artisan - Stack Overflow

    First, be sure to be in the laravel project folder or else the terminal won't be able to locate the artisan file in the project directory and any subsequent request you pulled to start a server …

  3. Laravel: How to Get Current Route Name? (v5 ... v7)

    In Laravel v4 I was able to get the current route name using... Route::currentRouteName() How can I do it in Laravel v5 and Laravel v6?

  4. Laravel - display a PDF file in storage without forcing download?

    140 Update for 2017 As of Laravel 5.2 documented under Other response types you can now use the file helper to display a file in the user's browser.

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

  6. php - Why does the Laravel API return a 419 status code on POST …

    Why does the Laravel API return a 419 status code on POST and PUT methods? Asked 8 years, 2 months ago Modified 29 days ago Viewed 151k times

  7. Get the Last Inserted Id Using Laravel Eloquent - Stack Overflow

    55 **** For Laravel **** Firstly create an object, Then set attributes value for that object, Then save the object record, and then get the last inserted id. such as

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

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

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

  10. Displaying HTML with Blade shows the HTML code - Stack Overflow

    php html laravel laravel-blade edited Dec 26, 2021 at 10:54 user10563627 asked Mar 25, 2015 at 11:08