Laravel serving app.js and app.css files from totally unrelated directory
I’m on Windows. I have a Laravel 6 / Vue 2 app, and it was working fine using XAMPP with php 7.4.29. (I am running mentioned projects with php artisan serve
)
PHP FATAL ERROR, errors saying theres a duplicate class but there isnt
PHP Fatal error: Cannot declare class CreateUsersTable, because the name is already in use in C:Usersjoshularaveljobs_appdatabasemigrationscreate_users_table.php on line 7
getting wrong data when using laravel api with xampp
I am making two projects. 1st project offer functionality and 2nd one uses them.