Find Jobs
Hire Freelancers

repair code or config properly core/config to allow laravel run

$10-30 USD

Stengt
Lagt ut omtrent 6 år siden

$10-30 USD

Betalt ved levering
When i run composer install I got this error: [root@socialminersl config]# vi [login to view URL] [root@socialminersl config]# [root@socialminersl config]# cd.. -bash: cd..: command not found [root@socialminersl config]# cd .. [root@socialminersl core]# composer install Do not run Composer as root/super user! See [login to view URL] for details Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Nothing to install or update Generating optimized autoload files Warning: Ambiguous class resolution, "App\Http\Controllers\SliderController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\FeatureController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\BasicSettingController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\UserController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\DashboardController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\Admin\RegisterController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/Admin/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/Admin/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\Admin\ForgotPasswordController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/Admin/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/Admin/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\Admin\LoginController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/Admin/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/Admin/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\Admin\ResetPasswordController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/Admin/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/Admin/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\WebSettingController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\Auth\RegisterController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/Auth/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/Auth/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\Auth\ForgotPasswordController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/Auth/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/Auth/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\Auth\LoginController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/Auth/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/Auth/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\Auth\VerifyController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/Auth/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/Auth/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\Auth\ResetPasswordController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/Auth/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/Auth/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\Controller" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\HomeController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/[login to view URL]", the first will be used. > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover [Illuminate\Database\QueryException] SQLSTATE[HY000] [1045] Access denied for user ''@'localhost' (using passwor d: NO) (SQL: select * from `basic_settings` limit 1) [PDOException] SQLSTATE[HY000] [1045] Access denied for user ''@'localhost' (using passwor d: NO) Script @php artisan package:discover handling the post-autoload-dump event returned with error code 1 [root@socialminersl core]# vi [login to view URL] [root@socialminersl core]# ls app [login to view URL] [login to view URL] resources tests artisan config [login to view URL] routes vendor bootstrap database public [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] storage [root@socialminersl core]# cd config/ [root@socialminersl config]# ls [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [login to view URL] [root@socialminersl config]# vi [login to view URL] [root@socialminersl config]# cd .. [root@socialminersl core]# composer install Do not run Composer as root/super user! See [login to view URL] for details Loading composer repositories with package information Installing dependencies (including require-dev) from lock file Nothing to install or update Generating optimized autoload files Warning: Ambiguous class resolution, "App\Http\Controllers\SliderController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\FeatureController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\BasicSettingController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/[login to view URL]", the first will be used. Warning: Ambiguous class resolution, "App\Http\Controllers\UserController" was found in both "/var/www/html/miner/Files/core/app/Http/Controllers/[login to view URL]" and "/var/www/html/miner/Files/core/app/Http/Demo_Controllers/Us...
Prosjekt-ID: 16641579

Om prosjektet

6 forslag
Eksternt prosjekt
Aktiv 6 år siden

Ønsker du å tjene penger?

Fordeler med budgivning på Freelancer

Angi budsjettet og tidsrammen
Få betalt for arbeidet ditt
Skisser forslaget ditt
Det er gratis å registrere seg og by på jobber
6 frilansere byr i gjennomsnitt $23 USD for denne jobben
Brukeravatar
I have working experience above 12 years in Web Designing & Development, Advanced Customization, Building plugins, UI/UX Design, Theme Setup. Expert in PHP development using various CMS (Wordpress, Drupal, Joomla, OctoberCMS, CMSMS) and MVC(Codeigniter, Laravel, Zend, Opencart) , Shopify, Wix, Concrete, Prestashop, Symphony, Shopware, Airtable, Weebly, Paypal, and MySQL databases. I'm strongly skilled in HTML, CSS (& LESS / SASS), JS, jQuery, Version Control Systems, Bootrstap, Materialize, Plugins to name a few..
$20 USD om 1 dag
5,0 (1 omtale)
4,2
4,2
Brukeravatar
We read your requirement about repair code or config properly core/config to allow laravel runand we want you to know that we have a good past experience in PHP,wordprss,laravel ,angular.js, javascript, Bootstrap, SEO, .net, html and css with web crawling too. Our team consists of some best strategic developers with strong background in developing online content which includes e-commerce sites, social media sites, managemaent systems, biometric integrations and aother informational websites. 3 month supporact free Waiting for your positive response, Amir Ali
$15 USD om 1 dag
4,5 (19 omtaler)
4,4
4,4
Brukeravatar
Did similar work before, need discussion
$55 USD om 1 dag
4,8 (5 omtaler)
2,4
2,4
Brukeravatar
A proposal has not yet been provided
$10 USD om 5 dager
0,0 (0 omtaler)
0,0
0,0

Om klienten

PERUs flagg
Peru
0,0
0
Betalingsmetode bekreftet
Medlem siden feb. 14, 2018

Klientbekreftelse

Takk! Vi har sendt deg en lenke for at du skal kunne kreve din gratis kreditt.
Noe gikk galt. Vær så snill, prøv på nytt.
Registrerte brukere Publiserte jobber
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Forhåndsvisning innlasting
Tillatelse gitt for geolokalisering.
Påloggingsøkten din er utløpt og du har blitt logget ut. Logg på igjen.