Hi skliche,
Thanks for your reply!
I never got the basic tutorial to run, but since I had the idea I thought I'd move on to the intermediate...
I followed the Intermediate Task List tutorial, and I can't get it to run. In my browser I get a blank screen, and my apache error log says:
PHP Fatal error: Uncaught exception 'ReflectionException' with message 'Class App\Http\Kernel does not exist' in /var/www/html/quickstart/vendor/laravel/framework/src/Illuminate/Container/Container.php:738\nStack trace:\n#0 /var/www/html/quickstart/vendor/laravel/framework/src/Illuminate/Container/Container.php(738): ReflectionClass->__construct('App\\Http\\Kernel')\n#1 /var/www/html/quickstart/vendor/laravel/framework/src/Illuminate/Container/Container.php(633): Illuminate\Container\Container->build('App\\Http\\Kernel', Array)\n#2 /var/www/html/quickstart/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(674): Illuminate\Container\Container->make('App\\Http\\Kernel', Array)\n#3 /var/www/html/quickstart/vendor/laravel/framework/src/Illuminate/Container/Container.php(230): Illuminate\Foundation\Application->make('App\\Http\\Kernel', Array)\n#4 /var/www/html/quickstart/vendor/laravel/framework/src/Illuminate/Container/Container.php(735): Illuminate\Container\Container->Illuminate\Container\{closure}(Object(Illuminate in /var/www/html/quickstart/vendor/laravel/framework/src/Illuminate/Container/Container.php on line 738
I then tried to compare my files against those from GitHub (so I could check I had constructed all files correctly), but the GitHub version is way different to what I had made, in files I hadn't even edited. I'm assuming the GitHub version is built on 5.1, and mine is built on 5.2. The tutorial assumes you have 5.2 (as you are instructed to "make:auth"), so it's impossible to troubleshoot where I have gone wrong against the completed GitHub files that are built on 5.1.
I then downloaded the complete quickstart-intermediate from GitHub (git clone https://github.com/laravel/quickstart-intermediate quickstart2)
I changed the group of all files to www-data (here's one problem I solved on my own)
I changed the .env and the config/database.php to match my db/un/pw settings
I used your .htaccess file (thanks very much), and......
IT RAN!! (Until.......)
Until I clicked the Register button in the app, and then I got:
Not Found
The requested URL /auth/register was not found on this server.
I just can't get either my version made via the tutorial or the complete version straight from GitHub to run.
Any help and advice would be greatly appreciated. Has anyone else tried to run the GitHub application on a Lamp Stack?
Regards,