laravel5-5-example
laravel5-5-example copied to clipboard
Laravel 5.5 example for tutorial
Script @php artisan package:discover handling the post-autoload-dump event returned with error code
It is great resource and example for newcomers. Thanks for your contribution! After install have some problems 1-------------- composer install > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover [Exception] It is unsafe...
"scripts": { "post-autoload-dump": [ "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump", "@php artisan package:discover --ansi" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\"" ], "post-create-project-cmd": [ "@php artisan key:generate --ansi" ] }
Hi, I'm getting a doubt when I use Elfinder to upload an Image. The thumb wasn't uploaded to thumbs folder so I can't use thumb( ) func to get thumb...
it seems that it has not gotten the image that is uploaded by theFinder
$ php artisan migrate --seed PHP Fatal error: Cannot declare class AddConfirmation, because the name is already in use in /.../laravel5-5-example/database/migrations/2018_12_18_140553_add_confirmation.php on line 37 In 2018_12_18_140553_add_confirmation.php line 37: Cannot declare...
Hi, Not an issue.... I just wanted to say thanks for putting up the repo. I used it to make an example of how you would deploy Laravel to Kubernetes...
In Connection.php line 664: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes (SQL: alter table `password_resets` add inde x `password_resets_email_index`(`email`))...