About 26,100,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 - 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.

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

  5. Download files in laravel using Response::download - Stack Overflow

    In the Laravel application, I'm trying to achieve a button inside the view that can allow users to download files without navigating to any other view or route Now I have two issues: (1) below …

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

  7. 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 30 days ago Viewed 151k times

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

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

  10. Laravel - create model, controller and migration in single artisan ...

    Laravel - create model, controller and migration in single artisan command Asked 8 years, 8 months ago Modified 1 year, 6 months ago Viewed 602k times